From 1041c803f1f8f7be0edd0e78df352152fa3c4e6f Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Fri, 18 Aug 2017 11:09:50 -0700 Subject: [PATCH] use bluestore with dmcrypt option Signed-off-by: Vasu Kulkarni --- .../smoke/basic/2-config/bluestore_with_dmcrypt.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 qa/suites/ceph-ansible/smoke/basic/2-config/bluestore_with_dmcrypt.yaml diff --git a/qa/suites/ceph-ansible/smoke/basic/2-config/bluestore_with_dmcrypt.yaml b/qa/suites/ceph-ansible/smoke/basic/2-config/bluestore_with_dmcrypt.yaml new file mode 100644 index 000000000000..604e757ad1c1 --- /dev/null +++ b/qa/suites/ceph-ansible/smoke/basic/2-config/bluestore_with_dmcrypt.yaml @@ -0,0 +1,8 @@ +meta: +- desc: "use bluestore + dmcrypt option" + +overrides: + ceph_ansible: + vars: + osd_objectstore: bluestore + dmcrypt: True -- 2.47.3