From: Laura Flores Date: Fri, 10 Apr 2026 20:50:35 +0000 (-0500) Subject: qa/suites/orch/cephadm: replace "reef" with "v18.2.8" X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c5f1b788adc1951c28e08b141d9bb68ea15aa1da;p=ceph.git qa/suites/orch/cephadm: replace "reef" with "v18.2.8" 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 --- diff --git a/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-centos_9.stream-reef.yaml b/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-centos_9.stream-reef.yaml index bd5cdc724c3e..e4e2381c2bab 100644 --- a/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-centos_9.stream-reef.yaml +++ b/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-centos_9.stream-reef.yaml @@ -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: diff --git a/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04-reef.yaml b/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04-reef.yaml index c9931c260947..538ba110e77a 100644 --- a/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04-reef.yaml +++ b/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04-reef.yaml @@ -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: diff --git a/qa/workunits/cephadm/test_cephadm.sh b/qa/workunits/cephadm/test_cephadm.sh index 2866609103f5..91b3365aff3a 100755 --- a/qa/workunits/cephadm/test_cephadm.sh +++ b/qa/workunits/cephadm/test_cephadm.sh @@ -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}