openstack-ansible-os_neutron/tests/calico_inventory
Andy McCrae 8980f25c63 Move to use Tempest tests for Neutron
We're seeing a lot of gate failures due to race conditions that are
causing various failures (dhcp agent not starting in time, iptables
rules not being added in time etc.)

To avoid recreating tempest, lets use tempest to test using the
networking api tests.

Change-Id: I624d1c7ebbc191b1ddb89eef22dd120df6bb5415
2016-10-17 14:59:52 +01:00

66 lines
821 B
Plaintext

[all]
localhost
infra1
openstack1
[physical_host]
localhost
[all_containers]
infra1
openstack1
[rabbitmq_all]
infra1
[galera_all]
infra1
[memcached_all]
infra1
[etcd_all]
infra1
[etcd:children]
etcd_all
[service_all:children]
rabbitmq_all
galera_all
memcached_all
etcd_all
[keystone_all]
openstack1
[neutron_calico_dhcp_agent]
openstack1
[neutron_server]
openstack1
[neutron_agent]
[neutron_dhcp_agent]
[neutron_linuxbridge_agent]
[neutron_openvswitch_agent]
[neutron_metering_agent]
[neutron_l3_agent]
[neutron_lbaas_agent]
[neutron_metadata_agent]
[neutron_all:children]
neutron_agent
neutron_dhcp_agent
neutron_linuxbridge_agent
neutron_openvswitch_agent
neutron_metering_agent
neutron_l3_agent
neutron_lbaas_agent
neutron_metadata_agent
neutron_server
neutron_calico_dhcp_agent
[utility_all]
openstack1