openstack-ansible-os_neutron/tests/dragonflow_inventory
Logan V 5d3f059606 Run agent config tasks before post_install
The agent config tasks typically prep config directories and install
pip packages, so they should be run before the configs are dropped
or we run into issues dropping agent configs due to nonexisting
directories.

Aside: this also contains an update to the calico and dragonflow
test inventories, which currently always fail because the "openstack1"
container does not exist anymore as per
I672ceb0848415c8f2653ebc8f7556db77f7f001c.

Change-Id: I67f1377b6172558341fcf95eff73775b10c870ca
2017-06-28 21:33:17 -05:00

83 lines
989 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
[etcd_all]
infra1
[etcd:children]
etcd_all
[service_all:children]
rabbitmq_all
galera_all
memcached_all
etcd_all
[keystone_all]
infra1
[neutron_server]
server1
server2
[dragonflow_pubsub_agent]
server1
server2
[dragonflow_controller_agent]
localhost
[dragonflow_l3_agent]
agents1
agents2
[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
dragonflow_controller_agent
dragonflow_pubsub_agent
dragonflow_l3_agent
[utility_all]
infra1