mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 17:57:34 +00:00
ADD: include new charts to the umbrella chart for comprehensive
deployment of openstack-helm.
* openvswitch
* libvirt
* neutron
* nova
* placement
Change-Id: I78d1c7c629024c3f9530239dff9f8eb9da598764
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
---
|
|
nova:
|
|
pod:
|
|
mandatory_access_control:
|
|
type: apparmor
|
|
nova-compute-default:
|
|
nova-compute: runtime/default
|
|
init: runtime/default
|
|
nova-compute-init: runtime/default
|
|
nova-compute-vnc-init: runtime/default
|
|
nova-api-metadata:
|
|
nova-api-metadata-init: runtime/default
|
|
nova-api: runtime/default
|
|
init: runtime/default
|
|
nova-api-osapi:
|
|
nova-osapi: runtime/default
|
|
init: runtime/default
|
|
nova-conductor:
|
|
nova-conductor: runtime/default
|
|
init: runtime/default
|
|
nova-novncproxy:
|
|
nova-novncproxy: runtime/default
|
|
nova-novncproxy-init-assets: runtime/default
|
|
nova-novncproxy-init: runtime/default
|
|
init: runtime/default
|
|
nova-scheduler:
|
|
nova-scheduler: runtime/default
|
|
init: runtime/default
|
|
nova-cell-setup:
|
|
nova-cell-setup: runtime/default
|
|
nova-cell-setup-init: runtime/default
|
|
init: runtime/default
|
|
nova-test:
|
|
init: runtime/default
|
|
nova-test: runtime/default
|
|
nova-test-ks-user: runtime/default
|
|
...
|