openstack-ansible/playbooks/roles/os_glance
Andy McCrae 996565044e Default glance swift_backend to use local swift
The default values should use the local swift installation, since these
are only used when the glance backend is set to "swift" it won't matter
if there is no local swift when the backend is set to "file".

Adjust AIO script to use the defaults.

Move the configuration values from user_secrets.yml into
user_variables.yml since these are not passwords that should be set.
Additionally comment them out by default.

Change-Id: I579500a0287bc29f27fdbdb4f810212a2e194dea
Closes-Bug: #1450117
2015-04-30 17:38:27 +01:00
..
defaults Default glance swift_backend to use local swift 2015-04-30 17:38:27 +01:00
files Update Glance service to Kilo 2015-04-07 09:50:24 -05:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00: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

README.rst

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