Role os_glance for OpenStack-Ansible
Go to file
Travis Truman dd622f8683 [DOCS] Cleanup the role docs for consistency and clarity
Change-Id: I4cc524151c6372842cdc83f9838df24d0743f91b
2016-03-07 17:03:49 -05:00
defaults Enable developer mode 2016-03-07 14:08:31 +00:00
doc [DOCS] Cleanup the role docs for consistency and clarity 2016-03-07 17:03:49 -05:00
handlers Fix glance_nfs_client setting 2015-07-23 00:28:19 +00:00
meta Enable developer mode 2016-03-07 14:08:31 +00:00
tasks Enable developer mode 2016-03-07 14:08:31 +00:00
templates Remove deprecated config variables 2016-03-04 10:48:44 +11:00
tests Implement base configuration for independent repository 2016-03-02 07:28:55 +00:00
.gitignore Implement base configuration for independent repository 2016-03-02 07:28:55 +00:00
.gitreview Implement base configuration for independent repository 2016-03-02 07:28:55 +00:00
CONTRIBUTING.rst [DOCS] Cleanup the role docs for consistency and clarity 2016-03-07 17:03:49 -05:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst [DOCS] Cleanup the role docs for consistency and clarity 2016-03-07 17:03:49 -05:00
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:23:05 +00:00
run_tests.sh Implement base configuration for independent repository 2016-03-02 07:28:55 +00:00
setup.cfg Implement base configuration for independent repository 2016-03-02 07:28:55 +00:00
setup.py Implement base configuration for independent repository 2016-03-02 07:28:55 +00:00
test-requirements.txt Implement base configuration for independent repository 2016-03-02 07:28:55 +00:00
tox.ini Implement base configuration for independent repository 2016-03-02 07:28:55 +00:00

README.rst

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
- 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 }}"