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
24 lines
600 B
YAML
24 lines
600 B
YAML
---
|
|
glance:
|
|
pod:
|
|
mandatory_access_control:
|
|
type: apparmor
|
|
glance-api:
|
|
glance-api: runtime/default
|
|
glance-perms: runtime/default
|
|
init: runtime/default
|
|
nginx: runtime/default
|
|
glance-metadefs-load:
|
|
init: runtime/default
|
|
glance-metadefs-load: runtime/default
|
|
glance-storage-init:
|
|
init: runtime/default
|
|
glance-storage-init: runtime/default
|
|
glance-test:
|
|
init: runtime/default
|
|
glance-test: runtime/default
|
|
glance-test-ks-user: runtime/default
|
|
manifests:
|
|
certificates: true
|
|
...
|