From 396d1feff92d2d5602c4d850450a91619fac5324 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 5 May 2012 09:30:41 -0700 Subject: [PATCH] ceph.newdream.net -> ceph.com --- teuthology/task/chef.py | 2 +- teuthology/task/filestore_idempotent.py | 4 ++-- teuthology/task/kernel.py | 2 +- teuthology/task/s3readwrite.py | 2 +- teuthology/task/s3roundtrip.py | 2 +- teuthology/task/s3tests.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/teuthology/task/chef.py b/teuthology/task/chef.py index f6bf21848e00f..54fc614049cb9 100644 --- a/teuthology/task/chef.py +++ b/teuthology/task/chef.py @@ -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', ], diff --git a/teuthology/task/filestore_idempotent.py b/teuthology/task/filestore_idempotent.py index 50711d0bb5f50..d63e2b01fd6e3 100644 --- a/teuthology/task/filestore_idempotent.py +++ b/teuthology/task/filestore_idempotent.py @@ -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', ]); diff --git a/teuthology/task/kernel.py b/teuthology/task/kernel.py index 7ffd5b9444169..41f954b94064a 100644 --- a/teuthology/task/kernel.py +++ b/teuthology/task/kernel.py @@ -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(): diff --git a/teuthology/task/s3readwrite.py b/teuthology/task/s3readwrite.py index a8decbbf26370..dabb558a44179 100644 --- a/teuthology/task/s3readwrite.py +++ b/teuthology/task/s3readwrite.py @@ -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', ], ) diff --git a/teuthology/task/s3roundtrip.py b/teuthology/task/s3roundtrip.py index 0886112bf7cd0..4186c67a25098 100644 --- a/teuthology/task/s3roundtrip.py +++ b/teuthology/task/s3roundtrip.py @@ -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', ], ) diff --git a/teuthology/task/s3tests.py b/teuthology/task/s3tests.py index 65b11e38f57c6..b0a2d74b1ff75 100644 --- a/teuthology/task/s3tests.py +++ b/teuthology/task/s3tests.py @@ -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', ], ) -- 2.39.5