From 3c0a7372e55dedcd98c52e8ef050f43d65e6ceae Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Tue, 4 Feb 2020 17:10:27 +1000 Subject: [PATCH] luminous: qa/ceph-ansible: Upgrade to stable-3.2.30 branch The move to LVM will allow this test to run on smithis once the teuthology ceph_ansible task supports that. Signed-off-by: Brad Hubbard --- qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml b/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml index 750fa6dd70c..a559d1a48fa 100644 --- a/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml +++ b/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml @@ -3,7 +3,8 @@ meta: overrides: ceph_ansible: - branch: stable-3.2 + ansible-version: '2.6' + branch: stable-3.2.30 vars: ceph_conf_overrides: global: @@ -14,7 +15,7 @@ overrides: mon_max_pg_per_osd: 1024 ceph_test: true ceph_stable_release: luminous - osd_scenario: collocated + osd_scenario: lvm journal_size: 1024 osd_auto_discovery: false ceph_origin: repository -- 2.47.3