From: Sandon Van Ness Date: Sat, 13 Jul 2013 03:13:47 +0000 (-0700) Subject: Use ceph.com mirror instea of github for ceph-qa-chef on VPS. X-Git-Tag: 1.1.0~2042^2~13 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f16ecb99c53e82c02e6f61c37e1ab2c0175ab77c;p=teuthology.git Use ceph.com mirror instea of github for ceph-qa-chef on VPS. Github.com is unreliable so use the ceph mirror instead. Signed-off-by: Sandon Van Ness --- diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index 91692fcfb9..96a54e240e 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -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', ])