mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 01:37:15 +00:00
ADD: include new charts to the umbrella chart for comprehensive
deployment of openstack-helm.
* openvswitch
* libvirt
* neutron
* nova
* placement
Change-Id: I78d1c7c629024c3f9530239dff9f8eb9da598764
16 lines
315 B
YAML
16 lines
315 B
YAML
---
|
|
placement:
|
|
pod:
|
|
mandatory_access_control:
|
|
type: apparmor
|
|
placement-api:
|
|
placement-api: runtime/default
|
|
init: runtime/default
|
|
placement-db-migrate:
|
|
init: runtime/default
|
|
placement-mysql-migration: runtime/default
|
|
|
|
manifests:
|
|
job_db_migrate: true
|
|
...
|