From: Vasu Kulkarni Date: Tue, 19 Dec 2017 21:04:56 +0000 (-0800) Subject: qa/tests: use 'stable-2.1' branch for jewel testing X-Git-Tag: v10.2.11~178^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19603%2Fhead;p=ceph.git qa/tests: use 'stable-2.1' branch for jewel testing Signed-off-by: Vasu Kulkarni --- diff --git a/qa/suites/ceph-ansible/smoke/basic/2-config/ceph_ansible.yaml b/qa/suites/ceph-ansible/smoke/basic/2-config/ceph_ansible.yaml index 4c16948de7b9..9b559edf194d 100644 --- a/qa/suites/ceph-ansible/smoke/basic/2-config/ceph_ansible.yaml +++ b/qa/suites/ceph-ansible/smoke/basic/2-config/ceph_ansible.yaml @@ -1,20 +1,21 @@ meta: - desc: "Build the ceph cluster using ceph-ansible" -overrides: - ceph_ansible: - vars: - ceph_conf_overrides: - global: - osd default pool size: 2 - mon pg warn min per osd: 2 - ceph_dev: true - ceph_dev_key: https://download.ceph.com/keys/autobuild.asc - ceph_origin: upstream - ceph_test: true - journal_collocation: true - journal_size: 1024 - osd_auto_discovery: false +overrides: + ceph_ansible: + branch: 'stable-2.1' + vars: + ceph_conf_overrides: + global: + osd default pool size: 2 + mon pg warn min per osd: 2 + ceph_dev: true + ceph_dev_key: https://download.ceph.com/keys/autobuild.asc + ceph_origin: upstream + ceph_test: true + journal_collocation: true + journal_size: 1024 + osd_auto_discovery: false tasks: - ssh-keys: