[release-announce] puppet-panko 17.3.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Sep 10 09:56:24 UTC 2020


We enthusiastically announce the release of:

puppet-panko 17.3.0: Puppet module for OpenStack Panko

This release is part of the victoria release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

17.3.0
^^^^^^


New Features
************

* Add mysql_enable_ndb parameter to select mysql storage engine.

* The new "panko::expirer::maxdelay" parameter has been added. If
  this parameter has a positive value, it avoids collisional execution
  of panko-expirer in multiple nodes, by introducing randomized sleep
  before command execution.


Deprecation Notes
*****************

* The "panko::expirer::enable_cron" parameter has been deprecated
  and will be removed in a future release. Use
  "panko::expirer::ensure" instead.

Changes in puppet-panko 17.2.0..17.3.0
--------------------------------------

67b30b7 Prepare Victoria M3
e531643 Remove deprecation message from panko::api
685a251 Do not validate database_connection format
8c0bacc Use openstack_spec_helper from zuul checkout
a39b293 Add mysql_enable_ndb option
4184e32 Rename the parameter to define the state of panko-expirer cron job
310d39a Add maxdelay parameter for panko-expirer cron job
9f18873 Use common class to manage apache service in beaker job


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

Gemfile                                            | 19 +++++---
manifests/api.pp                                   |  2 -
manifests/db.pp                                    | 10 +++--
manifests/expirer.pp                               | 51 +++++++++++++++++-----
metadata.json                                      |  8 ++--
...d_mysql_enable_ndb-option-a5c6dd40f7b4b9eb.yaml |  4 ++
.../notes/expirer-ensure-05c77588f136c659.yaml     |  5 +++
.../notes/expirer-maxdelay-d6a05b7e61e5f7fa.yaml   |  7 +++
spec/acceptance/basic_panko_spec.rb                |  1 +
spec/classes/panko_db_spec.rb                      |  3 ++
spec/classes/panko_expirer_spec.rb                 | 33 ++++++++++++--
11 files changed, 114 insertions(+), 29 deletions(-)







More information about the Release-announce mailing list