openstack-ansible-os_cinder/tests/inventory
Andy McCrae 660c5b8bae Standardize the testing for Cinder
This PR standardizes the testing around the central tests repository:

* Removes the install-cinder and prepare-vg playbooks
* Moves the inventory settings into host_vars
* Adjusts the "bridges" settings
* Standardize IP addresses on the 10.1.1.0/24 range

Change-Id: I91c8079b033bb83e0175a3ab4b1c020a8df4a0db
Depends-On: Ibe2bcd91af9eac099e86e92f9294ed04fffe7b95
2016-10-05 09:01:16 +00:00

49 lines
437 B
Plaintext

[all]
localhost
infra1
keystone
cinder
[all_containers]
infra1
keystone
cinder
[rabbitmq_all]
infra1
[galera_all]
infra1
[memcached_all]
infra1
[service_all:children]
rabbitmq_all
galera_all
memcached_all
[keystone_all]
keystone
[utility_all]
keystone
[cinder_api]
cinder
[cinder_scheduler]
cinder
[cinder_backup]
cinder
[cinder_volume]
localhost
[cinder_all:children]
cinder_api
cinder_scheduler
cinder_backup
cinder_volume