]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Signed-off-by: Tamil Muthamizhan <tmuthami@redhat.com>
authorTamil Muthamizhan <tmuthamizhan@MacBook-Air.local>
Wed, 27 Apr 2016 00:37:46 +0000 (17:37 -0700)
committerTamil Muthamizhan <tmuthamizhan@MacBook-Air.local>
Wed, 27 Apr 2016 00:37:46 +0000 (17:37 -0700)
s/ceph-deploy_hello_world.yaml/ceph-admin-commands.yaml, hence removing ceph-deploy_hello_world.yaml

suites/ceph-ansible/smoke/5-tests/ceph-deploy_hello_world.yaml [deleted file]
suites/ceph-deploy/basic/tasks/ceph-deploy_hello_world.yaml [deleted file]

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 (file)
index 9866404..0000000
+++ /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 (file)
index 29e34d3..0000000
+++ /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"