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: v19.2.1~204^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F59879%2Fhead;p=ceph.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 7c42800fd0cf..9dd520f35bab 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"