From: Nizamudeen A Date: Thu, 9 Mar 2023 11:51:44 +0000 (+0530) Subject: mgr/dashboard: custom image for kcli bootstrap script X-Git-Tag: v19.0.0~1596^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F50456%2Fhead;p=ceph.git mgr/dashboard: custom image for kcli bootstrap script the stable branches like quincy pulls from the quay.io/ceph/ceph:v17 to bootstrap the ceph cluster in test environments. This will cause issues because the branches are changing constantly but the image is not. So using the quay.ceph.io repo to bring the cluster in test environment. Signed-off-by: Nizamudeen A --- diff --git a/src/pybind/mgr/dashboard/ci/cephadm/bootstrap-cluster.sh b/src/pybind/mgr/dashboard/ci/cephadm/bootstrap-cluster.sh index 67a0fba2296a..6a427161a088 100755 --- a/src/pybind/mgr/dashboard/ci/cephadm/bootstrap-cluster.sh +++ b/src/pybind/mgr/dashboard/ci/cephadm/bootstrap-cluster.sh @@ -5,6 +5,8 @@ set -x export PATH=/root/bin:$PATH mkdir /root/bin +export CEPHADM_IMAGE='quay.ceph.io/ceph-ci/ceph:main' + CEPHADM="/root/bin/cephadm" /mnt/{{ ceph_dev_folder }}/src/cephadm/build.sh $CEPHADM