Role os_cinder for OpenStack-Ansible
Go to file
Cuong Nguyen 2bcf76646b Use group_names to check a host belongs to group
group_names is one of magic variables from Ansible [1] which is a
list of all groups the current host is in, using this syntax will be
more readable and avoid assuming that specific group is already defined
in inventory. Another use case is if we want to run a task only if the
host does not belong to a certain group.

This also makes consitent with some usages in current code [2].

[1]
http://docs.ansible.com/ansible/latest/playbooks_variables.html#magic-variables-and-how-to-access-information-about-other-hosts
[2]
https://github.com/openstack/openstack-ansible-os_cinder/blob/master/tasks/main.yml#L70

Change-Id: I7f85e18829cd3c9835f592ceb74f4e6460208ca6
2017-11-16 17:44:41 +07:00
defaults Adds support for specifying GID AND UID for cinder system user 2017-10-18 10:05:29 +00:00
doc Change ceph example backend name 2017-10-26 17:17:36 +02:00
examples Rename package lists (and related vars) appropriately 2016-08-30 16:51:37 +01:00
files/rootwrap.d Update paste, policy and rootwrap configurations 2017-06-02 2017-06-02 14:30:06 +01:00
handlers Add external LB management handler hook interface 2017-09-16 13:54:06 -05:00
meta Add OpenStack-Ansible metadata 2017-10-10 09:32:10 +00:00
releasenotes Merge "Adds support for specifying GID AND UID for cinder system user" 2017-10-20 09:14:11 +00:00
tasks Use group_names to check a host belongs to group 2017-11-16 17:44:41 +07:00
templates Use group_names to check a host belongs to group 2017-11-16 17:44:41 +07:00
tests Update upgrade role for Queens from P 2017-10-17 18:28:22 +00:00
vars Add support for the openSUSE Leap distributions 2017-07-07 07:04:15 +01:00
zuul.d Remove unified queue from gate pipeline 2017-10-23 11:16:41 +01:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-22 15:19:20 +00:00
.gitreview Implement base configuration for independent repository 2016-03-01 09:38:00 -08:00
CONTRIBUTING.rst Update document links 2017-09-13 00:58:08 -07:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Update URLs in documents according to document migration 2017-07-14 09:36:35 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-07-28 15:00:15 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-09-12 23:55:06 +00:00
manual-test.rc Ansible 2.1.1 update 2016-09-27 15:00:22 +00:00
run_tests.sh Updated from OpenStack Ansible Tests 2017-11-10 13:15:55 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-14 09:36:35 +08:00
setup.py Updated from global requirements 2017-03-02 11:51:34 +00:00
test-requirements.txt Updated from global requirements 2017-09-16 23:19:38 +00:00
tox.ini Ensure that role tests pin pip/setuptools/wheel 2017-06-04 11:20:07 +01:00

README.rst

Team and repository tags

image

OpenStack-Ansible cinder

This Ansible role installs and configures OpenStack cinder.

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-os_cinder/latest/

The project home is at:

http://launchpad.net/openstack-ansible