openstack-helm-infra/ceph-adapter-rook
Vladimir Kozhukalov 8077898106 Update kubernetes-entrypoint image
Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
by default instead of 1.0.0 which is v1 formatted and
not supported any more by docker.

Change-Id: I6349a57494ed8b1e3c4b618f5bd82705bef42f7a
2024-07-12 13:52:07 -05:00
..
templates Simplify ceph-adapter-rook 2024-06-19 06:41:03 -05:00
Chart.yaml Update kubernetes-entrypoint image 2024-07-12 13:52:07 -05:00
README.md Simplify ceph-adapter-rook 2024-06-19 06:41:03 -05:00
requirements.yaml Add ceph-adapter-rook chart 2023-12-05 14:27:57 -06:00
values.yaml Update kubernetes-entrypoint image 2024-07-12 13:52:07 -05:00

Summary

This is the minimal set of templates necessary to make the rest of Openstack-Helm charts work with Ceph clusters managed by the Rook operator. Rook operator not only deploys Ceph clusters but also provides convenience when interfacing with those clusters via CRDs which can be used for managing pools/keys/users etc. However Openstack-Helm charts do not utilize Rook CRDs but instead manage Ceph assets like pools/keyrings/users/buckets etc. by means of running bootstrap scripts. Before using Openstack-Helm charts we have to provision a minimal set of assets like Ceph admin key and Ceph client config.

Usage

helm upgrade --install ceph-adapter-rook ./ceph-adapter-rook
--namespace=openstack


Once all the jobs are finished you can deploy other Openstack-Helm charts.