openstack-ansible-os_swift/tests/inventory_MR_A
Andy McCrae 2257044bc0 Use openstack-ansible-tests repository for Swift
Move to use the openstack-ansible-tests repository for Swift.
Make changes use Ansible 2.1.1 (These are required for gating to work
properly, since the majority of repositories have already changed).

Additionally, lets set this up to work with 1 infra host in the MR swift
gate to improve efficiency.

Change-Id: Ic0d35bcf8bafb90a986c7cdda3987f70580af165
2016-09-22 15:59:32 +00:00

63 lines
683 B
Plaintext

[all]
localhost
infraMR
swift-proxyA
swift-storageA1
swift-storageA2
[all_containers]
infraMR
swift-proxyA
swift-storageA1
swift-storageA2
swift-proxyB
swift-storageB1
swift-storageB2
[galera_all]
infraMR
[memcached_all]
infraMR
[rabbitmq_all]
infraMR
[service_all:children]
galera_all
memcached_all
rabbitmq_all
[keystone_all]
infraMR
[swift_hosts]
swift-storageA1
swift-storageA2
[swift_proxy]
swift-proxyA
[swift_acc]
swift-storageA1
swift-storageA2
[swift_cont]
swift-storageA1
swift-storageA2
[swift_obj]
swift-storageA1
swift-storageA2
[swift_all:children]
swift_acc
swift_proxy
swift_cont
swift_obj
[swift_remote_all]
swift-proxyB
swift-storageB1
swift-storageB2