Role os_glance for OpenStack-Ansible
Go to file
Matt Thompson 0e4f35c144 Enable functional convergence testing
This commit updates tests/test.yml to deploy rabbitmq, galera,
keystone, and glance for a functional convergence test.  Note that we
point at a non-existent memcached server, but this can be adjusted to
build memcached if deemed necessary.

Change-Id: I389d23561313882a0c3fb6236159fee71ab54c3f
2016-03-08 16:20:01 +00:00
defaults Enable developer mode 2016-03-07 14:08:31 +00:00
doc Implement base configuration for independent repository 2016-03-02 07:28:55 +00: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 Enable functional convergence testing 2016-03-08 16:20:01 +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 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 Configure DB addresses for each service 2015-06-10 02:07:38 +00: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 Enable functional convergence testing 2016-03-08 16:20:01 +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
    glance_galera_address: "{{ internal_lb_vip_address }}"