openstack-ansible-os_swift/tests/inventory
Andy McCrae be739c5392 Refactor os_swift testing
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
2016-05-12 13:40:17 +01:00

65 lines
761 B
Plaintext

[all]
localhost ansible_connection=local ansible_become=True
infra1
swift-proxy
swift-storage1
swift-storage2
swift-storage3
swift-storage4
[all_containers]
infra1
swift-proxy
swift-storage1
swift-storage2
swift-storage3
swift-storage4
[galera_all]
infra1
[memcached_all]
infra1
[service_all:children]
galera_all
memcached_all
[keystone_all]
infra1
[swift_hosts]
swift-storage1
swift-storage2
swift-storage3
swift-storage4
[swift_proxy]
swift-proxy
[swift_acc]
swift-storage1
swift-storage2
swift-storage3
swift-storage4
[swift_cont]
swift-storage1
swift-storage2
swift-storage3
swift-storage4
[swift_obj]
swift-storage1
swift-storage2
swift-storage3
swift-storage4
[swift_all:children]
swift_acc
swift_proxy
swift_cont
swift_obj
[swift_remote_all]