We are thrilled to announce the release of: puppet-tempest 23.0.0: Puppet module for OpenStack Tempest This release is part of the bobcat 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. Changes in puppet-tempest 22.0.0..23.0.0 ---------------------------------------- 2087108 Remove usage of deleted manifest_dir 5999123 Prepare 2023.2 release 4605e04 Bump upper version of stdlib a877c44 Exclude release note files 9f2434f Add .pdkignore to exclude some files from tar ball 70c3c15 Support tuning (more) build timeout and interval c3bf651 Add support for [object-storage] reseller_admin_role f83606e Remove support for Glance v1 API parameter 5d06491 Enable Neutron by default ee78e9d Validate some parameter types 0700e5a Remove hard-coded default of [network] public_router_id 72cdf92 replace validate_legacy with proper data types dba9c49 Remove support for Puppet 6 0323991 Bump upper version of puppetlabs-vscrepo 19a4b77 Bump upper version of puppetlabs-inifile df2d370 Support [service-clients] http_timeout 3b634a5 Update master for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .pdkignore | 52 ++++ manifests/config.pp | 4 +- manifests/init.pp | 332 +++++++++++---------- manifests/magnum.pp | 28 +- metadata.json | 14 +- .../core-build-tunables-424c92c8113cfae1.yaml | 12 + .../notes/http_timeout-a0d7c667102fa106.yaml | 4 + ...tron-available-by-default-28ddbdfebaf981bb.yaml | 5 + .../remove-glance-api-v1-e7d83fb2bbb6a0f6.yaml | 4 + .../notes/remove-puppet-6-7cc1450c2a794715.yaml | 4 + .../reseller_admin_role-336162abb3b914a1.yaml | 4 + releasenotes/source/2023.1.rst | 6 + releasenotes/source/index.rst | 1 + spec/classes/tempest_init_spec.rb | 152 +++++++--- spec/classes/tempest_magnum_spec.rb | 2 +- spec/spec_helper.rb | 1 - 16 files changed, 402 insertions(+), 223 deletions(-)