[release-announce] puppet-octavia 19.0.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Fri Jul 2 14:13:45 UTC 2021


We are psyched to announce the release of:

puppet-octavia 19.0.0: Puppet module for OpenStack Octavia

This release is part of the xena 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.

19.0.0
^^^^^^

New Features

* There is now a new policy_dirs parameter in the octavia::policy
  class, so one can set a custom path.

* A new class octavia::wsgi::uwsgi exist to allow configuring uwsgi
  in operating systems that support this (ie: currently Debian). This
  helps configuring the number of processes, threads and listen
  socket. Also, a new octavia_api_uwsgi_config provider now exist.

Changes in puppet-octavia 18.4.0..19.0.0
----------------------------------------

0221597 Get rid of the $pyvers variable
50ecf2d setup.cfg: Replace dashes with underscores
3c37bae Fix a typo in parameter description
a7b46e1 Do not declare service resources when manage_service is false
6fba0ac Bump version for the start of Xena
cba4a35 Fix a typo in file header
da8ed8a Add support for octavia_api_uwsgi_config in Debian
165aa23 Bump dependency in metadata.json
f48b463 Allow to configure policy_dirs
0406424 metadata.json: debian 11
2dd9efe Update master for stable/wallaby


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

.../octavia_api_uwsgi_config/ini_setting.rb        |  8 +++
lib/puppet/type/octavia_api_uwsgi_config.rb        | 29 +++++++++
manifests/api.pp                                   |  2 +-
manifests/deps.pp                                  |  5 ++
manifests/health_manager.pp                        | 16 ++---
manifests/healthcheck.pp                           |  2 +-
manifests/housekeeping.pp                          | 16 ++---
manifests/params.pp                                |  3 +-
manifests/policy.pp                                |  8 ++-
manifests/worker.pp                                | 20 ++++---
manifests/wsgi/uwsgi.pp                            | 41 +++++++++++++
metadata.json                                      | 14 ++---
.../notes/policy-dirs-e20f57e2b7987350.yaml        |  5 ++
releasenotes/notes/uwsgi-22d71c90d9b6bf65.yaml     |  7 +++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/wallaby.rst                    |  6 ++
setup.cfg                                          |  6 +-
spec/classes/octavia_client_spec.rb                | 10 +---
spec/classes/octavia_health_manager_spec.rb        | 11 +---
spec/classes/octavia_housekeeping_spec.rb          | 11 +---
spec/classes/octavia_policy_spec.rb                |  2 +
spec/classes/octavia_worker_spec.rb                | 11 +---
spec/classes/octavia_wsgi_uwsgi_spec.rb            | 31 ++++++++++
.../openstackconfig_spec.rb                        | 68 ++++++++++++++++++++++
spec/unit/type/octavia_api_uwsgi_config_spec.rb    | 64 ++++++++++++++++++++
25 files changed, 321 insertions(+), 76 deletions(-)







More information about the Release-announce mailing list