Role os_glance for OpenStack-Ansible
Go to file
Jimmy McCrory 3dabe29f62 Remove pip_lock_down dependency
The pip_install and pip_lock_down roles have been merged.

Remove pip_lock_down from the role's meta dependencies and test
requirements.

Change-Id: If92589b43a21383bae97ad903c4853e7dda8a0c0
2016-06-07 23:24:15 -05:00
defaults Remove python-cephlibs 2016-05-23 15:37:12 +01:00
doc [DOCS] Cleanup the role docs for consistency and clarity 2016-03-07 17:03:49 -05:00
handlers Ansible 2.x - Address deprecation warning of bare variables 2016-04-22 09:13:41 -04:00
meta Remove pip_lock_down dependency 2016-06-07 23:24:15 -05:00
releasenotes Implement Ubuntu 16.04 support with SystemD 2016-05-31 14:37:59 +00:00
tasks Consistency for multi-os in the includes 2016-06-02 13:48:46 +00:00
templates Merge "Implement Ubuntu 16.04 support with SystemD" 2016-05-31 16:04:37 +00:00
tests Remove pip_lock_down dependency 2016-06-07 23:24:15 -05:00
vars Implement Ubuntu 16.04 support with SystemD 2016-05-31 14:37:59 +00:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:19:55 +01: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
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-03 08:55:44 +01:00
README.rst [DOCS] Cleanup the role docs for consistency and clarity 2016-03-07 17:03:49 -05:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:55:44 +01: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 blacklist Ansible 1.9.6 2016-04-16 08:42:44 -05:00
tox.ini Add reno scaffolding for release notes management 2016-04-09 19:20:15 +01:00
Vagrantfile Adding Vagrantfile for local developer testing 2016-03-11 11:23:17 -05:00

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