Marc Gariepy 596f76901b Standardize tests inventory
The config for tests inventory is based on the keystone configuration.

Change-Id: I95d4ff54b36ee1b055d6ffc86975c277d906f6c7
2016-11-18 11:21:49 -05:00

34 lines
491 B
Plaintext

[all]
localhost ansible_become=True
infra1 ansible_host=10.1.0.2 ansible_become=True ansible_user=root
keystone1 ansible_host=10.1.0.3 ansible_become=True ansible_user=root
horizon1 ansible_host=10.1.0.4 ansible_become=True ansible_user=root
[all_containers]
infra1
keystone1
horizon1
[rabbitmq_all]
infra1
[galera_all]
infra1
[memcached_all]
infra1
[service_all:children]
rabbitmq_all
galera_all
memcached_all
[keystone_all]
keystone1
[utility_all]
keystone1
[horizon_all]
horizon1