Role os_horizon for OpenStack-Ansible
Go to file
Jesse Pretorius cf1dfcc3bf Use updated get_url module checksum functionality
Starting in Ansible 2.0, the get_url [1] module provides the
ability for a checksum to be provided to the get_url module
which will be verified against the local destination file
and the task skipped if it matches.

[1] http://docs.ansible.com/ansible/get_url_module.html

This patch implements the use of this functionality.

The ability to ignore a venv download failure is also removed
as this is not necessary or desirable. It is better for the
download to fail and the playbook execution to stop immediately
so that the failure point is exposed.

Change-Id: I0e33da0dc601eaa4af06c03a20803fcd01405531
2016-11-07 17:43:45 +00:00
defaults Simplify pip options/constraints mechanism 2016-11-02 16:43:03 +00:00
doc [DOCS] Added release-name as a watermark to Docs. 2016-10-18 17:10:46 +00:00
examples [DOCS] Move horizon docs to roles 2016-08-12 19:26:54 +00:00
handlers Rename package lists (and related vars) appropriately 2016-08-30 18:04:39 +01:00
meta Use updated get_url module checksum functionality 2016-11-07 17:43:45 +00:00
releasenotes Simplify pip options/constraints mechanism 2016-11-02 16:43:03 +00:00
tasks Use updated get_url module checksum functionality 2016-11-07 17:43:45 +00:00
templates Added missing horizon local settings 2016-10-21 09:24:46 -05:00
tests Update test-vars.yml for repositories 2016-10-05 21:48:09 +05:30
vars Rename package lists (and related vars) appropriately 2016-08-30 18:04:39 +01:00
.gitignore Ansible 2.1.1 role testing 2016-09-26 08:55:39 -04:00
.gitreview Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
bindep.txt Compress test execution logs 2016-09-09 10:34:03 +01: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 [DOCS] Add project links to README; fix typos 2016-08-16 12:48:19 -05:00
run_tests.sh Ansible 2.1.1 role testing 2016-09-26 08:55:39 -04:00
setup.cfg Update homepage with developer documentation page 2016-09-20 13:04:19 +05:30
setup.py Updated from global requirements 2016-07-15 03:57:54 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:37:45 +00:00
tox.ini Use upper constraints for all tox targets 2016-10-19 07:42:55 +01:00
Vagrantfile Add xenial support to the Vagrantfile 2016-09-26 12:10:19 -04:00

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