]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Use ceph.com mirror instea of github for ceph-qa-chef on VPS.
authorSandon Van Ness <sandon@inktank.com>
Sat, 13 Jul 2013 03:13:47 +0000 (20:13 -0700)
committerSandon Van Ness <sandon@inktank.com>
Sat, 13 Jul 2013 03:13:47 +0000 (20:13 -0700)
Github.com is unreliable so use the ceph mirror instead.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
teuthology/task/internal.py

index 91692fcfb941a7d134ba0f2fa0f703fb2071dddf..96a54e240e24ad578bf75555b5acbaf4366fa60d 100644 (file)
@@ -523,7 +523,7 @@ def vm_setup(ctx, config):
 def _handle_vm_init(remote):
     log.info('Running ceph_qa_chef on ', remote)
     remote.run(args=['wget','-q','-O-',
-            'https://raw.github.com/ceph/ceph-qa-chef/master/solo/solo-from-scratch',
+            'http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD',
             run.Raw('|'),
             'sh',
         ])