openstack-ansible-os_neutron/tests/opendaylight_inventory
Dimitrios Markou 69ad629272 Add hosts to ODL test inventory
The current opendaylight inventory file was not containing
all the necessary hosts which are essential for the proper
testing of the various patchsets.

Change-Id: I131daf2da9033ce8276d28aca5e5861c7569adb8
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
2017-11-21 12:52:38 +02:00

80 lines
825 B
Plaintext

[all]
localhost
infra1
server1
server2
agents1
agents2
[physical_host]
localhost
[all_containers]
infra1
server1
server2
agents1
agents2
[rabbitmq_all]
infra1
[galera_all]
infra1
[memcached_all]
infra1
[service_all:children]
rabbitmq_all
galera_all
memcached_all
[keystone_all]
infra1
[neutron_server]
server1
server2
[opendaylight]
server1
server2
[neutron_agent]
agents1
agents2
[neutron_dhcp_agent]
agents1
agents2
[neutron_metering_agent]
[neutron_l3_agent]
agents1
agents2
[neutron_lbaas_agent]
[neutron_metadata_agent]
agents1
agents2
[neutron_openvswitch_agent]
agents1
agents2
localhost
[neutron_all:children]
neutron_agent
neutron_dhcp_agent
neutron_metering_agent
neutron_l3_agent
neutron_lbaas_agent
neutron_metadata_agent
neutron_openvswitch_agent
neutron_server
opendaylight
[utility_all]
infra1