puppet-aodh 17.3.0 (victoria)
We are jazzed to announce the release of: puppet-aodh 17.3.0: Puppet module for OpenStack Aodh This release is part of the victoria 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. 17.3.0 ^^^^^^ New Features * Add mysql_enable_ndb parameter to select mysql storage engine. * The new "aodh::expirer" class has been added to support a cron job to run aodh-expirer command. * The "aodh::quota" class has been added to support parameters to define quota. Changes in puppet-aodh 17.2.0..17.3.0 ------------------------------------- aa0a11d Prepare Victoria M3 61df5de Add mysql_enable_ndb option 89da4b1 Add support for aodh-expirer cron job 631b4f4 Use common class to manage apache service in beaker job 40c6462 Expose vhost_custom_fragment 895c8b4 Add support for quota parameters Diffstat (except docs and test files) ------------------------------------- manifests/db.pp | 7 +++ manifests/expirer.pp | 65 ++++++++++++++++++++++ manifests/params.pp | 1 + manifests/quota.pp | 32 +++++++++++ manifests/wsgi/apache.pp | 7 +++ metadata.json | 8 +-- ...d_mysql_enable_ndb-option-8738cb368caaf7cd.yaml | 4 ++ releasenotes/notes/expirer-a53e68fe61ff3f17.yaml | 5 ++ releasenotes/notes/quota-2c8473e178a2f566.yaml | 5 ++ spec/acceptance/aodh_wsgi_apache_spec.rb | 1 + spec/classes/aodh_db_spec.rb | 3 + spec/classes/aodh_expirer_spec.rb | 65 ++++++++++++++++++++++ spec/classes/aodh_quota_spec.rb | 48 ++++++++++++++++ spec/classes/aodh_wsgi_apache_spec.rb | 4 +- 14 files changed, 250 insertions(+), 5 deletions(-)
participants (1)
-
no-reply@openstack.org