Testing OpenStack upgrades
Go to file
abregman 1d40d26c04 Add method to Ansible manager to run playbooks
This will allow us to support resources creation by using
Ansible playbooks.

Also, updated the floatinip playbook to include tasks for removing
an istnace. As opposed to Heat, where we can just specify the stack
name to remove it, to remove Ansible resources we need
to specify their names (since there is no bundling of resources).

Also, updated pipfile with Ansible requirement and removed walk
assert since there is no need to test it, it doesn't tells us
anything about Tobiko funcionaility.

Change-Id: I7581818934fca635ddb9b037ecee7ceae7a02010
2018-12-13 00:16:16 +02:00
devstack Read OS credentials from tobiko.conf 2018-12-11 15:49:09 +01:00
docs Modify some simple error 2018-12-09 18:52:22 +08:00
playbooks Add devstack Zuul job 2018-12-05 14:25:07 +01:00
roles/process-stackviz Add devstack Zuul job 2018-12-05 14:25:07 +01:00
tobiko Add method to Ansible manager to run playbooks 2018-12-13 00:16:16 +02:00
zuul.d Configure DevStack job 2018-12-10 09:25:33 +01:00
.gitignore Read OS credentials from tobiko.conf 2018-12-11 15:49:09 +01:00
.gitreview Added .gitreview 2018-08-09 14:27:41 +00:00
.pylintrc Add pylint static analysis test. 2018-11-27 10:37:24 +01:00
.stestr.conf Use tobiko/tests as test_path discover directory for stestr 2018-12-05 09:28:18 +01:00
extra-requirements.txt Add method to Ansible manager to run playbooks 2018-12-13 00:16:16 +02:00
LICENSE Add common module for handling clients 2018-08-15 16:10:50 +03:00
neutron-requirements.txt Split tox environments requirements files 2018-12-05 08:28:32 +01:00
pep8-requirements.txt Split tox environments requirements files 2018-12-05 08:28:32 +01:00
Pipfile Add method to Ansible manager to run playbooks 2018-12-13 00:16:16 +02:00
pylint-requirements.txt Split tox environments requirements files 2018-12-05 08:28:32 +01:00
README.rst Share stack across tests 2018-10-08 23:30:58 +03:00
requirements.txt Split tox environments requirements files 2018-12-05 08:28:32 +01:00
setup.cfg Add openstack-discuss 2018-12-05 09:34:54 +00:00
setup.py Add initial structure 2018-08-13 12:58:24 +00:00
test-requirements.txt Split tox environments requirements files 2018-12-05 08:28:32 +01:00
tox.ini Add method to Ansible manager to run playbooks 2018-12-13 00:16:16 +02:00

Tobiko

Tempest plugin for testing upgrades