From f6de5d9f9e2a3666116311c146a8f2a45f3b8dbb 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 --- .../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 00000000000..12d63d32548 --- /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