We are glad to announce the release of: puppet-aodh 19.4.0: Puppet module for OpenStack Aodh This release is part of the xena stable 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. 19.4.0 ^^^^^^ New Features * The new "aodh::logging::watch_log_file" parameter has been added. * Adds new purge_config parameter. When set to true, the policy file is cleared during configuration process. This allows to remove any existing rules before applying them or clean the file when all policies got removed. Changes in puppet-aodh 19.3.0..19.4.0 ------------------------------------- 34b1688 Add information technology in the setup.cfg d28f28d Add license information in the setup.cfg e2be891 Delete useless code for setup.py 78c0943 Stop configuring install_command in tox. f5faaca Fix pbr>=2.0.0 for setup.py 7e9b9ce Update openstackdocstheme to the latest version c50428d Update reno to the latest version 7b52ec3 Simplify package management 6ebac1d Use consistent implementation to install package 1db2a58 Fix stdlib version in metadata 506dceb Prepare Xena RC1 3d8d273 Add watch_log_file option 8755b91 Allow purging policy files Diffstat (except docs and test files) ------------------------------------- manifests/evaluator.pp | 5 +- manifests/expirer.pp | 9 ++- manifests/listener.pp | 9 ++- manifests/logging.pp | 6 ++ manifests/notifier.pp | 9 ++- manifests/policy.pp | 20 +++-- metadata.json | 10 +-- ...add_watch_log_file-option-99e6fa54b53c3066.yaml | 4 + .../policy_purge_config-c1fa9304bd5d74d5.yaml | 6 ++ setup.cfg | 2 + setup.py | 4 +- spec/classes/aodh_evaluator_spec.rb | 3 +- spec/classes/aodh_expirer_spec.rb | 6 +- spec/classes/aodh_listener_spec.rb | 3 +- spec/classes/aodh_logging_spec.rb | 3 + spec/classes/aodh_notifier_spec.rb | 3 +- spec/classes/aodh_policy_spec.rb | 87 +++++++++++++++------- tox.ini | 4 +- 19 files changed, 135 insertions(+), 62 deletions(-)
participants (1)
-
no-reply@openstack.org