[release-announce] python-tempestconf 2.2.0

no-reply at openstack.org no-reply at openstack.org
Tue May 7 13:51:04 UTC 2019


We are glad to announce the release of:

python-tempestconf 2.2.0: python-tempestconf will automatically
generates the tempest configuration based on your cloud.

The source is available from:

    https://opendev.org/openstack/python-tempestconf

Download the package from:

    https://pypi.org/project/python-tempestconf

For more details, please see below.

2.2.0
^^^^^

New Features

* A new argument for converting images before uploading them to
  glance is added. If the arugment is used, the images are converted
  to .raw format. The feature will reduce boot time of the images in
  case ceph is the backend.

* A support for heat-tempest-plugin is added to python-tempestconf
  which means, that some options required by heat_plugin will be set
  automatically in order to generate a tempest.conf which can pass at
  least some heat-tempest-plugin tests and make user's life easier.

Changes in python-tempestconf 2.1.0..2.2.0
------------------------------------------

f12cbe8 Replace git.openstack.org URLs with opendev.org URLs
4c66f5c OpenDev Migration Patch
310fd11 Fix no _member_ role found
12d4aa0 Add option for converting images
50920bd Add heat_plugin support
507940a Introduce post_configuration method
b7ea055 Move disabling of logging to the test base file
cdc0266 Allow to specify min flavor memory and disk size
dbb2711 Add RNG device to images and flavours
fa80dfd Replace openstack.org git:// URLs with https://
0517434 Run with builtin manila wsgi
1978383 Add support for microversions for compute
87a4e81 Remove aodh_plugin option
e312be8 Remove SERVICE_NAMES
33e39f3 Implement set_availability method
912d0de Add tripleo-ci-centos-7-standalone-os-tempest job
9dacbfd add python 3.7 unit test job
be87a3a Enable manila plugin in devstack
e8f8df9 Add support for manila api microversion
72f0edf Update image flavor to have some disk


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  2 +-
.zuul.yaml                                         | 26 ++++++--
README.rst                                         |  2 +-
config_tempest/accounts.py                         |  4 +-
config_tempest/clients.py                          |  4 ++
config_tempest/constants.py                        | 25 ++------
config_tempest/flavors.py                          | 61 +++++++++++-------
config_tempest/main.py                             | 27 +++++++-
config_tempest/services/alarming.py                | 27 ++++++++
config_tempest/services/baremetal.py               | 27 ++++++++
config_tempest/services/base.py                    | 64 +++++++++++++++----
config_tempest/services/ceilometer.py              | 38 ++++++-----
config_tempest/services/compute.py                 | 16 ++++-
config_tempest/services/data-processing.py         | 27 ++++++++
config_tempest/services/database.py                | 27 ++++++++
config_tempest/services/event.py                   | 27 ++++++++
config_tempest/services/identity.py                |  3 -
config_tempest/services/image.py                   | 57 ++++++++++++++---
config_tempest/services/messaging.py               | 27 ++++++++
config_tempest/services/metric.py                  | 27 ++++++++
config_tempest/services/network.py                 |  4 ++
config_tempest/services/object_storage.py          |  4 ++
config_tempest/services/octavia.py                 |  4 ++
config_tempest/services/orchestration.py           | 68 ++++++++++++++++++++
config_tempest/services/services.py                | 50 ++++-----------
config_tempest/services/share.py                   | 39 ++++++++++++
config_tempest/services/telemetry.py               | 27 ++++++++
config_tempest/services/volume.py                  | 73 +++++++++-------------
config_tempest/services/workflowv2.py              | 27 ++++++++
config_tempest/users.py                            | 10 +++
playbooks/python-tempestconf-tempest-devstack.yaml |  5 +-
.../python-tempestconf-tempest-packstack.yaml      |  4 +-
...ent-for-converting-images-b3ea78ce1faf9df6.yaml |  7 +++
.../Add-heat-plugin-support-539c28e2b4376224.yaml  |  7 +++
...ion-in-validation-section-7cd0a6f44a8fdc1f.yaml |  2 +-
roles/generate-accounts-file/tasks/main.yaml       |  2 +-
.../tasks/main.yaml                                |  2 +-
roles/generate-tempestconf-file/tasks/main.yaml    |  2 +-
.../tasks/test-demo-user.yaml                      |  2 +-
tox.ini                                            |  4 +-
55 files changed, 822 insertions(+), 249 deletions(-)







More information about the Release-announce mailing list