[release-announce] puppet-octavia 18.4.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 1 09:54:34 UTC 2021


We jubilantly announce the release of:

puppet-octavia 18.4.0: Puppet module for OpenStack Octavia

This release is part of the wallaby stable release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

18.4.0
^^^^^^

New Features

* Support for the "[haproxy_amphora] build_rate_limit" parameter has
  been added.

* The new "octavia::api::healthcheck_enabled" parameter has been
  added.

* The new "octavia::healthcheck" class has been added. This class
  manages parameters of healthcheck middlware in oslo.middleware.

* The new "octavia::controller::image_driver" parameter has been
  added.

* The new "octavia::policy::enforce_scope" parameter has been added
  to support the corresponding parameter in oslo.policy library.

* The new "octavia::policy::enforce_new_defaults" parameter has been
  added.

* The new "octavia::cinder" class has been added. This class manages
  parameters of the "[cinder]" section.

* The new "octavia::controller::volume_type" parameter has been
  added.

Changes in puppet-octavia 18.3.0..18.4.0
----------------------------------------

0ff9baf Update sphinx to the latest version
793451b Prepare Wallaby RC1
ee4a365 Add support for oslo_policy/enforce_new_defaults
ef758a1 Update supported Ubuntu version to Focal
e056d8d Add puppetlabs-apache to dependencies
6f8059f Add support for the oslo_policy/enforce_scope parameter
9084b42 Add support for [controller_worker] image_driver
ebf7fdc Add support for volume based amphora
c0a4917 Do not redefine default drivers
fed08d5 Add support for [haproxy_amphora] build_rate_limit
66604db Add support for healthcheck middleware options


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

manifests/api.pp                                   |  6 ++
manifests/cinder.pp                                | 74 ++++++++++++++++++++++
manifests/controller.pp                            | 31 +++++++--
manifests/healthcheck.pp                           | 41 ++++++++++++
manifests/policy.pp                                | 21 +++++-
metadata.json                                      | 16 +++--
.../notes/build_rate_limit-7da036d02e5ccea8.yaml   |  5 ++
.../notes/healthcheck-50bfeb1b2523b307.yaml        |  8 +++
.../notes/image_driver-37560e3159ece607.yaml       |  4 ++
...oslo_policy-enforce_scope-97ad3dc14b829db2.yaml |  5 ++
...licy-enforce_new_defaults-ca7f1e7e532fad43.yaml |  5 ++
.../volume-based-amphora-62f3429adad36962.yaml     |  8 +++
spec/classes/octavia_api_spec.rb                   | 13 ++++
spec/classes/octavia_cinder_spec.rb                | 63 ++++++++++++++++++
spec/classes/octavia_controller_spec.rb            | 15 ++++-
spec/classes/octavia_healthcheck_spec.rb           | 55 ++++++++++++++++
spec/classes/octavia_policy_spec.rb                | 17 +++--
18 files changed, 363 insertions(+), 26 deletions(-)







More information about the Release-announce mailing list