Role os_horizon for OpenStack-Ansible
Go to file
Markos Chandras a64745174b Add support for the openSUSE Leap distributions
Add support for the openSUSE Leap distributions. Additionally,
for openSUSE, we need to load some extra apache2 modules which are
not there by default. Finally, Apache on openSUSE configures some
of it's components in httpd.conf and some others in default-server.conf
so it's not possible to drop one of them as that will likely break
Apache. A future improvement would be to drop both and provide a good
httpd.conf template. Until then, we need to drop the default
configuration for the root directory as that breaks Horizon since
it does not allow symlinks and global access to it.

Change-Id: I51613df836c6a507f6f36967c0ce4b76ba9202a9
2017-07-12 18:23:13 +01:00
defaults Allow possibility to disable heatstack password 2017-06-28 08:51:35 -04:00
doc [DOCS] Fix the dead link 2017-04-11 16:25:59 +00:00
examples Provide default horizon_ssl variables 2017-02-09 17:42:07 -08:00
handlers Add CentOS support for os_horizon role 2016-11-29 15:31:16 +00:00
meta Add support for the openSUSE Leap distributions 2017-07-12 18:23:13 +01:00
releasenotes Allow possibility to disable heatstack password 2017-06-28 08:51:35 -04:00
tasks Add support for the openSUSE Leap distributions 2017-07-12 18:23:13 +01:00
templates Merge "Improve Python 3 compatibility" 2017-06-29 13:49:37 +00:00
tests Updated from OpenStack Ansible Tests 2017-06-22 15:19:34 +00:00
vars Add support for the openSUSE Leap distributions 2017-07-12 18:23:13 +01:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-22 15:19:34 +00:00
.gitreview Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
bindep.txt Updated from OpenStack Ansible Tests 2017-07-06 21:08:25 +00:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 08:16:55 +00:00
README.rst Show team and repo badges on README 2016-11-25 16:11:33 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2017-06-22 15:19:34 +00:00
setup.cfg Update homepage with developer documentation page 2016-09-20 13:04:19 +05:30
setup.py Updated from global requirements 2017-03-02 11:51:47 +00:00
test-requirements.txt Updated from global requirements 2017-06-27 12:18:06 +00:00
tox.ini Ensure that role tests pin pip/setuptools/wheel 2017-06-04 11:20:58 +01:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-07-06 13:02:36 +00:00

Team and repository tags

image

OpenStack-Ansible Horizon

This Ansible role installs and configures OpenStack Horizon served by the Apache webserver. Horizon is configured to use Galera for session caching and Memcached for other caching.

Documentation for the project can be found at:

http://docs.openstack.org/developer/openstack-ansible-os_horizon/

The project home is at:

http://launchpad.net/openstack-ansible