mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 09:17:18 +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
28 lines
708 B
YAML
28 lines
708 B
YAML
---
|
|
heat:
|
|
pod:
|
|
mandatory_access_control:
|
|
type: apparmor
|
|
heat-api:
|
|
heat-api: runtime/default
|
|
init: runtime/default
|
|
heat-cfn:
|
|
heat-cfn: runtime/default
|
|
init: runtime/default
|
|
heat-engine:
|
|
heat-engine: runtime/default
|
|
init: runtime/default
|
|
heat-engine-cleaner:
|
|
heat-engine-cleaner: runtime/default
|
|
init: runtime/default
|
|
heat-domain-ks-user:
|
|
heat-ks-domain-user: runtime/default
|
|
init: runtime/default
|
|
heat-trusts:
|
|
heat-trusts: runtime/default
|
|
init: runtime/default
|
|
heat-purge-deleted:
|
|
heat-purge-deleted: runtime/default
|
|
init: runtime/default
|
|
...
|