From 392f7248312ae99906e05e19e780716a97751fa5 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Tue, 12 Oct 2021 07:38:32 +1000 Subject: [PATCH] octopus: qa/ceph-ansible: Pin to last compatible stable release https://github.com/ceph/ceph-ansible/pull/6892 introduces a breaking change so pin the CA version to stable-6.0 and ansible 2.9. Fixes: https://tracker.ceph.com/issues/52943 Signed-off-by: Brad Hubbard --- qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 8809b023f2950..a13da10ea4121 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: - ansible-version: '2.10' + ansible-version: '2.9' + branch: stable-6.0 vars: ceph_conf_overrides: global: -- 2.47.3