tripleo-image-elements/elements/apache2
Gonéri Le Bouder 686a5e958c debian: use os-svc-enable to enable apache
apache service is called “httpd” on RHEL/Fedora and apache2 on
Debian/Ubuntu/Fedora.

As pointed by Ben Nemec, os-svc-enable is best way to deal with this
complexity and thus support all the operating system properly.

This commit requires change I125c46bebb0342ee3bdb957116e7c7e8e27a2ecc
on diskimage-builder to be able to enable apache with os-svc-enable.

Change-Id: I4720b61eb0fd15e539564edd25843f8332478abf
2014-04-12 18:54:21 +02:00
..
install.d Adds Nagios and supporting elements. 2013-06-19 13:08:46 -07: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 Configure horizon when using /etc/apache2. 2014-02-24 17:53:02 +00: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