From: Sage Weil Date: Mon, 11 Mar 2013 23:21:47 +0000 (-0700) Subject: ceph-deploy: use ceph.com git mirror X-Git-Tag: 1.1.0~2259 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e9c26063eeada565da6d83a1c1c8dacc6d8cdc6d;p=teuthology.git ceph-deploy: use ceph.com git mirror Signed-off-by: Sage Weil --- diff --git a/teuthology/task/ceph-deploy.py b/teuthology/task/ceph-deploy.py index 1db2df974d..55ef2dcf93 100644 --- a/teuthology/task/ceph-deploy.py +++ b/teuthology/task/ceph-deploy.py @@ -27,7 +27,8 @@ def download_ceph_deploy(ctx, config): ctx.cluster.only(ceph_admin).run( args=[ 'git', 'clone', - 'http://github.com/ceph/ceph-deploy.git', +# 'http://github.com/ceph/ceph-deploy.git', + 'git://ceph.com/ceph-deploy.git', '{tdir}/ceph-deploy'.format(tdir=testdir), ], )