Role os_swift for OpenStack-Ansible
Go to file
Andy McCrae 10d3ee9026 Add check for swift_hash_path_ variables
We should never change the swift_hash_path_prefix/suffix variables on a
running cluster. This PR implements a check that will fail if the
variable is different to what is already on disk.

To ensure this is still possible this PR implements a
"swift_force_change_hashes" variable which can be set to "True" in order
to force change the swift_hash_path variables regardless of whether they
are different or not.

Change-Id: Idaedc125aede22c347668afd9e98ed1823eb142c
2016-09-14 13:06:53 +00:00
defaults Add check for swift_hash_path_ variables 2016-09-14 13:06:53 +00:00
doc Relocate Swift configuration docs to os_swift role 2016-08-15 12:54:04 -04:00
examples Relocate Swift configuration docs to os_swift role 2016-08-15 12:54:04 -04:00
handlers Address Ansible bare variable usage 2016-07-12 09:55:27 +01:00
meta Remove pip_lock_down dependency 2016-06-07 23:34:55 -05:00
releasenotes Add check for swift_hash_path_ variables 2016-09-14 13:06:53 +00:00
tasks Add check for swift_hash_path_ variables 2016-09-14 13:06:53 +00:00
templates Merge "Filter Gnocchi traffic optionally" 2016-09-13 09:29:53 +00:00
tests Add Multi Region Swift gate scenario 2016-09-06 14:31:16 +01:00
vars Rename package lists (and related vars) appropriately 2016-08-31 10:23:09 +01:00
.gitignore Remove duplicates from .gitignore 2016-07-15 12:09:28 +10:00
.gitreview Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
bindep.txt Compress test execution logs 2016-09-09 10:48:44 +01:00
CONTRIBUTING.rst Adding Vagrantfile for local developer testing 2016-03-02 15:43:59 -05:00
LICENSE Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
README.rst Cleanup/standardize usage of tags 2016-08-16 09:30:41 -05:00
run_tests.sh Add SNI support via OS packages for os_swift 2016-08-18 18:47:36 +00:00
setup.cfg Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
setup.py Updated from global requirements 2016-07-15 03:58:08 +00:00
test-requirements.txt Updated from global requirements 2016-08-18 05:31:06 +00:00
tox.ini Compress test execution logs 2016-09-09 10:48:44 +01:00
Vagrantfile Remove apt update from Vagrantfile 2016-08-19 15:43:43 -04:00

Swift role for OpenStack-Ansible

Ansible role to install OpenStack swift and swift registry.

Documentation for the project can be found at:

http://docs.openstack.org/developer/openstack-ansible-os_swift

The project home is at:

http://launchpad.net/openstack-ansible