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
22 lines
650 B
YAML
22 lines
650 B
YAML
---
|
|
keystone:
|
|
pod:
|
|
mandatory_access_control:
|
|
type: apparmor
|
|
keystone-api:
|
|
keystone-api: runtime/default
|
|
keystone-credential-setup:
|
|
keystone-credential-setup: runtime/default
|
|
keystone-fernet-setup:
|
|
keystone-fernet-setup: runtime/default
|
|
keystone-credential-cleanup:
|
|
keystone-credential-cleanup: runtime/default
|
|
keystone-domain-manage:
|
|
keystone-domain-manage: runtime/default
|
|
keystone-domain-manage-init: runtime/default
|
|
keystone-test:
|
|
init: runtime/default
|
|
keystone-test: runtime/default
|
|
keystone-test-ks-user: runtime/default
|
|
...
|