]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-deploy suites task yaml with roles
authortamil <tamil.muthamizhan@inktank.com>
Tue, 12 Mar 2013 20:06:22 +0000 (13:06 -0700)
committertamil <tamil.muthamizhan@inktank.com>
Tue, 12 Mar 2013 20:06:22 +0000 (13:06 -0700)
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
suites/ceph-deploy/singleton/all/basic-test.yaml [new file with mode: 0644]

diff --git a/suites/ceph-deploy/singleton/all/basic-test.yaml b/suites/ceph-deploy/singleton/all/basic-test.yaml
new file mode 100644 (file)
index 0000000..2d83f7a
--- /dev/null
@@ -0,0 +1,23 @@
+roles:
+- - mon.a
+  - mds.0
+  - osd.0
+  - osd.1
+- - mon.b 
+  - osd.2
+  - osd.3
+- - client.0
+
+tasks:
+- install:
+     extras: yes
+- ssh_keys:
+- ceph-deploy:
+     branch:
+        dev: master
+- ceph-fuse: [client.0]
+- workunit:
+     clients:
+        client.0:
+           - suites/blogbench.sh
+