From e9c26063eeada565da6d83a1c1c8dacc6d8cdc6d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 11 Mar 2013 16:21:47 -0700 Subject: [PATCH] ceph-deploy: use ceph.com git mirror Signed-off-by: Sage Weil --- teuthology/task/ceph-deploy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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), ], ) -- 2.39.5