Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.64 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.64 KB

Horizon OpenStack Ansible Role

Status

  • Build Status on master branch
  • Build Status on development branch
  • Ansible Galaxy on Ansible Galaxy

OpenStack Horizon dashboard installation

Tested on Ubuntu Precise (12.04) and Trusty (14.04)

Requirements

apache2 and libapache2-mod-wsgi are needed. They are installed by this role, if not found.

For RHEL/CentOS, RHOSP or RDO repositories are needed.

Role Variables

Keystone (must exist)

Name Default value Description Note
openstack_horizon_keystone_hostname localhost Hostname/IP address of the controller node

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
     - { role: openstack-horizon, openstack_horizon_keystone_hostname: localhost }

A complete Ansible playbook demo, which uses this role, is available on Github (openstack-ansible-galaxy/vagrant-ansible-openstack) https://github.com/openstack-ansible-galaxy/vagrant-ansible-openstack


Credits

RedHat support implemented by Abel Boldú [email protected]

License

Apache

Author Information

Davide Guerri - [email protected]