12 Commits

Author SHA1 Message Date
Federico Ressi
87c804712d Remove faults integration documentation
Change-Id: I71bb3b37cf6fedf393a0ac72837b4140949e1fe9
2020-02-19 10:15:23 +01:00
Slawek Kaplonski
b66d690c93 Add possibility to prevent Tobiko from creating test image
It can be done with env variable TOBIKO_PREVENT_CREATE.

Change-Id: I46b3fb4e34c482b99b53461cb404012f02d2c890
2019-08-05 15:12:08 +00:00
Slawek Kaplonski
dbf7421239 Add possibility to prevent Tobiko from creating test resources
It can be done with new env variable TOBIKO_PREVENT_CREATE.

Change-Id: I2f0fe7ee1c2673cc4024b7784441f622a7abb103
2019-07-22 15:55:34 +02:00
Federico Ressi
7d4dbbd563 Update documentation after some required resources creation has been automated.
Change-Id: Ia24795714836a69472ef492f2d843bca4412f3f1
2019-07-22 11:30:45 +02:00
Federico Ressi
797b8563ba Update documentation after adding fixture to create flavors.
Change-Id: Ibdec2c858698ad6092c6b076b1138739d6aa46df
2019-07-05 17:38:28 +00:00
Federico Ressi
cc8e9ceb9b Update documentation after cirros image creation has been automated.
Change-Id: I36a8ee185b2309e550e5a337b3ae39e95ebbc60c
2019-06-27 11:04:00 +02:00
Federico Ressi
07ea422696 Implement Glance image management (setup and cleanup)
Change-Id: Ibba2b2ea4ca2e919aca3bbdde225db8f0b79450c
2019-06-27 07:46:03 +02:00
abregman
935856cb21 Refine tobiko faults
* Setup proper logging
* Extend os-faults configuration template with more services
* Add unit tests initial files (Python API and CLI)
* Add proper doc explaining how to use tobiko faults

Change-Id: I6d528981fea6c76d20f4da095a86189748038f77
2019-06-05 22:18:28 +03:00
pkomarov
7aaab7fb57 Improve KeyStone credentials parameter handling.
- Put order in keystone credentials parameters
- Add keystone auth parameters:
  * domain_name
  * trust_id
- Add support for environment variables:
  * OS_USER_ID
  * OS_PROJECT_ID
  * OS_TENANT_ID
  * OS_DOMAIN_NAME
  * OS_DOMAIN_ID
  * OS_USER_DOMAIN_ID
  * OS_PROJECT_DOMAIN_ID
  * OS_TRUST_ID

Co-Authored-By: Federico Ressi <fressi@redhat.com>
Change-Id: I66085db690c8f72408b79b3abea9dce7c60b4ea2
2019-05-08 17:32:58 +02:00
Federico Ressi
144f50fe01 Document how to configure Tobiko and run scenario test cases
This also improve other documentation pages and add many
cross section references.

This guide has been tested on CentOS 7 (Python 2.7) and
RHEL8 (Python 3.6).

Change-Id: I827dcf7237792ab94286c960968df405c7e548b9
2019-05-07 17:00:34 +02:00
Federico Ressi
4f52d00056 Add quick start guide to RST documentation.
Change-Id: I33f8fd242745a8779cb6133a37fc91e8f34bb22a
2019-04-26 15:23:56 +02:00
Federico Ressi
08d12255aa Create docs job and environment
- Add docs CI job and Tox environment
- Create RST documentation sckeleton
- Use OpenStack theme for releasenotes job.
- Move docs/ code to doc/ folder to conform to OpenStack standards.

Change-Id: I8b917abe46125fec32076637a041a728257fa96a
2019-04-26 11:13:01 +02:00