Role os_swift for OpenStack-Ansible
be739c5392
This PR refactors the swift testing: Move vars into test-vars Split out tasks Adds replication address Make more settings variables This closely mirrors the changes made to testing in the os-nova repository, and should allow us to split out the initial setup tasks far easier. Change-Id: I81150d88027616f494fef0eed33c5f2838634593 |
||
---|---|---|
defaults | ||
doc | ||
handlers | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
LICENSE | ||
other-requirements.txt | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
Vagrantfile |
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