From: Tamil Muthamizhan Date: Wed, 27 Apr 2016 00:37:46 +0000 (-0700) Subject: Signed-off-by: Tamil Muthamizhan X-Git-Tag: v10.2.6~165^2^2~76^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=996e21afd36f3bef1eda4aa00325f584b83b3a09;p=ceph.git Signed-off-by: Tamil Muthamizhan s/ceph-deploy_hello_world.yaml/ceph-admin-commands.yaml, hence removing ceph-deploy_hello_world.yaml --- diff --git a/suites/ceph-ansible/smoke/5-tests/ceph-deploy_hello_world.yaml b/suites/ceph-ansible/smoke/5-tests/ceph-deploy_hello_world.yaml deleted file mode 100644 index 9866404c03cdc..0000000000000 --- a/suites/ceph-ansible/smoke/5-tests/ceph-deploy_hello_world.yaml +++ /dev/null @@ -1,7 +0,0 @@ -meta: -- desc: "Run ceph-deploy_hello_world.sh" -tasks: -- workunit: - clients: - client.0: - - ceph-deploy/ceph-deploy_hello_world.sh 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 29e34d3b5e2e4..0000000000000 --- 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"