openstack-ansible-os_tempest/tests
Jonathan Rosser bc1fcbc9eb Add an ip address to eth12 in OSA test containers
The tempest tests need to ssh to booted virtual machines. The neutron
public network is 10.1.3.0/24, which is the flat network on br-vlan.
From the container perspective this was previously reached via the
default gateway on eth0 as there was no specific route to the
10.1.3.0/24 network.

On centos traffic is no longer being forwarded to the br-vlan flat network
via the container eth0 and host networking, but this still works for
other distributions.

This patch adds an IP address to the present, but previously un-addressed
interface eth12 in each container. This gives a direct route to the neutron
public network from the container and does not require the host network
to forward the traffic. The test setup is now more decoupled from the
host networking which should increase reliability.

Change-Id: Id8fbe05e83bc6d86f57202301e712fc4e8a17003
2019-01-29 14:21:34 +00:00
..
group_vars Add an ip address to eth12 in OSA test containers 2019-01-29 14:21:34 +00:00
host_vars Add an ip address to eth12 in OSA test containers 2019-01-29 14:21:34 +00:00
ansible-role-requirements.yml Trivial: Fix the pep8 warning 2018-06-20 16:27:19 +08:00
inventory Switch compute to use different inventory_hostname 2018-07-19 18:04:34 +00:00
os_tempest-overrides.yml Added support for installing python-tempestconf from git 2019-01-04 13:57:39 +05:30
test-tempest-functional.yml Added support for installing tempest from distro 2018-10-26 08:19:51 +00:00
test.yml use include_tasks instead of include 2018-08-15 17:22:53 +08:00