openstack-ansible-tests/tests/inventory
Andy McCrae 0a7e26df8b Add tempest tests to test-repository
For now we'll setup the keystone tests only, but in future we may extend
this to match the projects that are tested in this repository.

To make this more generic:
* Use a conditional on the  "tempest_service_available_*" variables,
based on the precense of the specific service.
* Change the tempest_main_group to "utility_all"
* Remove the second keystone container, this is redundant for the
central testing repository

Change-Id: Icb10524004c7b93889d45f9f54773782fb84b36e
2016-09-08 15:42:18 +00:00

29 lines
466 B
Plaintext

[all]
localhost ansible_connection=local ansible_become=True
infra1 ansible_ssh_host=10.1.0.2 ansible_host=10.1.0.2 ansible_become=True ansible_user=root
keystone1 ansible_ssh_host=10.1.0.3 ansible_host=10.1.0.3 ansible_become=True ansible_user=root
[all_containers]
infra1
keystone1
[rabbitmq_all]
infra1
[galera_all]
infra1
[memcached_all]
infra1
[service_all:children]
rabbitmq_all
galera_all
memcached_all
[keystone_all]
keystone1
[utility_all]
keystone1