From 30082a6af52308b9d50c180d39b437db2e732373 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Mon, 19 Nov 2018 09:37:02 +1000 Subject: [PATCH] qa/ceph-ansible: Specify stable-3.2 branch Ceph-ansible no longer supports luminous post stable-3.2. Fixes: https://tracker.ceph.com/issues/37331 Signed-off-by: Brad Hubbard --- qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml | 1 + .../smoke/basic/3-config/bluestore_with_dmcrypt.yaml | 1 + qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_off.yaml | 1 + qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_on.yaml | 1 + 4 files changed, 4 insertions(+) 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 36d0a07d9970c..5ca4bd6093f31 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 @@ -4,6 +4,7 @@ meta: overrides: ceph_ansible: vars: + branch: stable-3.2 ceph_conf_overrides: global: osd default pool size: 2 diff --git a/qa/suites/ceph-ansible/smoke/basic/3-config/bluestore_with_dmcrypt.yaml b/qa/suites/ceph-ansible/smoke/basic/3-config/bluestore_with_dmcrypt.yaml index 604e757ad1c1e..b26c73929494f 100644 --- a/qa/suites/ceph-ansible/smoke/basic/3-config/bluestore_with_dmcrypt.yaml +++ b/qa/suites/ceph-ansible/smoke/basic/3-config/bluestore_with_dmcrypt.yaml @@ -3,6 +3,7 @@ meta: overrides: ceph_ansible: + branch: stable-3.2 vars: osd_objectstore: bluestore dmcrypt: True diff --git a/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_off.yaml b/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_off.yaml index 4bbd1c7c5d1e6..94bdf5fcbc9d5 100644 --- a/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_off.yaml +++ b/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_off.yaml @@ -3,5 +3,6 @@ meta: overrides: ceph_ansible: + branch: stable-3.2 vars: dmcrypt: False diff --git a/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_on.yaml b/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_on.yaml index 12d63d3254825..d60c4480bc672 100644 --- a/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_on.yaml +++ b/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_on.yaml @@ -3,5 +3,6 @@ meta: overrides: ceph_ansible: + branch: stable-3.2 vars: dmcrypt: True