From 0065a8e95d6a4fa1e7b8a3c8bee1cda17f53adcc Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Tue, 20 Apr 2021 08:46:16 +1000 Subject: [PATCH] qa/ceph-ansible: Update ansible version and ceph_stable_release Fixes: https://tracker.ceph.com/issues/50414 Signed-off-by: Brad Hubbard --- qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml | 4 ++-- 1 file changed, 2 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 7e7ede3e334..8809b023f29 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,7 @@ meta: overrides: ceph_ansible: - ansible-version: '2.9' + ansible-version: '2.10' vars: ceph_conf_overrides: global: @@ -13,7 +13,7 @@ overrides: osd pool default pgp num: 64 mon_max_pg_per_osd: 1024 ceph_test: true - ceph_stable_release: nautilus + ceph_stable_release: octopus osd_scenario: lvm journal_size: 1024 osd_auto_discovery: false -- 2.47.3