treasuremap/site/airskiff-suse/software/charts/osh/openstack-compute-kit/nova.yaml

46 lines
1.0 KiB
YAML

---
schema: armada/Chart/v1
metadata:
schema: metadata/Document/v1
name: nova-suse
layeringDefinition:
abstract: false
layer: site
parentSelector:
name: nova-type
component: nova
actions:
- method: merge
path: .
storagePolicy: cleartext
data:
values:
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:
libvirt:
virt_type: qemu
cpu_mode: host-model
DEFAULT:
mkisofs_cmd: mkisofs
...