]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: update remaining ceph.com to download.ceph.com 13024/head
authorJohn Spray <john.spray@redhat.com>
Tue, 17 Jan 2017 16:12:46 +0000 (17:12 +0100)
committerNathan Cutler <ncutler@suse.com>
Mon, 23 Jan 2017 11:56:19 +0000 (12:56 +0100)
Fixes: http://tracker.ceph.com/issues/18574
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit 549d993d3fd8ffffa280ed4a64aca41d1c6f2da1)

qa/suites/fs/multiclient/tasks/fsx-mpi.yaml.disabled
qa/suites/fs/multiclient/tasks/ior-shared-file.yaml
qa/suites/fs/multiclient/tasks/mdtest.yaml
qa/tasks/cram.py
qa/tasks/qemu.py
qa/workunits/suites/pjd.sh

index cce2d855aa36de8d4dc6ed4b634afa04d12e211d..266447d358799296424105bf4ee605e8925257a2 100644 (file)
@@ -6,7 +6,7 @@ tasks:
 - pexec:
     clients:
       - cd $TESTDIR
-      - wget http://ceph.com/qa/fsx-mpi.c
+      - wget http://download.ceph.com/qa/fsx-mpi.c
       - mpicc fsx-mpi.c -o fsx-mpi
       - rm fsx-mpi.c
       - ln -s $TESTDIR/mnt.* $TESTDIR/gmnt
index dcf24247a925f705f4cec8437938d1af743b77f4..94501b2ae790131d9d21ef0d3dd9e8ae0423c1d4 100644 (file)
@@ -6,7 +6,7 @@ tasks:
 - pexec:
     clients:
       - cd $TESTDIR
-      - wget http://ceph.com/qa/ior.tbz2
+      - wget http://download.ceph.com/qa/ior.tbz2
       - tar xvfj ior.tbz2
       - cd ior
       - ./configure
index 1dd95d954fbb6dda864cd07258b28a140d88a58b..fd337bd679e0339c06cd1d5d16f293f5fdc8a22e 100644 (file)
@@ -6,7 +6,7 @@ tasks:
 - pexec:
     clients:
       - cd $TESTDIR
-      - wget http://ceph.com/qa/mdtest-1.9.3.tgz
+      - wget http://download.ceph.com/qa/mdtest-1.9.3.tgz
       - mkdir mdtest-1.9.3
       - cd mdtest-1.9.3
       - tar xvfz $TESTDIR/mdtest-1.9.3.tgz
@@ -20,4 +20,4 @@ tasks:
     all:
       - rm -f $TESTDIR/gmnt
       - rm -rf $TESTDIR/mdtest-1.9.3
-      - rm -rf $TESTDIR/._mdtest-1.9.3
\ No newline at end of file
+      - rm -rf $TESTDIR/._mdtest-1.9.3
index 81ef9a6dba6b52e327a273ecd2f93ee9986e7e50..02c6667eb7f3ee81e3722310d131104ec4d3db2d 100644 (file)
@@ -27,9 +27,9 @@ def task(ctx, config):
         - cram:
             clients:
               client.0:
-              - http://ceph.com/qa/test.t
-              - http://ceph.com/qa/test2.t]
-              client.1: [http://ceph.com/qa/test.t]
+              - http://download.ceph.com/qa/test.t
+              - http://download.ceph.com/qa/test2.t]
+              client.1: [http://download.ceph.com/qa/test.t]
             branch: foo
 
     You can also run a list of cram tests on all clients::
@@ -38,7 +38,7 @@ def task(ctx, config):
         - ceph:
         - cram:
             clients:
-              all: [http://ceph.com/qa/test.t]
+              all: [http://download.ceph.com/qa/test.t]
 
     :param ctx: Context
     :param config: Configuration
index 8cbc1f297660b4752f68df571781db6cc7db605d..11b5920f64f5ba24c6f47b8b471fe80e2362dd1c 100644 (file)
@@ -406,9 +406,9 @@ def task(ctx, config):
         - ceph:
         - qemu:
             client.0:
-              test: http://ceph.com/qa/test.sh
+              test: http://download.ceph.com/qa/test.sh
             client.1:
-              test: http://ceph.com/qa/test2.sh
+              test: http://download.ceph.com/qa/test2.sh
 
     Or use the same settings on all clients:
 
@@ -416,7 +416,7 @@ def task(ctx, config):
         - ceph:
         - qemu:
             all:
-              test: http://ceph.com/qa/test.sh
+              test: http://download.ceph.com/qa/test.sh
 
     For tests that don't need a filesystem, set type to block::
 
@@ -424,7 +424,7 @@ def task(ctx, config):
         - ceph:
         - qemu:
             client.0:
-              test: http://ceph.com/qa/test.sh
+              test: http://download.ceph.com/qa/test.sh
               type: block
 
     The test should be configured to run on /dev/vdb and later
@@ -437,7 +437,7 @@ def task(ctx, config):
         - ceph:
         - qemu:
             client.0:
-              test: http://ceph.com/qa/test.sh
+              test: http://download.ceph.com/qa/test.sh
               type: block
               num_rbd: 2
 
@@ -447,7 +447,7 @@ def task(ctx, config):
         - ceph:
         - qemu:
             client.0:
-              test: http://ceph.com/qa/test.sh
+              test: http://download.ceph.com/qa/test.sh
               memory: 512 # megabytes
 
     If you want to run a test against a cloned rbd image, set clone to true::
@@ -456,7 +456,7 @@ def task(ctx, config):
         - ceph:
         - qemu:
             client.0:
-              test: http://ceph.com/qa/test.sh
+              test: http://download.ceph.com/qa/test.sh
               clone: true
     """
     assert isinstance(config, dict), \
index 125ef4301377fcba0d59f8163b6d73c70dd0b026..e6df309ad5b8bfde4b6240e56187767dcc14ee6e 100755 (executable)
@@ -2,7 +2,6 @@
 
 set -e
 
-#wget http://ceph.com/qa/pjd-fstest-20090130-RC-open24.tgz
 wget http://download.ceph.com/qa/pjd-fstest-20090130-RC-aclfixes.tgz
 tar zxvf pjd*.tgz
 cd pjd*