A cronjob on ceph.newdream.net updates these every 15 minutes. Sigh.
'wget',
'-q',
'-O-',
- 'https://raw.github.com/NewDreamNetwork/ceph-qa-chef/master/solo/solo-from-scratch',
+# 'https://raw.github.com/NewDreamNetwork/ceph-qa-chef/master/solo/solo-from-scratch',
+ 'http://ceph.newdream.net/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD',
run.Raw('|'),
'sh',
],
ctx.cluster.only(client).run(
args=[
'git', 'clone',
- 'https://github.com/NewDreamNetwork/s3-tests.git',
+# 'https://github.com/NewDreamNetwork/s3-tests.git',
+ 'http://ceph.newdream.net/git/s3-tests.git',
'/tmp/cephtest/s3-tests',
],
)
ctx.cluster.only(client).run(
args=[
'git', 'clone',
- 'https://github.com/NewDreamNetwork/s3-tests.git',
+# 'https://github.com/NewDreamNetwork/s3-tests.git',
+ 'http://ceph.newdream.net/git/s3-tests.git',
'/tmp/cephtest/s3-tests',
],
)
ctx.cluster.only(client).run(
args=[
'git', 'clone',
- 'https://github.com/NewDreamNetwork/s3-tests.git',
+# 'https://github.com/NewDreamNetwork/s3-tests.git',
+ 'http://ceph.newdream.net/git/s3-tests.git',
'/tmp/cephtest/s3-tests',
],
)