DevStack plugin for configuring Tobiko test cases
Go to file
Slawek Kaplonski d833b3d2ee Fix connectivity between multinode devstack jobs
To have connectivity through public network to the vms which are on
various nodes in the ci job, we need to configure special bridge called
"br-infra" and connect this bridge with br-ex with patch ports.
This can be done using "multi-node-bridge" role from zuul roles and
"multi-node-setup" added to this repository.

Change-Id: I80d7d2bed8291ba21ddc68b48fef5d0aac996b39
2020-12-18 14:49:15 +01:00
devstack Add support to external network option 2020-11-29 20:31:19 +00:00
playbooks Fix connectivity between multinode devstack jobs 2020-12-18 14:49:15 +01:00
roles Fix connectivity between multinode devstack jobs 2020-12-18 14:49:15 +01:00
zuul.d Fix connectivity between multinode devstack jobs 2020-12-18 14:49:15 +01:00
.gitignore Create devstack-tobiko Vagrantfile 2020-09-29 16:09:52 +02:00
.gitreview Fix typo in .gitreview config file 2020-11-04 16:36:05 +01:00
.pre-commit-config.yaml Fix connectivity between multinode devstack jobs 2020-12-18 14:49:15 +01:00
ansible.cfg Create devstack-tobiko Vagrantfile 2020-09-29 16:09:52 +02:00
linters-requirements.txt Add intial files 2020-09-29 11:25:40 +00:00
README.rst Add intial files 2020-09-29 11:25:40 +00:00
tox.ini Add intial files 2020-09-29 11:25:40 +00:00
Vagrantfile Ensure local SSH key can login localhost 2020-11-20 06:22:11 +01:00

Tobiko Devstack Plugin

DevStack plugin to configure Tobiko framework on a DevStack provisioned host

The only goal of this plugin is generating a valid /etc/tobiko/tobiko.conf file to be consumed by Tobiko Python framework on a machine that is running DevStack.

This translates DevStack configurations from local.conf file to tobiko's configuration file. It is intended to facilitate running Tobiko test cases from an host that has been provisioned using DevStack project.

References