We are gleeful to announce the release of: puppet-magnum 19.0.0: Puppet module for Magnum This release is part of the xena release series. The source is available from: https://opendev.org/openstack/puppet-magnum Download the package from: https://tarballs.openstack.org/puppet-magnum/ Please report issues through: https://bugs.launchpad.net/puppet-magnum/+bugs For more details, please see below. 19.0.0 ^^^^^^ New Features * There is now a new policy_dirs parameter in the magnum::policy class, so one can set a custom path. * A new class magnum::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 magnum_api_uwsgi_config provider now exist. Changes in puppet-magnum 18.4.0..19.0.0 --------------------------------------- 4195773 setup.cfg: Replace dashes with underscores 8a81cd6 Fix lint errors with the latest lint packages 8af2f1f Bump version for the start of Xena 1d7cfa3 Add support for magnum_api_uwsgi_config in Debian dce2c7a Bump dependency in metadata.json f64159b Allow to configure policy_dirs dd37373 metadata.json: debian 11 75d8277 Update master for stable/wallaby Diffstat (except docs and test files) ------------------------------------- examples/magnum.pp | 4 +- .../magnum_api_uwsgi_config/openstackconfig.rb | 10 ++++ lib/puppet/type/magnum_api_uwsgi_config.rb | 33 +++++++++++ manifests/deps.pp | 5 ++ manifests/policy.pp | 8 ++- manifests/wsgi/uwsgi.pp | 41 +++++++++++++ metadata.json | 12 ++-- .../notes/policy-dirs-ff9e665292115ef5.yaml | 5 ++ releasenotes/notes/uwsgi-e2e776b8d7047c78.yaml | 7 +++ releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 ++ setup.cfg | 6 +- spec/classes/magnum_policy_spec.rb | 2 + spec/classes/magnum_wsgi_uwsgi_spec.rb | 31 ++++++++++ .../openstackconfig_spec.rb | 68 ++++++++++++++++++++++ spec/unit/type/magnum_api_uwsgi_config_spec.rb | 64 ++++++++++++++++++++ 16 files changed, 291 insertions(+), 12 deletions(-)
participants (1)
-
no-reply@openstack.org