]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
ceph-deploy: no need to call chef explicitly
authorSage Weil <sage@inktank.com>
Mon, 11 Mar 2013 23:22:02 +0000 (16:22 -0700)
committerSage Weil <sage@inktank.com>
Mon, 11 Mar 2013 23:22:02 +0000 (16:22 -0700)
The chef task does this.

Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/ceph-deploy.py

index 55ef2dcf934119a6fb27ab89da591f89d211c1f3..7829b744263b10479c7e2daa5e014cd4d0739824 100644 (file)
@@ -18,12 +18,6 @@ def download_ceph_deploy(ctx, config):
     testdir = teuthology.get_testdir(ctx)
     ceph_admin = teuthology.get_first_mon(ctx, config)
 
-    ctx.cluster.only(ceph_admin).run(
-        args=[
-            'wget', '-q', '-O-','https://raw.github.com/ceph/ceph-qa-chef/master/solo/solo-from-scratch',
-            run.Raw('|'), 'sh',
-            ],
-        )
     ctx.cluster.only(ceph_admin).run(
         args=[
             'git', 'clone',