]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.newdream.net -> ceph.com
authorSage Weil <sage@newdream.net>
Sat, 5 May 2012 16:30:41 +0000 (09:30 -0700)
committerSage Weil <sage@newdream.net>
Sat, 5 May 2012 16:30:41 +0000 (09:30 -0700)
teuthology/task/chef.py
teuthology/task/filestore_idempotent.py
teuthology/task/kernel.py
teuthology/task/s3readwrite.py
teuthology/task/s3roundtrip.py
teuthology/task/s3tests.py

index f6bf21848e00fa9d70da842e6b23e52ebabbae5c..54fc614049cb9b1a83d6d58e2012a0a29fa1bf59 100644 (file)
@@ -17,7 +17,7 @@ def task(ctx, config):
                 '-q',
                 '-O-',
 #                'https://raw.github.com/ceph/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',
+                'http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD',
                 run.Raw('|'),
                 'sh',
                 ],
index 50711d0bb5f50fa99093928eca5ee8e22608dc8d..d63e2b01fd6e3b8aafcd8b25bd5716908edac776 100644 (file)
@@ -40,10 +40,10 @@ def task(ctx, config):
                 'cd', dir,
                 run.Raw('&&'),
                 'wget','-q', '-Orun_seed_to.sh',
-                'http://ceph.newdream.net/git/?p=ceph.git;a=blob_plain;f=src/test/filestore/run_seed_to.sh;hb=HEAD',
+                'http://ceph.com/git/?p=ceph.git;a=blob_plain;f=src/test/filestore/run_seed_to.sh;hb=HEAD',
                 run.Raw('&&'),
                 'wget','-q', '-Orun_seed_to_range.sh',
-                'http://ceph.newdream.net/git/?p=ceph.git;a=blob_plain;f=src/test/filestore/run_seed_to_range.sh;hb=HEAD',
+                'http://ceph.com/git/?p=ceph.git;a=blob_plain;f=src/test/filestore/run_seed_to_range.sh;hb=HEAD',
                 run.Raw('&&'),
                 'chmod', '+x', 'run_seed_to.sh', 'run_seed_to_range.sh',
                 ]);
index 7ffd5b9444169c8fb4457e24835efb0f7b25871f..41f954b94064a8b7d6dc1d45d200f593a6468206 100644 (file)
@@ -93,7 +93,7 @@ def need_to_install(ctx, role, sha1):
 
 def install_firmware(ctx, config):
     # uri = 'git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git'
-    uri = 'git://ceph.newdream.net/git/linux-firmware.git'
+    uri = 'git://ceph.com/git/linux-firmware.git'
     fw_dir = '/lib/firmware/updates'
 
     for role in config.iterkeys():
index a8decbbf2637023509c6a31f76510492cac6dcfe..dabb558a4417914f9ae99390d7dafe16232ea7f0 100644 (file)
@@ -24,7 +24,7 @@ def download(ctx, config):
             args=[
                 'git', 'clone',
 #                'https://github.com/ceph/s3-tests.git',
-                'http://ceph.newdream.net/git/s3-tests.git',
+                'http://ceph.com/git/s3-tests.git',
                 '/tmp/cephtest/s3-tests',
                 ],
             )
index 0886112bf7cd05057b5ffbfa1aa774173c06e9aa..4186c67a2509813b5e74860b0e9a61879515cc9c 100644 (file)
@@ -24,7 +24,7 @@ def download(ctx, config):
             args=[
                 'git', 'clone',
 #                'https://github.com/ceph/s3-tests.git',
-                'http://ceph.newdream.net/git/s3-tests.git',
+                'http://ceph.com/git/s3-tests.git',
                 '/tmp/cephtest/s3-tests',
                 ],
             )
index 65b11e38f57c6524e392939d8729f05d971704d2..b0a2d74b1ff75108d51975e1e108142b3747af12 100644 (file)
@@ -24,7 +24,7 @@ def download(ctx, config):
             args=[
                 'git', 'clone',
 #                'https://github.com/ceph/s3-tests.git',
-                'http://ceph.newdream.net/git/s3-tests.git',
+                'http://ceph.com/git/s3-tests.git',
                 '/tmp/cephtest/s3-tests',
                 ],
             )