[release-announce] puppet-tempest 20.4.0 (yoga)

no-reply at openstack.org no-reply at openstack.org
Tue Aug 1 12:17:38 UTC 2023


We are satisfied to announce the release of:

puppet-tempest 20.4.0: Puppet module for OpenStack Tempest

This release is part of the yoga stable release series.

The source is available from:

    https://opendev.org/openstack/puppet-tempest

Download the package from:

    https://tarballs.openstack.org/puppet-tempest/

Please report issues through:

    https://bugs.launchpad.net/puppet-tempest/+bugs

For more details, please see below.

20.4.0
^^^^^^


New Features
************

* The id setter resources type now accepts a resource name in
  "<section>/<parameter name>" format, to use arbitrary section name.


Bug Fixes
*********

* The "tempest" class no longer installes a
  "python3-<service>-tests" package, unless the package provides
  tempest plugins.

* Now the "python3-keystone-tests-tempest" package is installed
  instead of the "python3-keyston-tests" package in CentOS and RHEL.

* Fixed the wrong section("[DEFAULT]" instead of "[database]") used
  by automated resolution of image id value using the "db_flavor_name"
  parameter.

* Default value of the "tempest::tempest_repo_uri" parameter has
  been updated and now the OpenDev repository is used instead of
  Github.

Changes in puppet-tempest 20.3.0..20.4.0
----------------------------------------

c528f75 Prepare new stable/yoga release
e95a5fe Allow arbitrary section name for *_id_setter
7feba89 Fix unit tests for plugin package management
760bbba CentOS: Install tempest plugin packages only
25af8e4 Change git url for Tempest to opendev.org
cdd0ab8 Update TOX_CONSTRAINTS_FILE for stable/yoga
cad8260 Update .gitreview for stable/yoga


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

.gitreview                                         |   1 +
.../provider/tempest_flavor_id_setter/openstack.rb |  68 +++--------
.../provider/tempest_glance_id_setter/openstack.rb |  68 +++--------
.../tempest_neutron_net_id_setter/openstack.rb     |  67 +++--------
lib/puppet/type/tempest_flavor_id_setter.rb        |  10 +-
lib/puppet/type/tempest_glance_id_setter.rb        |  10 +-
lib/puppet/type/tempest_neutron_net_id_setter.rb   |   8 ++
manifests/init.pp                                  |  48 ++++----
manifests/params.pp                                |  10 +-
metadata.json                                      |   2 +-
.../notes/bug-1969361-849e95dbcf6f8395.yaml        |   9 ++
.../notes/bug-1978848-c1f78da88d406f98.yaml        |  11 ++
.../tempest-repo-opendev-76ee1bab934194fa.yaml     |   5 +
spec/classes/tempest_init_spec.rb                  | 125 +++++++++++----------
spec/unit/puppet/provider/ruby_spec.rb             |  10 +-
tox.ini                                            |   2 +-
16 files changed, 199 insertions(+), 255 deletions(-)







More information about the Release-announce mailing list