]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume tests/functional remove duplicate test playbooks
authorAlfredo Deza <adeza@redhat.com>
Thu, 6 Sep 2018 14:26:05 +0000 (10:26 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 6 Sep 2018 18:26:37 +0000 (14:26 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/test_bluestore.yml [deleted file]
src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/test_bluestore_dmcrypt.yml [deleted file]
src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/test_filestore.yml [deleted file]
src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/test_filestore_dmcrypt.yml [deleted file]

diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/test_bluestore.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/test_bluestore.yml
deleted file mode 100644 (file)
index 85c702e..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-
-- hosts: osds
-  become: yes
-  tasks:
-
-    - name: stop ceph-osd@1 daemon
-      service:
-        name: ceph-osd@1
-        state: stopped
-
-    - name: stop ceph-osd@0 daemon
-      service:
-        name: ceph-osd@0
-        state: stopped
-
-
-- hosts: mons
-  become: yes
-  tasks:
-
-    - name: destroy osd.1
-      command: "ceph osd purge osd.1 --yes-i-really-mean-it"
-
-    - name: destroy osd.0
-      command: "ceph osd purge osd.0 --yes-i-really-mean-it"
-
-
-- hosts: osds
-  become: yes
-  tasks:
-
-    - name: zap /dev/sdd
-      command: "ceph-volume lvm zap /dev/sdb --destroy"
-      environment:
-        CEPH_VOLUME_DEBUG: 1
-
-
-    - name: zap /dev/sdc
-      command: "ceph-volume lvm zap /dev/sdc --destroy"
-      environment:
-        CEPH_VOLUME_DEBUG: 1
-
-    - name: batch create /dev/sdb and /dev/sdc again
-      command: "ceph-volume lvm batch --yes --bluestore /dev/sdb /dev/sdc"
-      environment:
-        CEPH_VOLUME_DEBUG: 1
diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/test_bluestore_dmcrypt.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/test_bluestore_dmcrypt.yml
deleted file mode 100644 (file)
index 9e1a73f..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-
-- hosts: osds
-  become: yes
-  tasks:
-
-    - name: stop ceph-osd@1 daemon
-      service:
-        name: ceph-osd@1
-        state: stopped
-
-    - name: stop ceph-osd@0 daemon
-      service:
-        name: ceph-osd@0
-        state: stopped
-
-
-- hosts: mons
-  become: yes
-  tasks:
-
-    - name: destroy osd.1
-      command: "ceph osd purge osd.1 --yes-i-really-mean-it"
-
-    - name: destroy osd.0
-      command: "ceph osd purge osd.0 --yes-i-really-mean-it"
-
-
-- hosts: osds
-  become: yes
-  tasks:
-
-    - name: zap /dev/sdd
-      command: "ceph-volume lvm zap /dev/sdb --destroy"
-      environment:
-        CEPH_VOLUME_DEBUG: 1
-
-
-    - name: zap /dev/sdc
-      command: "ceph-volume lvm zap /dev/sdc --destroy"
-      environment:
-        CEPH_VOLUME_DEBUG: 1
-
-    - name: batch create /dev/sdb and /dev/sdc again
-      command: "ceph-volume lvm batch --yes --bluestore --dmcrypt /dev/sdb /dev/sdc"
-      environment:
-        CEPH_VOLUME_DEBUG: 1
diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/test_filestore.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/test_filestore.yml
deleted file mode 100644 (file)
index 95909f9..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-
-- hosts: osds
-  become: yes
-  tasks:
-
-    - name: stop ceph-osd@1 daemon
-      service:
-        name: ceph-osd@1
-        state: stopped
-
-    - name: stop ceph-osd@0 daemon
-      service:
-        name: ceph-osd@0
-        state: stopped
-
-
-- hosts: mons
-  become: yes
-  tasks:
-
-    - name: destroy osd.1
-      command: "ceph osd purge osd.1 --yes-i-really-mean-it"
-
-    - name: destroy osd.0
-      command: "ceph osd purge osd.0 --yes-i-really-mean-it"
-
-
-- hosts: osds
-  become: yes
-  tasks:
-
-    - name: zap /dev/sdd
-      command: "ceph-volume lvm zap /dev/sdb --destroy"
-      environment:
-        CEPH_VOLUME_DEBUG: 1
-
-
-    - name: zap /dev/sdc
-      command: "ceph-volume lvm zap /dev/sdc --destroy"
-      environment:
-        CEPH_VOLUME_DEBUG: 1
-
-    - name: batch create /dev/sdb and /dev/sdc again
-      command: "ceph-volume lvm batch --yes --filestore /dev/sdb /dev/sdc"
-      environment:
-        CEPH_VOLUME_DEBUG: 1
diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/test_filestore_dmcrypt.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/test_filestore_dmcrypt.yml
deleted file mode 100644 (file)
index 81f84e9..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-
-- hosts: osds
-  become: yes
-  tasks:
-
-    - name: stop ceph-osd@1 daemon
-      service:
-        name: ceph-osd@1
-        state: stopped
-
-    - name: stop ceph-osd@0 daemon
-      service:
-        name: ceph-osd@0
-        state: stopped
-
-
-- hosts: mons
-  become: yes
-  tasks:
-
-    - name: destroy osd.1
-      command: "ceph osd purge osd.1 --yes-i-really-mean-it"
-
-    - name: destroy osd.0
-      command: "ceph osd purge osd.0 --yes-i-really-mean-it"
-
-
-- hosts: osds
-  become: yes
-  tasks:
-
-    - name: zap /dev/sdd
-      command: "ceph-volume lvm zap /dev/sdb --destroy"
-      environment:
-        CEPH_VOLUME_DEBUG: 1
-
-
-    - name: zap /dev/sdc
-      command: "ceph-volume lvm zap /dev/sdc --destroy"
-      environment:
-        CEPH_VOLUME_DEBUG: 1
-
-    - name: batch create /dev/sdb and /dev/sdc again
-      command: "ceph-volume lvm batch --yes --filestore --dmcrypt /dev/sdb /dev/sdc"
-      environment:
-        CEPH_VOLUME_DEBUG: 1