[release-announce] puppet-oslo 20.2.0 (yoga)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 14 17:37:22 UTC 2022


We are tickled pink to announce the release of:

puppet-oslo 20.2.0: Puppet module for Oslo

This release is part of the yoga release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

20.2.0
^^^^^^

New Features

* Add socket keepalive options for the pymemcache (dogpile.cache)
  backend.

* Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.

* The new "oslo::privsep::config_group" parameter has been added.
  This parameter can be used to add parameters to the section
  different from the default "privsep_${entrypoint}" section.

* Add options to configure pymemcache's HashClient retrying
  mechanisms (dogpile.cache) backend.

* Add retrying options for pymemcache (dogpile.cache) backend.

* The "oslo::key_manager::barbican::service_user" resource type now
  supports the "system_scope" parameter.

* The "system_scope" parameter has been added to the "oslo::limit"
  resource type.

Changes in puppet-oslo 20.1.0..20.2.0
-------------------------------------

2bd81fd Prepare Yoga M3
fe04834 CentOS 9: Disable unit tests dependent on puppet-postgresql
8be9bbe Add CentOS/RHEL 9 to supported operating systems
c886833 Drop version table from README
45f0c5a TripleO jobs: Replace CentOS 8 jobs by CentOS 9 jobs
9038a5b privsep: Allow customizing section name
34e1446 Add pymemcache's HashClient retrying options to oslo.cache
f7dbe8a Add retrying options to oslo.cache
60495a4 Add socket keepalive options for the pymemcache backend
f898c0f Ensure kombu_ssl_certfile and kombu_ssl_keyfile are used together
f91cf63 barbican_service_user: Accept system scope credential
937fcf0 Accept system scope credentials for Unified Limits API


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

.zuul.yaml                                         |  2 +-
README.md                                          | 26 --------
manifests/cache.pp                                 | 73 ++++++++++++++++++++++
manifests/key_manager/barbican/service_user.pp     | 25 ++++++--
manifests/limit.pp                                 | 22 ++++++-
manifests/messaging/rabbit.pp                      | 17 +++--
manifests/privsep.pp                               | 13 ++--
metadata.json                                      | 10 +--
.../add_keepalive_options-3802510b6d4461e1.yaml    |  4 ++
.../notes/centos-9-support-17ad74c0169c5096.yaml   |  4 ++
.../oslo-privsep-section-f577879ae1dba66c.yaml     |  6 ++
...cache_hashclient_retrying-10a756708ad9894b.yaml |  5 ++
.../pymemcache_retrying-4fa326e3bc913a97.yaml      |  4 ++
...ope-barbican_service_user-3e9cba1bba4f22b8.yaml |  5 ++
...stem_scope-keystone-limit-422cbeee81ba84c5.yaml |  5 ++
spec/defines/oslo_cache_spec.rb                    | 30 +++++++++
spec/defines/oslo_db_spec.rb                       | 38 ++++++-----
.../oslo_key_manager_barbican_service_user_spec.rb | 24 ++++---
spec/defines/oslo_limit_spec.rb                    | 22 ++++++-
spec/defines/oslo_messaging_rabbit_spec.rb         | 23 +++++++
spec/defines/oslo_privsep_spec.rb                  | 15 +++++
21 files changed, 302 insertions(+), 71 deletions(-)







More information about the Release-announce mailing list