We are overjoyed to announce the release of: puppet-barbican 19.0.0: Puppet module for Barbican This release is part of the xena release series. The source is available from: https://opendev.org/openstack/puppet-barbican Download the package from: https://tarballs.openstack.org/puppet-barbican/ Please report issues through: https://bugs.launchpad.net/puppet-barbican/+bugs For more details, please see below. 19.0.0 ^^^^^^ New Features * There is now a new policy_dirs parameter in the keystone::policy class, so one can set a custom path. * A new class barbican::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 barbican_api_wsgi_config provider now exist. Changes in puppet-barbican 18.4.0..19.0.0 ----------------------------------------- 68b83d3 Get rid of the $pyvers variable 7c74f5f setup.cfg: Replace dashes with underscores 67dbb7e Bump version for the start of Xena 977e685 Fix a typo in file header 0edb3b1 Add support for barbican_api_uwsgi_config in Debian f3231f7 Bump dependency in metadata.json b8ee62c Allow to configure policy_dirs 785ed37 Update master for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .../barbican_api_uwsgi_config/ini_setting.rb | 8 +++ lib/puppet/type/barbican_api_uwsgi_config.rb | 29 ++++++++++ manifests/deps.pp | 5 ++ manifests/healthcheck.pp | 2 +- manifests/params.pp | 3 +- manifests/policy.pp | 8 ++- manifests/wsgi/uwsgi.pp | 41 ++++++++++++++ metadata.json | 10 ++-- .../notes/policy-dirs-b04a632a4d39f249.yaml | 5 ++ releasenotes/notes/uwsgi-62f17e06607b6b6f.yaml | 7 +++ releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 ++ setup.cfg | 6 +- spec/classes/barbican_client_spec.rb | 10 +--- spec/classes/barbican_policy_spec.rb | 2 + spec/classes/barbican_wsgi_uwsgi_spec.rb | 31 +++++++++++ .../barbican_api_uwsgi_config/ini_setting_spec.rb | 57 +++++++++++++++++++ spec/unit/type/barbican_api_uwsgi_config_spec.rb | 64 ++++++++++++++++++++++ 18 files changed, 274 insertions(+), 21 deletions(-)