openstack-ansible-os_neutron/tests/lxb_inventory
Major Hayden 13b41a3b54
Remove LBaaSv1
The LBaaSv1 code was deprecated in Liberty and was removed from
neutron-lbaas in the Newton release. This patch removes all of
the LBaaSv1 references from the neutron role.

Change-Id: Ib4b6ccfe578d3c760b0b37e63c1dbd1e75a2d26b
2016-07-21 10:24:55 -05:00

62 lines
925 B
Plaintext

[all]
localhost ansible_connection=local ansible_ssh_host=127.0.0.1 ansible_become=True
infra1 ansible_host=10.100.100.2 ansible_become=True ansible_user=root
openstack1 ansible_host=10.100.100.3 ansible_become=True ansible_user=root
[physical_host]
localhost
[all_containers]
infra1
openstack1
[rabbitmq_all]
infra1
[galera_all]
infra1
[service_all:children]
rabbitmq_all
galera_all
[keystone_all]
openstack1
[neutron_agent]
openstack1
[neutron_dhcp_agent]
openstack1
[neutron_linuxbridge_agent]
openstack1
[neutron_openvswitch_agent]
[neutron_metering_agent]
openstack1
[neutron_l3_agent]
openstack1
[neutron_lbaasv2_agent]
openstack1
[neutron_metadata_agent]
openstack1
[neutron_server]
openstack1
[neutron_all:children]
neutron_agent
neutron_dhcp_agent
neutron_linuxbridge_agent
neutron_openvswitch_agent
neutron_metering_agent
neutron_l3_agent
neutron_lbaasv2_agent
neutron_metadata_agent
neutron_server