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