openstack-ansible-os_swift/tests/inventory
Jesse Pretorius b74c397ff5 Add rabbitmq/oslomsg services
The rabbitmq/oslomsg groups are now required by the
keystone role, so we add them to the inventory and
ensure that the test playbook install the services.

Also, the multi-region tests are set to non-voting
to unblock the swift repo for other patches to
resolve the issue.

Change-Id: I4e2bbdff7a89b204723e7937667854c412051347
2018-07-24 16:26:10 +01:00

68 lines
704 B
Plaintext

[all]
localhost
infra1
swift-proxy
swift-storage1
swift-storage2
swift-storage3
[all_containers]
infra1
swift-proxy
swift-storage1
swift-storage2
swift-storage3
[galera_all]
infra1
[memcached_all]
infra1
[oslomsg_rpc_all]
infra1
[oslomsg_notify_all]
infra1
[rabbitmq_all]
infra1
[service_all:children]
galera_all
memcached_all
[keystone_all]
infra1
[swift_hosts]
swift-storage1
swift-storage2
swift-storage3
[swift_proxy]
swift-proxy
[swift_acc]
swift-storage1
swift-storage2
swift-storage3
[swift_cont]
swift-storage1
swift-storage2
swift-storage3
[swift_obj]
swift-storage1
swift-storage2
swift-storage3
[swift_all:children]
swift_acc
swift_proxy
swift_cont
swift_obj
[swift_remote_all]