Automatic Tempest Configuration Generator
Go to file
Martin Kopec cdc0266de5 Allow to specify min flavor memory and disk size
python-tempestconf doesn't provide any way how to define a
different flavor memory and disk size but provides an option
for defining a custom image (not cirros which is default).
However, when using custom image the default flavor size is
not enough.
Therefore the review adds two arguments which can be used
for defining flavor minimum memory and minimum disk size.

The review also edits the documentation and fixes a few typos.

Change-Id: Iba14b65ff8e147765e47d223dea6231ab649135f
Story: 2001536
Task: 6341
2019-03-29 10:14:05 +00:00
config_tempest Allow to specify min flavor memory and disk size 2019-03-29 10:14:05 +00:00
doc Allow to specify min flavor memory and disk size 2019-03-29 10:14:05 +00:00
playbooks Don't expose credentials 2018-08-10 14:38:15 +00:00
releasenotes Add profile argument 2018-12-17 16:52:39 +00:00
roles Update image flavor to have some disk 2019-02-19 11:28:15 +05:30
.coveragerc Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00
.gitignore Add etc/ to .gitignore 2018-07-18 08:03:26 +00:00
.gitreview Update .gitreview: point to review.openstack.org 2017-10-11 11:32:40 +02:00
.mailmap Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00
.stestr.conf Switch to use stestr for unit tests 2017-12-05 10:06:13 +00:00
.zuul.yaml Merge "add python 3.7 unit test job" 2019-03-24 10:21:50 +00:00
HACKING.rst fix url 2018-06-05 15:13:26 +00:00
LICENSE Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00
README.rst Remove documented parts from README 2018-07-16 14:50:11 +00:00
requirements.txt More compatibility with Python 3 2018-06-26 23:20:52 +02:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-04 07:05:43 +00:00
setup.py Refactored python-tempestconf to work with devstack 2017-01-18 17:47:00 +05:30
test-requirements.txt Update hacking version 2018-12-28 23:05:15 +08:00
tox.ini add python 3.7 unit test job 2019-03-01 11:36:06 +01:00

README.rst

python-tempestconf

Overview

python-tempestconf will automatically generate the tempest configuration based on your cloud.