Role os_swift for OpenStack-Ansible
Go to file
Matt Thompson 6883896934 Fix how constraints are added to pip_install_options
This commit changes the pip_install_options fact name in
swift_install.yml to pip_install_options_fact.  This allows us to
maintain the existing pip_install_options variable without overwriting
it with options when in developer mode, which ultimately means we can
have multiple services running in a container use a combination of
*_developer_mode: true and *_developer_mode: false.  At the moment,
if a service writes pip_install_options fact with the constraints
options, those options will persist to other services running in the
container even if *_developer_mode: false.

Change-Id: I248aeecafe9ac4e06e3e24796dd279f67c6589dd
2016-03-17 15:52:17 +00:00
defaults Merge os-swift-sync role into os-swift 2016-03-17 09:10:52 +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 Add functional convergence test for os-swift role 2016-03-11 11:11:38 +00:00
tasks Fix how constraints are added to pip_install_options 2016-03-17 15:52:17 +00:00
templates Merge os-swift-sync role into os-swift 2016-03-17 09:10:52 +00:00
tests Merge os-swift-sync role into os-swift 2016-03-17 09:10:52 +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