Role os_horizon for OpenStack-Ansible
Go to file
Travis Truman 9f41da7883 Enable functional convergence testing
One container running infra services, one running Keystone, and another
running Horizon.

Closes-Bug: #1553979
Change-Id: Id67a1d9a0bd6e87427f5b0755f69ea8f77441839
2016-03-14 12:53:48 +00:00
defaults Enable functional convergence testing 2016-03-14 12:53:48 +00:00
doc Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta Enable functional convergence testing 2016-03-14 12:53:48 +00:00
tasks Enable functional convergence testing 2016-03-14 12:53:48 +00:00
templates Role should default to no external SSL termination 2016-03-07 10:05:12 -05:00
tests Enable functional convergence testing 2016-03-14 12:53:48 +00:00
.gitignore Adding Vagrantfile for local developer testing 2016-03-09 22:04:36 -05:00
.gitreview Implement base configuration for independent repository 2016-03-02 09:39:02 -05: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
other-requirements.txt Enable functional convergence testing 2016-03-14 12:53:48 +00:00
README.rst Configure DB addresses for each service 2015-06-10 02:07:38 +00:00
run_tests.sh Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
setup.cfg Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
setup.py Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
test-requirements.txt Implement base configuration for independent repository 2016-03-02 09:39:02 -05:00
tox.ini Enable functional convergence testing 2016-03-14 12:53:48 +00:00
Vagrantfile Adding Vagrantfile for local developer testing 2016-03-09 22:04:36 -05:00

OpenStack horizon ############## :tags: openstack, horizon, cloud, ansible :category: *nix

Role for deployment, setup and installation of horizon.

This role will install the following:
  • horizon-dashboard
- name: Installation and setup of horizon
  hosts: horizon_all
  user: root
  roles:
    - { role: "os_horizon", tags: [ "os-horizon" ] }
  vars:
    horizon_galera_address: "{{ internal_lb_vip_address }}"