From f16ecb99c53e82c02e6f61c37e1ab2c0175ab77c Mon Sep 17 00:00:00 2001 From: Sandon Van Ness Date: Fri, 12 Jul 2013 20:13:47 -0700 Subject: [PATCH] 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 --- teuthology/task/internal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index 91692fcfb941a..96a54e240e24a 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', ]) -- 2.39.5