We are jazzed to announce the release of: puppet-aodh 22.0.0: Puppet module for OpenStack Aodh This release is part of the antelope 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. Changes in puppet-aodh 21.0.0..22.0.0 ------------------------------------- 9642757 Prepare 2023.1 release bea839f Add strict validation about boolean parameters 3bf38f8 Replace legacy facts and use fact hash df3fce9 Expose policy_default_rule c2f586d Switch to Ubuntu Jammy (22.04) 551bf84 Remove cleanup of [DEFAULT] evaluation_interval 9277734 Update master for stable/zed Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 17 ++- manifests/coordination.pp | 16 +-- manifests/cors.pp | 24 ++-- manifests/db.pp | 36 +++--- manifests/evaluator.pp | 24 ++-- manifests/expirer.pp | 4 +- manifests/healthcheck.pp | 16 +-- manifests/init.pp | 144 ++++++++++----------- manifests/keystone/authtoken.pp | 116 ++++++++--------- manifests/listener.pp | 19 +-- manifests/logging.pp | 78 +++++------ manifests/notifier.pp | 15 ++- manifests/params.pp | 9 +- manifests/policy.pp | 18 ++- manifests/quota.pp | 12 +- manifests/service_credentials.pp | 16 +-- manifests/wsgi/apache.pp | 8 +- manifests/wsgi/uwsgi.pp | 6 +- metadata.json | 10 +- .../policy_default_rule-f241c369dd6bce2c.yaml | 4 + .../notes/ubuntu-jammy-55dd11c783a84dad.yaml | 8 ++ releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 6 + spec/classes/aodh_api_spec.rb | 11 +- spec/classes/aodh_client_spec.rb | 2 +- spec/classes/aodh_db_sync_spec.rb | 5 +- spec/classes/aodh_evaluator_spec.rb | 2 +- spec/classes/aodh_expirer_spec.rb | 2 +- spec/classes/aodh_init_spec.rb | 2 +- spec/classes/aodh_listener_spec.rb | 2 +- spec/classes/aodh_notifier_spec.rb | 2 +- spec/classes/aodh_policy_spec.rb | 2 + spec/classes/aodh_wsgi_apache_spec.rb | 8 +- 33 files changed, 335 insertions(+), 310 deletions(-)