mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
ADD openstack chart with values_overrides
* rabbitmq
* mariadb
* memcached
* keystone
* heat
* glance
This adds umbrella chart that references other charts via
symlink and include global values.
Because chart valeus_overrides yaml apply to the main chart,
the umbrella chart has a chart-scoped replacement
ADD openstack.sh deploy script
This script deploys all components with a single release.
ADD corresponding release notes
CHG wait-for-pods-sh to accept timeout arguement
CHG get-values-overrides.sh to modify file path for subchart
Change-Id: I25cd9d6785c61540d6329657c0358f27299d3647
16 lines
762 B
YAML
16 lines
762 B
YAML
---
|
|
glance:
|
|
images:
|
|
tags:
|
|
bootstrap: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
|
db_init: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
|
db_drop: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
|
ks_user: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
|
ks_service: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
|
ks_endpoints: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
|
glance_db_sync: "docker.io/openstackhelm/glance:train-ubuntu_bionic"
|
|
glance_api: "docker.io/openstackhelm/glance:train-ubuntu_bionic"
|
|
glance_metadefs_load: "docker.io/openstackhelm/glance:train-ubuntu_bionic"
|
|
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic"
|
|
...
|