Role os_horizon for OpenStack-Ansible
Go to file
Kevin Carter 55f30c4c68 Add template option for the default horizon panel
The change adds the option to set the default panel within horizon.
this change is useful when a tenant has many hundreds of vms and
running into horizon login slowness due to poorly crafted api
calls and sql statements.

Change-Id: If3da12a466d4953a176ec8e45499bf1cd9452ae5
Closes-Bug: #1533830
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-01-13 20:48:13 -06:00
defaults Add template option for the default horizon panel 2016-01-13 20:48:13 -06:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks Add template option for the default horizon panel 2016-01-13 20:48:13 -06:00
templates Add template option for the default horizon panel 2016-01-13 20:48:13 -06: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
README.rst Configure DB addresses for each service 2015-06-10 02:07:38 +00: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 }}"