tripleo-image-elements/elements/apache2
Gregory Haynes dad3c0ccf1 Migrate to package-installs scripts
Migrating install-packages commands to package-installs-* scripts where
possible.

This patch is broken up into multiple parts to minimize impact and
review overhead.

Change-Id: Idd1be32149e7238d53d04a34170c5029dda83f1f
2014-11-05 01:38:05 -08:00
..
install.d Migrate to package-installs scripts 2014-11-05 01:38:05 -08:00
os-apply-config/etc/ssl Update apache2 to use the os-apply-config dir. 2014-01-14 13:56:52 +13:00
os-refresh-config/post-configure.d Run post-configure.d/15-apache2 earlier 2014-09-12 00:57:57 +01:00
post-install.d Adds svc-map to apache element 2014-10-15 09:40:32 -04:00
README.md Remove many references to github 2014-03-18 15:06:23 +11:00
element-deps Migrate to package-installs scripts 2014-11-05 01:38:05 -08:00
svc-map Adds svc-map to apache element 2014-10-15 09:40:32 -04:00

README.md

Installs Apache2 from packages.

Will generate Snakeoil self signed ssl certs if the provided PEM file is unable to pass basic validity check.

The Snakeoil SSL cert can be configured via Heat Metadata. For example:

apache2:
    snakeoil_pem: -----  BEGIN PlaceHolder...
    snakeoil_key: -----  BEGIN PlaceHolder...

Sample usage shown in nagios3 template at: https://git.openstack.org/cgit/openstack/tripleo-heat-templates