Role os_horizon for OpenStack-Ansible
Go to file
Jesse Pretorius 4ac6093e36 Execute service setup against a delegated host using Ansible built-in modules
In order to reduce the packages required to pip install on to the hosts,
we allow the service setup to be delegated to a specific host, defaulting
to the deploy host. We also switch as many tasks as possible to using the
built-in Ansible modules which make use of the shade library.

The 'virtualenv' package is now installed appropriately by the openstack_hosts
role, so there's no need to install it any more. The 'httplib2' package is a
legacy Ansible requirement for the get_url/get_uri module which is no longer
needed. The keystone client library is not required any more now that we're
using the upstream modules. As there are no required packages left, the task
to install them is also removed.

With the dependent patches, the openstack_openrc role is now executed once
on the designated host, so it is no longer required as a meta-dependency for
the role.

Depends-On: https://review.openstack.org/579233
Depends-On: https://review.openstack.org/579959
Depends-On: https://review.openstack.org/580156
Change-Id: Ic3c0bb31c12a83fe8fe475091e97e5d5537fab6f
2018-07-05 19:41:30 +00:00
defaults Execute service setup against a delegated host using Ansible built-in modules 2018-07-05 19:41:30 +00:00
doc Updated from global requirements 2018-03-15 07:34:35 +00:00
examples Replace port 35357 with 5000 2018-06-24 17:15:23 +00:00
handlers Optimise the role execution 2017-07-10 12:32:53 +00:00
meta Execute service setup against a delegated host using Ansible built-in modules 2018-07-05 19:41:30 +00:00
releasenotes Execute service setup against a delegated host using Ansible built-in modules 2018-07-05 19:41:30 +00:00
tasks Execute service setup against a delegated host using Ansible built-in modules 2018-07-05 19:41:30 +00:00
templates Merge "Set WSGIApplicationGroup %{GLOBAL} as recommended" 2017-12-19 11:10:16 +00:00
tests Execute service setup against a delegated host using Ansible built-in modules 2018-07-05 19:41:30 +00:00
vars Add required packages to build mysql-python 2018-06-24 17:16:52 +00:00
zuul.d Switch to using project-templates 2018-06-22 14:55:39 -04:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-27 15:52:26 +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-12-06 00:06:08 +00:00
CONTRIBUTING.rst Update links in CONTRIBUTING.rst 2017-09-20 08:28:32 +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 Add release note link in README 2018-06-12 11:46:30 -04:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-04-30 05:14:32 +00:00
setup.cfg Update the doc link 2017-11-13 18:13:56 +08:00
setup.py Updated from global requirements 2017-03-02 11:51:47 +00:00
tox.ini Use tests repo for common role test requirements 2018-07-02 10:53:40 -04:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-06-06 00:41:42 +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:

https://docs.openstack.org/openstack-ansible-os_horizon/latest/

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/openstack-ansible-os_horizon

The project home is at:

http://launchpad.net/openstack-ansible