Jesse Pretorius d5ed2980db Implement tunable Horizon/Apache processes/threads overrides
This patch introduces an override for the number of Apache processes
and threads for Horizon:
 - horizon_wsgi_processes
 - horizon_wsgi_threads

The values may be set in /etc/openstack_deploy/user_variables.yml
and if they are unset, half the number of available vCPU's will be
used instead.

Implements: blueprint gate-split
Change-Id: Ie608ef66b8979a466e72c6085c9afa6ab95cc6ff
2015-11-25 20:22:47 +00:00
2015-05-08 13:22:42 -05:00
2015-10-22 18:35:17 -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 }}"
Description
Role os_horizon for OpenStack-Ansible
Readme 7 MiB
Languages
Jinja 74.3%
Python 18.5%
Shell 7.2%