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
28 lines
625 B
YAML
28 lines
625 B
YAML
---
|
|
nova:
|
|
conf:
|
|
software:
|
|
apache2:
|
|
binary: apache2ctl
|
|
start_parameters: -DFOREGROUND -k start
|
|
site_dir: /etc/apache2/vhosts.d
|
|
conf_dir: /etc/apache2/conf.d
|
|
a2enmod:
|
|
- version
|
|
security: |
|
|
<Directory "/var/www">
|
|
Options Indexes FollowSymLinks
|
|
AllowOverride All
|
|
<IfModule !mod_access_compat.c>
|
|
Require all granted
|
|
</IfModule>
|
|
<IfModule mod_access_compat.c>
|
|
Order allow,deny
|
|
Allow from all
|
|
</IfModule>
|
|
</Directory>
|
|
nova:
|
|
DEFAULT:
|
|
mkisofs_cmd: mkisofs
|
|
...
|