Role os_tempest for OpenStack-Ansible
Go to file
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
defaults Merge "Add tempest_interface_name var for setting interface" 2019-01-16 18:13:37 +00:00
doc Create basic doc structure 2018-12-17 16:37:53 +01:00
examples Trivial: Fix the pep8 warning 2018-06-20 16:27:19 +08:00
meta Remove apt_package_pinning dependency from os_tempest role 2018-10-20 10:49:37 +00:00
releasenotes Rename tempest_public_net_physical_{type to name} 2019-01-16 16:58:13 +05:30
tasks Merge "Fix tempest workspace path" 2019-01-16 18:35:39 +00:00
templates Merge "Configuration drives don't appear to work on aarch64+kvm." 2019-01-17 22:59:58 +00:00
tests Add an ip address to eth12 in OSA test containers 2019-01-29 14:21:34 +00:00
vars Add libselinux-python package for Red Hat distro 2019-01-16 12:13:17 +00:00
zuul.d Add centos-7 job with support to python-tempestconf 2018-11-22 10:27:41 +01:00
.gitignore Updated from OpenStack Ansible Tests 2018-10-02 14:55:15 +00:00
.gitreview Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:06:44 +00:00
CONTRIBUTING.rst Create basic doc structure 2018-12-17 16:37:53 +01:00
LICENSE Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
README.rst Remove duplicate link in README 2018-08-31 01:07:05 -07:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-09-29 04:56:15 +00:00
setup.cfg Use usr/local/share/ansible/roles for data_files 2019-01-15 15:22:06 +05:30
setup.py Updated from global requirements 2017-03-02 11:52:09 +00:00
tox.ini Add centos-7 job with support to python-tempestconf 2018-11-22 10:27:41 +01:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-09-28 06:22:05 +00:00

Team and repository tags

image

OpenStack-Ansible os_tempest role

Ansible role to install OpenStack Tempest.

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-os_tempest/latest

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/openstack-ansible-os_tempest

The project source code repository is located at:

https://git.openstack.org/cgit/openstack/openstack-ansible-os_tempest

The project home is at:

https://launchpad.net/openstack-ansible