[release-announce] puppet-aodh 18.3.0 (wallaby)
    no-reply at openstack.org 
    no-reply at openstack.org
       
    Thu Mar 25 09:23:26 UTC 2021
    
    
  
We are chuffed to announce the release of:
puppet-aodh 18.3.0: Puppet module for OpenStack Aodh
This release is part of the wallaby release series.
The source is available from:
    https://opendev.org/openstack/puppet-aodh
Download the package from:
    https://tarballs.openstack.org/puppet-aodh/
Please report issues through:
    https://bugs.launchpad.net/puppet-aodh/+bugs
For more details, please see below.
18.3.0
^^^^^^
New Features
************
* The new "aodh::healthcheck" class has been added. This class
  manages parameters of healthcheck middlware in oslo.middleware.
* The new parameters have been added to support workers option in
  each aodh services.
  * "aodh::evaluator::workers"
  * "aodh::listener::workers"
  * "aodh::notifier::workers"
Upgrade Notes
*************
* The following deprecated parameters of the "aodh::auth" class have
  been removed.
  * "project_domain_id"
  * "user_domain_id"
  * "auth_tenant_name"
  * "auth_tenant_id"
Deprecation Notes
*****************
* Default value of the "aodh::evaluator::coordination_url" parameter
  has been changed from "undef" to "$::os_service_default". Usage of
  "undef" or false value has been deprecated and will be removed in a
  future release. Use "$::os_service_default" instead.
* The "aodh::auth" class has been deprecated. Use the new
  "aodh::service_credentials" class instead.
Changes in puppet-aodh 18.2.0..18.3.0
-------------------------------------
8b1d40c Prepare Wallaby M3
6b7ebd5 Add support for healthcheck middleware options
e05af2b Use consistent names for service_credentials options
77691c4 Remove the deprecated parameters of aodh::auth
bc846d7 Ensure coordination_url is unset by default
ae9b911 Add support for workers option
Diffstat (except docs and test files)
-------------------------------------
examples/aodh.pp                                   |   4 +-
manifests/auth.pp                                  | 110 ++++-----------------
manifests/evaluator.pp                             |  42 +++++---
manifests/healthcheck.pp                           |  41 ++++++++
manifests/listener.pp                              |   9 ++
manifests/notifier.pp                              |   9 ++
manifests/service_credentials.pp                   |  90 +++++++++++++++++
metadata.json                                      |   8 +-
.../notes/auth-cleanup-cbb03ab92a7275b5.yaml       |  10 ++
.../coordination_url-default-848a85543fd36e20.yaml |   7 ++
.../notes/healthcheck-2b9652430eb03a64.yaml        |   5 +
.../service_credentials-2b3dd8ca51083a1d.yaml      |   5 +
releasenotes/notes/workers-054d3bafa34171d9.yaml   |   9 ++
spec/classes/aodh_auth_spec.rb                     |  16 ---
spec/classes/aodh_evaluator_spec.rb                |  41 +++++++-
spec/classes/aodh_healthcheck_spec.rb              |  55 +++++++++++
spec/classes/aodh_listener_spec.rb                 |  15 ++-
spec/classes/aodh_notifier_spec.rb                 |  15 ++-
spec/classes/aodh_service_credentials_spec.rb      |  55 +++++++++++
19 files changed, 416 insertions(+), 130 deletions(-)
    
    
More information about the Release-announce
mailing list