From: Pedro Gonzalez Gomez Date: Thu, 19 Sep 2024 10:09:26 +0000 (+0200) Subject: squid: mgr/dashboard: custom image for kcli bootstrap script X-Git-Tag: testing/wip-vshankar-testing-20241106.074359-squid-debug~121^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b53752f706740194a414761863209e72de56e2af;p=ceph-ci.git squid: mgr/dashboard: custom image for kcli bootstrap script Update test environment image to squid Signed-off-by: Pedro Gonzalez Gomez --- 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"