From: tamil Date: Tue, 12 Mar 2013 20:06:22 +0000 (-0700) Subject: ceph-deploy suites task yaml with roles X-Git-Tag: v0.94.10~27^2^2~776 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9c7717c37104e36aa0831a1b879ea4a46f5ace08;p=ceph.git ceph-deploy suites task yaml with roles Signed-off-by: tamil --- diff --git a/suites/ceph-deploy/singleton/all/basic-test.yaml b/suites/ceph-deploy/singleton/all/basic-test.yaml new file mode 100644 index 00000000000..2d83f7a3f0f --- /dev/null +++ b/suites/ceph-deploy/singleton/all/basic-test.yaml @@ -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 +