879082f204
Combine all cinder_volume host's "cinder_backends" var to ensure all cinder_backends are created, and there is no race condition setting up the same backend for multiple hosts (e.g. rbd backends which exist on multiple volume servers). This adds a second cinder_volume node for testing, with a new backend, as well as the old backend - this should ensure duplicate backends are not created whilst backends are created for each cinder_volumes host. Change-Id: I1c2fb1ef07423fc415622767ff09f058c773c1ed Closes-Bug: 1649914
52 lines
470 B
Plaintext
52 lines
470 B
Plaintext
[all]
|
|
localhost
|
|
infra1
|
|
keystone
|
|
cinder
|
|
cinder_vol
|
|
|
|
[all_containers]
|
|
infra1
|
|
keystone
|
|
cinder
|
|
cinder_vol
|
|
|
|
[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_vol
|
|
|
|
[cinder_all:children]
|
|
cinder_api
|
|
cinder_scheduler
|
|
cinder_backup
|
|
cinder_volume
|