From b53752f706740194a414761863209e72de56e2af Mon Sep 17 00:00:00 2001 From: Pedro Gonzalez Gomez Date: Thu, 19 Sep 2024 12:09:26 +0200 Subject: [PATCH] squid: mgr/dashboard: custom image for kcli bootstrap script Update test environment image to squid Signed-off-by: Pedro Gonzalez Gomez --- src/pybind/mgr/dashboard/ci/cephadm/bootstrap-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/ci/cephadm/bootstrap-cluster.sh b/src/pybind/mgr/dashboard/ci/cephadm/bootstrap-cluster.sh index 7c42800fd0c..9dd520f35ba 100755 --- a/src/pybind/mgr/dashboard/ci/cephadm/bootstrap-cluster.sh +++ b/src/pybind/mgr/dashboard/ci/cephadm/bootstrap-cluster.sh @@ -5,7 +5,7 @@ set -x export PATH=/root/bin:$PATH mkdir /root/bin -export CEPHADM_IMAGE='quay.ceph.io/ceph-ci/ceph:main' +export CEPHADM_IMAGE='quay.ceph.io/ceph-ci/ceph:squid' CEPHADM="/root/bin/cephadm" CEPHADM_SRC="/mnt/{{ ceph_dev_folder }}/src/cephadm/cephadm" -- 2.39.5