]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Allow quick bootstrap script to use custom images 68801/head
authorAfreen Misbah <afreen@ibm.com>
Mon, 20 Apr 2026 14:51:47 +0000 (20:21 +0530)
committerAfreen Misbah <afreen@ibm.com>
Fri, 8 May 2026 09:55:06 +0000 (15:25 +0530)
commitd558a93eb27d245e381a4647163b6d4284c727d3
treef928eada6e8b5bff26bff47b9e73ed6ac2086207
parent277f43c7f9708450d9bd4c3c3c32eb31dcc36298
mgr/dashboard: Allow quick bootstrap script to use custom images

- if no image provided default image will be used
- the -i flag was added but its not working. so this commit fixes that.
- exporting the CEPHADM_IMAGE in cpeh_cluster.yaml so that bootstrap script can utilize that
- passing image in cephadm shell

Signed-off-by: Afreen Misbah <afreen@ibm.com>
src/pybind/mgr/dashboard/ci/cephadm/bootstrap-cluster.sh
src/pybind/mgr/dashboard/ci/cephadm/ceph_cluster.yml
src/pybind/mgr/dashboard/ci/cephadm/quick-bootstrap.sh