]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: Pull from quay.io not docker.io 46324/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 18 May 2022 18:22:52 +0000 (14:22 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 18 May 2022 18:22:52 +0000 (14:22 -0400)
We are pushing to quay.io now due to docker.io rate limiting.

Signed-off-by: David Galloway <dgallowa@redhat.com>
12 files changed:
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/pacific.yaml
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/v16.2.4.yaml
qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/16.2.4.yaml
qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/16.2.5.yaml
qa/suites/orch/cephadm/mgr-nfs-upgrade/1-bootstrap/octopus.yaml
qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-centos_8.stream_container-tools.yaml
qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_20.04-15.2.9.yaml
qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_20.04.yaml
qa/suites/upgrade/octopus-x/parallel/1-tasks.yaml
qa/suites/upgrade/octopus-x/stress-split/1-start.yaml
qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml
qa/suites/upgrade/pacific-x/stress-split/1-start.yaml

index 74c40d24773204df699644a05d77a0b321ae6d32..67c27ba6bac3e7bd63d6b8ff18b335db76f23687 100644 (file)
@@ -9,7 +9,7 @@ tasks:
       - ceph-volume
 - print: "**** done install task..."
 - cephadm:
-    image: docker.io/ceph/daemon-base:latest-pacific
+    image: quay.io/ceph/daemon-base:latest-pacific
     roleless: true
     cephadm_branch: pacific
     cephadm_git_url: https://github.com/ceph/ceph
index 47166a9aff8e70ce930d8f9b12c1cc1018f586c8..c732d692ac13d36819acfdd706f8771f88f5326a 100644 (file)
@@ -15,7 +15,7 @@ tasks:
 - print: "**** done install task..."
 - cephadm:
     roleless: true
-    image: docker.io/ceph/ceph:v16.2.4
+    image: quay.io/ceph/ceph:v16.2.4
     cephadm_branch: v16.2.4
     cephadm_git_url: https://github.com/ceph/ceph
     # needed for v16.2.4 due to --skip-admin-label
index 991562b94df620c048f0bf153663275241eb8452..1cbe5a134f932cbd44dadb58cddda70d6c80556c 100644 (file)
@@ -1,7 +1,7 @@
 tasks:
 - cephadm:
     roleless: true
-    image: docker.io/ceph/ceph:v16.2.4
+    image: quay.io/ceph/ceph:v16.2.4
     cephadm_branch: v16.2.4
     cephadm_git_url: https://github.com/ceph/ceph
     # needed for v16.2.4 due to --skip-admin-label
index 2568f23fabec1f62bbdce2e21b63d6e62b5cf945..381088d5b64eb2675e309ef5f21512d5c91399ae 100644 (file)
@@ -1,6 +1,6 @@
 tasks:
 - cephadm:
     roleless: true
-    image: docker.io/ceph/ceph:v16.2.5
+    image: quay.io/ceph/ceph:v16.2.5
     cephadm_branch: v16.2.5
     cephadm_git_url: https://github.com/ceph/ceph
index 16670e7ecd25bb1e3fb94e6bb8c8c38f4969d840..927c1d5bfeb0552b2dacaa55dc1f65fda81eb8b5 100644 (file)
@@ -1,7 +1,7 @@
 tasks:
 - cephadm:
     roleless: true
-    image: docker.io/ceph/ceph:v15
+    image: quay.io/ceph/ceph:v15
     cephadm_branch: octopus
     cephadm_git_url: https://github.com/ceph/ceph
     avoid_pacific_features: true
index a1a9cb5effc7b751254638fd2f9525f3cffc955e..0cbd7906424e1322267092411f1f8c735440f8b9 100644 (file)
@@ -9,7 +9,7 @@ tasks:
     - sudo dnf -y  module install container-tools
     - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf
 - cephadm:
-    image: docker.io/ceph/ceph:v15.2.0
+    image: quay.io/ceph/ceph:v15.2.0
     cephadm_branch: v15.2.0
     cephadm_git_url: https://github.com/ceph/ceph
     # avoid --cap-add=PTRACE + --privileged for older cephadm versions
index fde68b32aa484339f532e527c2f0faf5171692a0..0fec8a3aa0aa1e6b75e0e3ddecdbbc5517157812 100644 (file)
@@ -3,7 +3,7 @@ os_version: "20.04"
 
 tasks:
 - cephadm:
-    image: docker.io/ceph/ceph:v15.2.9
+    image: quay.io/ceph/ceph:v15.2.9
     cephadm_branch: v15.2.9
     cephadm_git_url: https://github.com/ceph/ceph
     # avoid --cap-add=PTRACE + --privileged for older cephadm versions
index 983b4f3dc92bf95e86a43b05ceea0347748c5dd6..ba81c537cd973bfa825cbe1ce637d6ac6b69c849 100644 (file)
@@ -3,7 +3,7 @@ os_version: "20.04"
 
 tasks:
 - cephadm:
-    image: docker.io/ceph/ceph:v15.2.0
+    image: quay.io/ceph/ceph:v15.2.0
     cephadm_branch: v15.2.0
     cephadm_git_url: https://github.com/ceph/ceph
     # avoid --cap-add=PTRACE + --privileged for older cephadm versions
index 0be7a0b7b0c058e81dced3fa6c75c2e4b6e05dc3..6daa914369f34ea72926170fc7abccdc4f47f0f7 100644 (file)
@@ -6,7 +6,7 @@ tasks:
 - print: "**** done install task..."
 - print: "**** done start installing octopus cephadm ..."
 - cephadm:
-    image: docker.io/ceph/daemon-base:latest-octopus
+    image: quay.io/ceph/daemon-base:latest-octopus
     cephadm_branch: octopus
     cephadm_git_url: https://github.com/ceph/ceph
     conf:
index 211a369f3520535a83da5d226a3142be904bb34c..32ba9a48aa08cc2c44b63c8c0f218b698ec50b67 100644 (file)
@@ -5,7 +5,7 @@ tasks:
       - ceph-volume
 
 - cephadm:
-    image: docker.io/ceph/daemon-base:latest-octopus
+    image: quay.io/ceph/daemon-base:latest-octopus
     cephadm_branch: octopus
     cephadm_git_url: https://github.com/ceph/ceph
     conf:
index 61403f33e4151656d47d6ab9cfa284462dca454f..013c2605707a770a14e355c33fe874bcc7fcf2c1 100644 (file)
@@ -6,7 +6,7 @@ tasks:
 - print: "**** done install task..."
 - print: "**** done start installing pacific cephadm ..."
 - cephadm:
-    image: docker.io/ceph/daemon-base:latest-pacific
+    image: quay.io/ceph/daemon-base:latest-pacific
     cephadm_branch: pacific
     cephadm_git_url: https://github.com/ceph/ceph
     conf:
index 3daf723a3576723c76d2e79feeb3a7f5a004a41f..b0fd44af46e3e37ad639fd8ca6039cb97c16f176 100644 (file)
@@ -5,7 +5,7 @@ tasks:
       - ceph-volume
 
 - cephadm:
-    image: docker.io/ceph/daemon-base:latest-pacific
+    image: quay.io/ceph/daemon-base:latest-pacific
     cephadm_branch: pacific
     cephadm_git_url: https://github.com/ceph/ceph
     conf: