]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
ceph-deploy: use ceph.com git mirror
authorSage Weil <sage@inktank.com>
Mon, 11 Mar 2013 23:21:47 +0000 (16:21 -0700)
committerSage Weil <sage@inktank.com>
Mon, 11 Mar 2013 23:21:47 +0000 (16:21 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/ceph-deploy.py

index 1db2df974d7e0d48dca3efe3d3b2a01fef12391a..55ef2dcf934119a6fb27ab89da591f89d211c1f3 100644 (file)
@@ -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),
             ],
         )