
This commit updates os_nova to use tempest for functional testing of nova. For this to work on openstack-infra instances we have to drop all existing iptables rules using iptables-clear.sh. This commit also updates the netmask used across containers as we currently have a mix of /22 and /24. Note that I couldn't get the vxlan traffic to work over 10.100.100.0/22, so I created br-vxlan and wired separate container interfaces into that. Change-Id: I33378e6275b70152d45357ac1ceb200ea4d5daf0
97 lines
1.3 KiB
Plaintext
97 lines
1.3 KiB
Plaintext
[all]
|
|
localhost ansible_connection=local ansible_become=True neutron_local_ip=10.100.101.1
|
|
infra1 ansible_host=10.100.100.101 ansible_become=True ansible_user=root tunnel_address=10.100.101.101
|
|
openstack1 ansible_host=10.100.100.102 ansible_become=True ansible_user=root tunnel_address=10.100.101.102 neutron_local_ip=10.100.101.102
|
|
|
|
[all_containers]
|
|
infra1
|
|
openstack1
|
|
|
|
[rabbitmq_all]
|
|
infra1
|
|
|
|
[galera_all]
|
|
infra1
|
|
|
|
[service_all:children]
|
|
rabbitmq_all
|
|
galera_all
|
|
|
|
[keystone_all]
|
|
openstack1
|
|
|
|
[glance_api]
|
|
openstack1
|
|
|
|
[glance_registry]
|
|
openstack1
|
|
|
|
[glance_all:children]
|
|
glance_api
|
|
glance_registry
|
|
|
|
[neutron_agent]
|
|
openstack1
|
|
|
|
[neutron_dhcp_agent]
|
|
openstack1
|
|
|
|
[neutron_linuxbridge_agent]
|
|
openstack1
|
|
localhost
|
|
|
|
[neutron_metering_agent]
|
|
openstack1
|
|
|
|
[neutron_l3_agent]
|
|
openstack1
|
|
|
|
[neutron_lbaas_agent]
|
|
openstack1
|
|
|
|
[neutron_metadata_agent]
|
|
openstack1
|
|
|
|
[neutron_server]
|
|
openstack1
|
|
|
|
[neutron_all:children]
|
|
neutron_agent
|
|
neutron_dhcp_agent
|
|
neutron_linuxbridge_agent
|
|
neutron_metering_agent
|
|
neutron_l3_agent
|
|
neutron_lbaas_agent
|
|
neutron_metadata_agent
|
|
neutron_server
|
|
|
|
[nova_api_metadata]
|
|
openstack1
|
|
|
|
[nova_api_os_compute]
|
|
openstack1
|
|
|
|
[nova_cert]
|
|
openstack1
|
|
|
|
[nova_compute]
|
|
localhost
|
|
|
|
[nova_conductor]
|
|
openstack1
|
|
|
|
[nova_console]
|
|
openstack1
|
|
|
|
[nova_scheduler]
|
|
openstack1
|
|
|
|
[nova_all:children]
|
|
nova_api_metadata
|
|
nova_api_os_compute
|
|
nova_cert
|
|
nova_compute
|
|
nova_conductor
|
|
nova_console
|
|
nova_scheduler
|