From: Sage Weil Date: Mon, 11 Mar 2013 23:22:02 +0000 (-0700) Subject: ceph-deploy: no need to call chef explicitly X-Git-Tag: 1.1.0~2258 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a5e1ed286ed34f2ecef4384dd48e8993cb982849;p=teuthology.git ceph-deploy: no need to call chef explicitly The chef task does this. Signed-off-by: Sage Weil --- diff --git a/teuthology/task/ceph-deploy.py b/teuthology/task/ceph-deploy.py index 55ef2dcf9..7829b7442 100644 --- a/teuthology/task/ceph-deploy.py +++ b/teuthology/task/ceph-deploy.py @@ -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',