openstack-ansible-repo_build/tests/inventory
Jimmy McCrory 509f26b41b Standardize test vars
Move test host vars from the inventory to individual files for each
host. 'ansible_become' has been removed from localhost's vars since it
should be handled on a playbook basis.

Change-Id: Iee0b0c4d4f6e4dc27410d47f01cacaa967deefb1
2017-04-25 16:15:21 -07:00

47 lines
874 B
Plaintext

[all]
localhost
container1
[repo_all]
container1
[all_containers:children]
repo_all
# This is here to validate selectively building with
# requirements like "aodh[mysql]"
[aodh_all]
container1
# This is here to validate the venv build inclusion
[keystone_all]
container1
# This is here to validate the venv build inclusion
[utility_all]
container1
# This is here to validate the git clone exclusion
[nova_all]
# This is here to validate the git clone exclusion
[cinder_all]
# This is here to validate the git clone exclusion
[ceilometer_all]
# This is here to validate the git clone exclusion
[glance_all]
# This is here to validate the git clone exclusion
[heat_all]
# This is here to validate the git clone exclusion
[horizon_all]
# This is here to validate the git clone exclusion
[neutron_all]
# This is here to validate the git clone exclusion
[swift_all]