openstack-ansible/playbooks/roles/os_glance
2015-05-13 15:59:01 +00:00
..
defaults Default glance swift_backend to use local swift 2015-04-30 17:38:27 +01:00
files Harden our copy of Glance's policy 2015-05-06 13:08:20 +00: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 Run the glance cache cron jobs more frequently 2015-04-24 13:55:14 -05:00
templates removed variable that should no longer exist 2015-04-29 18:51:20 +00: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 Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00

OpenStack glance

tags

openstack, glance, cloud, ansible

category

*nix

Role to install glance and glance registry.

This role will install the following:
  • 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
    galera_address: "{{ internal_lb_vip_address }}"