Role os_swift for OpenStack-Ansible
Go to file
Jesse Pretorius 2e55d2c981 Ensure that pip lock down happens before other dependencies
The pip_install role is depended on by a lot of other roles, and
therefore sometimes gets processed prior to the pip_lock_down
role resulting in the pip, setuptools and wheels packages being
installed from a source other than the repo server once the repo
server is available. This is not the intended behaviour - the
repo server should always be a the primary source once it's
available.

This patch ensures that the pip_lock_down role is applied before
all the other dependent roles to ensure that the expected
behaviour is followed.

Change-Id: I4cecb48a9ff9015905f3d65b312ebad4efcd9085
2016-03-31 17:09:14 +00:00
defaults Add ability to set up Swift container-sync realms 2016-03-24 13:54:09 +00:00
doc Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
handlers Fix rsync service restart in os_swift 2016-01-27 16:51:14 +00:00
meta Ensure that pip lock down happens before other dependencies 2016-03-31 17:09:14 +00:00
tasks Add ability to set up Swift container-sync realms 2016-03-24 13:54:09 +00:00
templates Add ability to set up Swift container-sync realms 2016-03-24 13:54:09 +00:00
tests Remove dependency on python2_lxc git source 2016-03-27 12:15:12 +00:00
.gitignore Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
.gitreview Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
CONTRIBUTING.rst Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
LICENSE Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:24:04 +00:00
README.rst [DOCS] Cleaned up Swift README 2016-03-03 09:38:05 -05:00
run_tests.sh Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
setup.cfg Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
setup.py Implement base configuration for independent repository 2016-03-01 15:03:17 -06:00
test-requirements.txt Fix inconsistent gate and lint failures for os-swift 2016-03-15 14:18:10 -04:00
tox.ini Merge os-swift-sync role into os-swift 2016-03-17 09:10:52 +00:00

OpenStack-Ansible Swift

tags

openstack, swift, cloud, ansible

category

*nix

Ansible role to install OpenStack Swift and Swift registry.

This role will install the following:
  • swift
- name: Install swift server
  hosts: swift_all
  user: root
  roles:
    - { role: "os_swift", tags: [ "os-swift" ] }
  vars:
    external_lb_vip_address: 172.16.24.1
    internal_lb_vip_address: 192.168.0.1