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

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


We are gleeful to announce the release of:

puppet-sahara 19.0.0: Puppet module for OpenStack Sahara

This release is part of the xena release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

19.0.0
^^^^^^

New Features

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

* A new class sahara::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 sahara_api_uwsgi_config provider now exist.

Changes in puppet-sahara 18.4.0..19.0.0
---------------------------------------

414bace setup.cfg: Replace dashes with underscores
b134c19 Get rid of the $pyvers variable
5dbb663 Fix lint error with the latest lint packages
01b4bb9 Bump version for the start of Xena
a9b46a3 Do not include sahara::policy in base class
7a4da1a Add support for sahara_api_uwsgi_config in Debian
4f71c30 Bump dependency in metadata.json
6239057 Allow to configure policy_dirs
e32697b Update master for stable/wallaby


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

.../sahara_api_uwsgi_config/ini_setting.rb         |  8 +++
lib/puppet/type/sahara_api_uwsgi_config.rb         | 27 +++++++++
manifests/deps.pp                                  |  5 ++
manifests/init.pp                                  |  1 -
manifests/params.pp                                |  3 +-
manifests/policy.pp                                |  8 ++-
manifests/service/api.pp                           |  2 +-
manifests/wsgi/uwsgi.pp                            | 41 ++++++++++++++
metadata.json                                      | 10 ++--
.../notes/policy-dirs-a4b2936cf9b39553.yaml        |  5 ++
releasenotes/notes/uwsgi-3e06e4dd9bdc0a36.yaml     |  7 +++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/wallaby.rst                    |  6 ++
setup.cfg                                          |  6 +-
spec/classes/sahara_client_spec.rb                 | 10 +---
spec/classes/sahara_init_spec.rb                   |  1 -
spec/classes/sahara_policy_spec.rb                 |  2 +
spec/classes/sahara_wsgi_uwsgi_spec.rb             | 31 +++++++++++
.../sahara_api_uwsgi_config/ini_setting_spec.rb    | 57 +++++++++++++++++++
spec/unit/type/sahara_api_uwsgi_config_spec.rb     | 64 ++++++++++++++++++++++
20 files changed, 272 insertions(+), 23 deletions(-)







More information about the Release-announce mailing list