Role os_horizon for OpenStack-Ansible
Go to file
Jesse Pretorius faa5b91e1f Optimise the role execution
This patch does the following:

- Instead of scoping to the inventory group name, we scope
  to the play hosts. This allows the execution of the role
  using limits to still execute the necessary tasks.

- A little style update is done to improve readability.

- Some includes are changed from static to dynamic to
  improve execution speed.

- The tag for the translations async finalisation is
  changed to 'horizon-config' to match the rest of the
  config related tasks, including the task which starts the
  async process.

- The enabling and starting up of Apache is moved to the
  handler so that it's all done in one task.

Change-Id: If9726035d1fae0ec78aead38eb85f4d30a45a07c
2017-07-10 12:32:53 +00: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 Optimise the role execution 2017-07-10 12:32:53 +00:00
meta Optimise apt cache update task 2017-05-02 11:28:17 +01:00
releasenotes Allow possibility to disable heatstack password 2017-06-28 08:51:35 -04:00
tasks Optimise the role execution 2017-07-10 12:32:53 +00: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 Ensure the log folder exists 2017-03-07 15:56:35 +00: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