cinder
OpenStack Block Storage service.
Deployment Scope
- Cluster scope: site
- Values key:
site.cinder - ArgoCD Application template:
charts/argocd-understack/templates/application-openstack-helm.yaml
How to Enable
Set this component to enabled in your deployment values file:
How ArgoCD Builds It
- ArgoCD renders Helm chart
cinderand Kustomize pathcomponents/cinder/. - The shared site-level
secret-openstack.yamland optionalimages-openstack.yamlfiles are loaded before the service-specific values file. - The deploy repo contributes
values.yamlfor this component. - The deploy repo overlay directory for this component is applied as a second source, so
kustomization.yamland any referenced manifests are part of the final Application.
Deployment Repo Content
Use any secret delivery mechanism you prefer. The contract that matters is the final Kubernetes Secret or manifest shape described below.
Required or commonly required items:
values.yaml: Provide the Cinder-specific chart or manifest values.cinder-db-passwordSecret: Provideusernameandpasswordfor the Cinder database user.cinder-rabbitmq-passwordSecret: Provideusernameandpasswordfor the messaging user Cinder should use.
Optional additions:
cinder-netapp-configSecret: Provide the backend-specific keys required by the NetApp configuration when that backend is enabled.Extra manifests: Add storage-backend or policy resources if the base chart is not sufficient.
Notes
- This service is rendered by
application-openstack-helm.yaml, which also reads the shared site-levelsecret-openstack.yamland optionalimages-openstack.yamlfiles before it readscinder/values.yaml.