Travis Truman dd622f8683 [DOCS] Cleanup the role docs for consistency and clarity
Change-Id: I4cc524151c6372842cdc83f9838df24d0743f91b
2016-03-07 17:03:49 -05:00

24 lines
615 B
ReStructuredText

OpenStack-Ansible Glance
########################
:tags: openstack, glance, cloud, ansible
:category: \*nix
This Ansible role installs and configures OpenStack glance and glance
registry.
This role will install the following Upstart services:
* glance-api
* glance-registry
.. code-block:: yaml
- name: Install glance server
hosts: glance_all
user: root
roles:
- { role: "os_glance", tags: [ "os-glance" ] }
vars:
external_lb_vip_address: 172.16.24.1
internal_lb_vip_address: 192.168.0.1
glance_galera_address: "{{ internal_lb_vip_address }}"