]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Signed-off-by: Tamil Muthamizhan <tmuthami@redhat.com>
authorTamil Muthamizhan <tamil@magna002.ceph.redhat.com>
Fri, 22 Apr 2016 23:00:04 +0000 (19:00 -0400)
committerTamil Muthamizhan <tamil@magna002.ceph.redhat.com>
Fri, 22 Apr 2016 23:00:04 +0000 (19:00 -0400)
  Renaming the yaml and workunits for better clarity

suites/ceph-ansible/smoke/5-tests/ceph-admin-commands.yaml [new file with mode: 0644]
suites/ceph-deploy/basic/tasks/ceph-admin-commands.yaml [new file with mode: 0644]

diff --git a/suites/ceph-ansible/smoke/5-tests/ceph-admin-commands.yaml b/suites/ceph-ansible/smoke/5-tests/ceph-admin-commands.yaml
new file mode 100644 (file)
index 0000000..33642d5
--- /dev/null
@@ -0,0 +1,7 @@
+meta:
+- desc: "Run ceph-admin-commands.sh"
+tasks:
+- workunit:
+    clients:
+      client.0:
+        - ceph-tests/ceph-admin-commands.sh
diff --git a/suites/ceph-deploy/basic/tasks/ceph-admin-commands.yaml b/suites/ceph-deploy/basic/tasks/ceph-admin-commands.yaml
new file mode 100644 (file)
index 0000000..442cde9
--- /dev/null
@@ -0,0 +1,34 @@
+overrides:
+  ceph-deploy:
+    conf:
+      global:
+        debug ms: 1
+      osd:
+        debug osd: 10
+      mon:
+        debug mon: 10
+roles:
+- - mon.a
+  - mds.0
+  - osd.0
+- - osd.1
+  - mon.b
+  - client.0
+openstack:
+  - machine:
+      disk: 10 # GB
+      ram: 2000 # MB
+      cpus: 1
+    volumes: # attached to each instance
+      count: 3
+      size: 10 # GB
+tasks:
+- ssh_keys:
+- print: "**** done ssh_keys"
+- ceph-deploy:
+- print: "**** done ceph-deploy"
+- workunit:
+     clients:
+        client.0:
+           - ceph-tests/ceph-admin-commands.sh
+- print: "**** done ceph-tests/ceph-admin-commands.sh"