tripleo-image-elements/elements/apache2
Roman Podoliaka ac0d6607ec Use dib helper script to determine init system
diskimage-builder provides a helper script + env variable
to determine, which init system is used. We should use them
in elements instead of manual checks after update of raring
cloud images broke "if [ -d /etc/systemd/system ]" test.

Related-Bug: #1251610

Change-Id: I6d27491302ff0c4c6de82d6d60fc80e83fec519e
2013-11-15 18:29:43 +02:00
..
install.d Adds Nagios and supporting elements. 2013-06-19 13:08:46 -07:00
os-config-applier/etc/ssl Adds Nagios and supporting elements. 2013-06-19 13:08:46 -07:00
os-refresh-config/post-configure.d Reload Apache config in one place 2013-10-25 17:50:54 +02:00
post-install.d Use dib helper script to determine init system 2013-11-15 18:29:43 +02:00
README.md Update stackforge references to openstack 2013-08-17 22:57:21 -04:00
element-deps Update apache2 element-deps "os-config-applier" to "os-apply-config" 2013-07-09 18:06:29 -07: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://github.com/openstack/tripleo-heat-templates