openstack-ansible-os_rally/tests/inventory
Jimmy McCrory 79c252fb26 Set container_name as host_var in test inventory
The connection plugin no longer falls back on using the
inventory_hostname as the container_name. Set container_name as a host
var for each container in the test inventory.

Change-Id: I42d691a2f01918932006984f9f68af9df1c7e41f
2018-10-21 00:27:36 +00:00

25 lines
211 B
Plaintext

[all]
localhost
infra1
openstack1
[all_containers]
infra1
openstack1
[rabbitmq_all]
infra1
[galera_all]
infra1
[service_all:children]
rabbitmq_all
galera_all
[keystone_all]
infra1
[utility_all]
openstack1