Skip to content

Commit

Permalink
mgr/dashboard: custom image for kcli bootstrap script
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
nizamial09 committed Mar 9, 2023
1 parent 01ad87e commit be8f1e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pybind/mgr/dashboard/ci/cephadm/bootstrap-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be8f1e7

Please sign in to comment.