]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/orch/cephadm: replace "reef" with "v18.2.8"
authorLaura Flores <lflores@ibm.com>
Fri, 10 Apr 2026 20:50:35 +0000 (15:50 -0500)
committerLaura Flores <lflores@ibm.com>
Fri, 10 Apr 2026 20:50:35 +0000 (15:50 -0500)
Since Reef is EOL, the "reef" tag was removed from quay.ceph.io.
The solution is to replace the reef references with the "v18.2.8" tag.

Fixes: https://tracker.ceph.com/issues/75886
Signed-off-by: Laura Flores <lflores@ibm.com>
qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-centos_9.stream-reef.yaml
qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04-reef.yaml
qa/workunits/cephadm/test_cephadm.sh

index bd5cdc724c3effe2ba7bfa50936d1a8430ffadd1..e4e2381c2bab973a0722f8945724bfb9ea1ab44a 100644 (file)
@@ -3,7 +3,7 @@ os_version: "9.stream"
 
 tasks:
 - cephadm:
-    image: quay.ceph.io/ceph-ci/ceph:reef
+    image: quay.io/ceph/ceph:v18.2.8
     compiled_cephadm_branch: reef
 
 roles:
index c9931c260947fbaf04234e66b8ce86600c9954a1..538ba110e77af2be2a7f4b9758d39cbb32110c0b 100644 (file)
@@ -3,7 +3,7 @@ os_version: "22.04"
 
 tasks:
 - cephadm:
-    image: quay.ceph.io/ceph-ci/ceph:reef
+    image: quay.io/ceph/ceph:v18.2.8
     compiled_cephadm_branch: reef
 
 roles:
index 2866609103f519d32c76078ce03ee3138d9dfe4a..91b3365aff3a57636e18824a816b369398f0bcc6 100755 (executable)
@@ -10,7 +10,7 @@ FSID='00000000-0000-0000-0000-0000deadbeef'
 
 # images that are used
 IMAGE_MAIN=${IMAGE_MAIN:-'quay.ceph.io/ceph-ci/ceph:main'}
-IMAGE_REEF=${IMAGE_REEF:-'quay.ceph.io/ceph-ci/ceph:reef'}
+IMAGE_REEF=${IMAGE_REEF:-'quay.io/ceph/ceph:v18.2.8'}
 IMAGE_SQUID=${IMAGE_SQUID:-'quay.ceph.io/ceph-ci/ceph:squid'}
 IMAGE_DEFAULT=${IMAGE_MAIN}