We are overjoyed to announce the release of: puppet-designate 19.0.0: Puppet module for OpenStack Designate This release is part of the xena release series. The source is available from: https://opendev.org/openstack/puppet-designate Download the package from: https://tarballs.openstack.org/puppet-designate/ Please report issues through: https://bugs.launchpad.net/puppet-designate/+bugs For more details, please see below. 19.0.0 ^^^^^^ New Features ************ * There is now a new policy_dirs parameter in the designate::policy class, so one can set a custom path. * A new calsses designate::wsgi::wsgi 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 designate_api_uwsgi_config provider now exist. Upgrade Notes ************* * The "designate::pool_target::options" parameter now only accepts a hash value. Changes in puppet-designate 18.4.0..19.0.0 ------------------------------------------ 6992843 setup.cfg: Replace dashes with underscores d99340a Fix lint errors with the latest lint packages bce4d6e Remove deprecated support for non-hash value d6c3c98 Bump version for the start of Xena 06d0ac8 Fix a typo in file header 4c72eef Add support for designate_api_uwsgi_config in Debian f1ae294 Bump dependency in metadata.json 426129a Allow to configure policy_dirs 127080d metadata.json: debian 11 c5a385a Update master for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .../designate_api_uwsgi_config/openstackconfig.rb | 10 ++++ lib/puppet/type/designate_api_uwsgi_config.rb | 29 +++++++++ manifests/client.pp | 2 +- manifests/deps.pp | 5 ++ manifests/healthcheck.pp | 2 +- manifests/logging.pp | 2 +- manifests/policy.pp | 8 ++- manifests/pool_target.pp | 8 +-- manifests/wsgi/uwsgi.pp | 41 +++++++++++++ metadata.json | 12 ++-- .../notes/policy-dirs-d973ce284f00fe19.yaml | 5 ++ .../pool_target-options-has-4b45a278816b6ade.yaml | 5 ++ releasenotes/notes/uwsgi-e758603c55f19968.yaml | 7 +++ releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 ++ setup.cfg | 6 +- spec/classes/designate_policy_spec.rb | 2 + spec/classes/designate_wsgi_uwsgi_spec.rb | 31 ++++++++++ .../openstackconfig_spec.rb | 68 ++++++++++++++++++++++ spec/unit/type/designate_api_uwsgi_config_spec.rb | 64 ++++++++++++++++++++ 20 files changed, 295 insertions(+), 19 deletions(-)