summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/ceph-ansible/smoke/basic/3-config
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/suites/ceph-ansible/smoke/basic/3-config')
-rw-r--r--src/ceph/qa/suites/ceph-ansible/smoke/basic/3-config/bluestore_with_dmcrypt.yaml8
-rw-r--r--src/ceph/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_off.yaml7
-rw-r--r--src/ceph/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_on.yaml7
3 files changed, 0 insertions, 22 deletions
diff --git a/src/ceph/qa/suites/ceph-ansible/smoke/basic/3-config/bluestore_with_dmcrypt.yaml b/src/ceph/qa/suites/ceph-ansible/smoke/basic/3-config/bluestore_with_dmcrypt.yaml
deleted file mode 100644
index 604e757..0000000
--- a/src/ceph/qa/suites/ceph-ansible/smoke/basic/3-config/bluestore_with_dmcrypt.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-meta:
-- desc: "use bluestore + dmcrypt option"
-
-overrides:
- ceph_ansible:
- vars:
- osd_objectstore: bluestore
- dmcrypt: True
diff --git a/src/ceph/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_off.yaml b/src/ceph/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_off.yaml
deleted file mode 100644
index 4bbd1c7..0000000
--- a/src/ceph/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_off.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-meta:
-- desc: "without dmcrypt"
-
-overrides:
- ceph_ansible:
- vars:
- dmcrypt: False
diff --git a/src/ceph/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_on.yaml b/src/ceph/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_on.yaml
deleted file mode 100644
index 12d63d3..0000000
--- a/src/ceph/qa/suites/ceph-ansible/smoke/basic/3-config/dmcrypt_on.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-meta:
-- desc: "use dmcrypt option"
-
-overrides:
- ceph_ansible:
- vars:
- dmcrypt: True