Graham Steffaniak 1157d95b71 Create Openstack common components umbrella chart
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
2022-04-05 09:47:06 -05:00

18 lines
966 B
YAML

---
keystone:
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"
keystone_api: "docker.io/openstackhelm/keystone:train-ubuntu_bionic"
keystone_bootstrap: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
keystone_credential_rotate: "docker.io/openstackhelm/keystone:train-ubuntu_bionic"
keystone_credential_setup: "docker.io/openstackhelm/keystone:train-ubuntu_bionic"
keystone_db_sync: "docker.io/openstackhelm/keystone:train-ubuntu_bionic"
keystone_domain_manage: "docker.io/openstackhelm/keystone:train-ubuntu_bionic"
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:train-ubuntu_bionic"
keystone_fernet_setup: "docker.io/openstackhelm/keystone:train-ubuntu_bionic"
ks_user: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
...