]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: custom image for kcli bootstrap script 50456/head
authorNizamudeen A <nia@redhat.com>
Thu, 9 Mar 2023 11:51:44 +0000 (17:21 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 9 Mar 2023 12:30:52 +0000 (18:00 +0530)
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 <nia@redhat.com>
src/pybind/mgr/dashboard/ci/cephadm/bootstrap-cluster.sh

index 67a0fba2296a4951c3aade2199aa0dac4d4764a5..6a427161a0888ea511c08fd94f41e4546f962c1d 100755 (executable)
@@ -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