puppet-placement 6.0.0 (xena)
We are glad to announce the release of: puppet-placement 6.0.0: Puppet module for OpenStack placement This release is part of the xena release series. The source is available from: https://opendev.org/openstack/puppet-placement Download the package from: https://tarballs.openstack.org/puppet-placement/ Please report issues through: https://bugs.launchpad.net/puppet-placement/+bugs For more details, please see below. 6.0.0 ^^^^^ New Features * There is now a new policy_dirs parameter in the placement::policy class, so one can set a custom path. * A new class placement::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 placement_api_uwsgi_config provider now exist. Changes in puppet-placement 5.4.0..6.0.0 ---------------------------------------- bb3dc8c setup.cfg: Replace dashes with underscores 46b0d27 Bump version for the start of Xena 924dce1 Debian api_uwsgi_config: Switch to :ini_setting f5c1241 Add support for placement_api_uwsgi_config in Debian ee521bb Bump dependency in metadata.json 0b46d52 Allow to configure policy_dirs 803ce24 Update master for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .../placement_api_uwsgi_config/ini_setting.rb | 10 ++++ lib/puppet/type/placement_api_uwsgi_config.rb | 29 ++++++++++ manifests/deps.pp | 5 ++ manifests/policy.pp | 8 ++- manifests/wsgi/uwsgi.pp | 41 ++++++++++++++ metadata.json | 10 ++-- .../notes/policy-dirs-7958ac8e2a5592c5.yaml | 5 ++ releasenotes/notes/uwsgi-ef5113833dc42475.yaml | 7 +++ releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 ++ setup.cfg | 6 +- spec/classes/placement_policy_spec.rb | 2 + spec/classes/placement_wsgi_uwsgi_spec.rb | 31 +++++++++++ .../placement_api_uwsgi_config/ini_setting_spec.rb | 57 +++++++++++++++++++ spec/unit/type/placement_api_uwsgi_config_spec.rb | 64 ++++++++++++++++++++++ 15 files changed, 273 insertions(+), 9 deletions(-)
participants (1)
-
no-reply@openstack.org