From 244689b36a2beb6dbd9beed429e5b46f4b714bc3 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Fri, 18 Aug 2017 11:08:00 -0700 Subject: [PATCH] Add dmcrypt option Signed-off-by: Vasu Kulkarni (cherry picked from commit f6de5d9f9e2a3666116311c146a8f2a45f3b8dbb) --- .../ceph-ansible/smoke/basic/2-config/dmcrypt_on.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qa/suites/ceph-ansible/smoke/basic/2-config/dmcrypt_on.yaml diff --git a/qa/suites/ceph-ansible/smoke/basic/2-config/dmcrypt_on.yaml b/qa/suites/ceph-ansible/smoke/basic/2-config/dmcrypt_on.yaml new file mode 100644 index 0000000000000..12d63d3254825 --- /dev/null +++ b/qa/suites/ceph-ansible/smoke/basic/2-config/dmcrypt_on.yaml @@ -0,0 +1,7 @@ +meta: +- desc: "use dmcrypt option" + +overrides: + ceph_ansible: + vars: + dmcrypt: True -- 2.39.5