From: Tamil Muthamizhan Date: Tue, 26 Apr 2016 23:44:25 +0000 (-0700) Subject: Signed-off-by: Tamil Muthamizhan X-Git-Tag: v10.2.6~165^2^2~79 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ecf6a5722775e93554c0f67ebf4a5d6f4e8115c3;p=ceph.git Signed-off-by: Tamil Muthamizhan removed file ceph-deploy_hello_world.yaml as it is replaced by ceph-admin-commands.yaml --- diff --git a/suites/ceph-deploy/basic/tasks/ceph-deploy_hello_world.yaml b/suites/ceph-deploy/basic/tasks/ceph-deploy_hello_world.yaml deleted file mode 100644 index 29e34d3b5e2e..000000000000 --- a/suites/ceph-deploy/basic/tasks/ceph-deploy_hello_world.yaml +++ /dev/null @@ -1,34 +0,0 @@ -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-deploy/ceph-deploy_hello_world.sh -- print: "**** done ceph-deploy/ceph-deploy_hello_world.sh"