tripleo-image-elements/elements/apache2
Derek Higgins 28b0f1138b Run post-configure.d/15-apache2 earlier
The certs this scripts creates are needed by 14-horizon so run them in
the correct order.

Change-Id: I84d1d49892828cef8678cd2381134716dd922849
Closes-Bug: #1368465
2014-09-12 00:57:57 +01:00
..
install.d Installing ssl-cert package as apache element requires it 2014-05-22 09:20:37 -06: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 debian: use os-svc-enable to enable apache 2014-04-12 18:54:21 +02:00
README.md Remove many references to github 2014-03-18 15:06:23 +11:00
element-deps debian: use os-svc-enable to enable apache 2014-04-12 18:54:21 +02: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