openstack-ansible-os_ceilom.../tests/inventory
Dmitriy Rabotjagov 98c3f7e51d Distro-install tests for Ubuntu and Centos are voting now.
This patch makes available to completely move to zuul templates,
by adding openstack-ansible-role-distro_install-jobs into list.

Added small fixes to make them working.
Centos has gnocchi_resources.yaml packed with ceilometer-common package,
so test was failing on db_setup task.

Also ceilometer user was not created, as it checks for existance of
ceilometer_central_container group, which was not defined in inventory.

Change-Id: I7fd7a949724f4fa52fa48534a6ef6c8a8efdc290
2018-10-17 10:01:37 +00:00

62 lines
669 B
Plaintext

[all]
localhost
infra1
openstack1
[all_containers]
infra1
openstack1
[oslomsg_rpc_all]
infra1
[oslomsg_notify_all]
infra1
[rabbitmq_all]
infra1
[galera_all]
infra1
[memcached_all]
infra1
[service_all:children]
rabbitmq_all
galera_all
memcached_all
[utility_all]
infra1
[keystone_all]
infra1
[glance_api]
infra1
[glance_registry]
infra1
[glance_all:children]
glance_api
glance_registry
[ceilometer_central_container]
openstack1
[ceilometer_agent_central]
openstack1
[ceilometer_agent_notification]
openstack1
[ceilometer_agent_compute]
openstack1
[ceilometer_all:children]
ceilometer_agent_central
ceilometer_agent_notification
ceilometer_agent_compute