Role os_glance for OpenStack-Ansible
Go to file
Major Hayden 57c330fa9a Ensure that doc linting is included in the linters test
The 'docs' tox target executes the doc8 lint test which may result in
failures when testing documentation builds, but OpenStack-CI does not
execute that tox target.

In order to ensure that we catch all standard documentation syntax
errors and prevent them from merging, this patch includes the docs
target in the 'linters' chain of tests.

Fixes for any failures which result from executing this test are also
included in the patch.

Change-Id: Ica629c89c0e9638e96acdf9679edf24726a8e07c
Co-Authored-By: Major Hayden <major@mhtx.net>
2016-07-25 15:07:41 -05:00
defaults Provide default for rabbitmq telemetry password 2016-07-22 15:00:07 -07:00
doc Ensure that doc linting is included in the linters test 2016-07-25 15:07:41 -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 Update sphinx configuration 2016-07-12 16:52:38 +01:00
tasks Optimise pip install tasks 2016-07-18 15:56:03 +01:00
templates Provide default for rabbitmq telemetry password 2016-07-22 15:00:07 -07:00
tests Remove openstack_hosts from test requirements 2016-07-20 18:47:01 -07:00
vars Implement Ubuntu 16.04 support with SystemD 2016-05-31 14:37:59 +00:00
.gitignore Remove duplicates from .gitignore 2016-07-15 11:53:25 +10: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 Cleanup/standardize usage of tags 2016-07-12 16:55:32 -04:00
Vagrantfile Adding Vagrantfile for local developer testing 2016-03-11 11:23:17 -05:00
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-03 08:55:44 +01: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 Updated from global requirements 2016-07-15 03:57:48 +00:00
test-requirements.txt Updated from global requirements 2016-07-15 03:57:48 +00:00
tox.ini Ensure that doc linting is included in the linters test 2016-07-25 15:07:41 -05: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 }}"

Tags

This role supports two tags: glance-install and glance-config

The glance-install tag can be used to install and upgrade.

The glance-config tag can be used to manage configuration.