a828d38316
There is currently no testing of the Leap 15 images in OSH. This addresses it by: - Using the values_overrides folder according to the multi-os spec, creating value override files there for changes that needs to happen on Leap 15 images. - Point to the right images using the previously created folder, to allow using those in CI easily. - Change CI to use previously created overrides. Depends-On: https://review.openstack.org/#/c/651501 Change-Id: I520d3676195c62b253a19397c86b0d0fbabee710
31 lines
655 B
YAML
31 lines
655 B
YAML
---
|
|
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>
|
|
pod:
|
|
security_context:
|
|
keystone:
|
|
pod:
|
|
runAsUser: 0
|
|
container:
|
|
keystone_api:
|
|
readOnlyRootFilesystem: false
|