Role os_swift for OpenStack-Ansible
Go to file
Andy McCrae 82a961ed18 Let rsync max_connections be set by variables
Setup variables for the account, object & container rsync max
connections.

Defaults to the current default of 2, and allows it to be specified on a
per service (account, object, container) basis.

Change-Id: I837f7ddabbc012d1607c897bb45ae58ad9f8540a
2016-03-16 16:39:36 +00:00
defaults Let rsync max_connections be set by variables 2016-03-16 16:39:36 +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 Use upper-constraints file in developer mode 2016-03-14 11:05:16 +00:00
templates Let rsync max_connections be set by variables 2016-03-16 16:39:36 +00:00
tests Fix inconsistent gate and lint failures for os-swift 2016-03-15 14:18:10 -04: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 Add functional convergence test for os-swift role 2016-03-11 11:11:38 +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