openstack-ansible-os_cinder/tests/inventory
Jesse Pretorius 1bbe80e83d Install lvm2 for cinder-volume LVM hosts
Currently the LVM2 package is installed by the
openstack_hosts role for the integrated build,
and by a test playbook for the role tests.

This does not seem sensible to me - it would
be better to ensure that the role installs the
distro packages it need in order to function
properly.

Additionally, it is not possible to setup a
loopback device inside an LXC container after
some recent updates to LXC. The secondary
cinder-volume service for LVM2 therefore
does not work, so it is removed from the
inventory to buy some time to come up with
an alternative solution.

Related-Bug: 1698831
Change-Id: Ie8a84a0412989c64fd896e8d781b8e9b2c153556
2017-06-19 14:23:12 +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