We are amped to announce the release of: puppet-swift 19.0.0: Puppet module for OpenStack Swift This release is part of the xena release series. The source is available from: https://opendev.org/openstack/puppet-swift Download the package from: https://tarballs.openstack.org/puppet-swift/ Please report issues through: https://bugs.launchpad.net/puppet-swift/+bugs For more details, please see below. 19.0.0 ^^^^^^ New Features * 3 new classes swift::wsgi::uwsgi_proxy, swift::wsgi::uwsgi_account and swift::wsgi::uwsgi_container exist to allow configuring uwsgi in operating systems that support this (ie: currently Debian). This helps configuring the number of processes and listen socket. Also, 3 new swift_proxy_uwsgi_config, swift_account_uwsgi_config, and swift_container_uwsgi_config providers now exist. Changes in puppet-swift 18.4.0..19.0.0 -------------------------------------- 45cf113 setup.cfg: Replace dashes with underscores 4d92952 Add a swift_drive_audit_config puppet type 56c1954 TripleO: Reduce tempest test scope b79e3c9 Fix lint errors with the latest lint packages 076ee39 Bump version for the start of Xena 51f4ad1 Add support for swift_{proxy,account,container}_uwsgi_config in Debian 7a9653b Bump dependency in metadata.json f2c00bb Update master for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- .../swift_account_uwsgi_config/ini_setting.rb | 8 +++ .../swift_container_uwsgi_config/ini_setting.rb | 8 +++ .../swift_drive_audit_config/ini_setting.rb | 10 +++ .../swift_proxy_uwsgi_config/ini_setting.rb | 8 +++ lib/puppet/type/swift_account_uwsgi_config.rb | 27 ++++++++ lib/puppet/type/swift_container_uwsgi_config.rb | 27 ++++++++ lib/puppet/type/swift_drive_audit_config.rb | 53 ++++++++++++++++ lib/puppet/type/swift_proxy_uwsgi_config.rb | 27 ++++++++ manifests/containerreconciler.pp | 4 +- manifests/deps.pp | 19 ++++++ manifests/objectexpirer.pp | 4 +- manifests/proxy.pp | 2 +- manifests/proxy/cache.pp | 2 +- manifests/storage/account.pp | 2 +- manifests/storage/all.pp | 3 - manifests/storage/container.pp | 2 +- manifests/storage/object.pp | 2 +- manifests/wsgi/uwsgi_account.pp | 35 +++++++++++ manifests/wsgi/uwsgi_container.pp | 35 +++++++++++ manifests/wsgi/uwsgi_proxy.pp | 35 +++++++++++ metadata.json | 10 +-- releasenotes/notes/uwsgi-d10bf5ebcf3ff07d.yaml | 9 +++ releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 ++ setup.cfg | 6 +- spec/classes/swift_wsgi_uwsgi_account_spec.rb | 30 +++++++++ spec/classes/swift_wsgi_uwsgi_container_spec.rb | 30 +++++++++ spec/classes/swift_wsgi_uwsgi_proxy_spec.rb | 30 +++++++++ .../swift_account_uwsgi_config/ini_setting_spec.rb | 57 +++++++++++++++++ .../ini_setting_spec.rb | 57 +++++++++++++++++ .../swift_drive_audit_config/ini_setting_spec.rb | 72 ++++++++++++++++++++++ .../swift_proxy_uwsgi_config/ini_setting_spec.rb | 57 +++++++++++++++++ spec/unit/type/swift_account_uwsgi_config_spec.rb | 64 +++++++++++++++++++ .../unit/type/swift_container_uwsgi_config_spec.rb | 64 +++++++++++++++++++ spec/unit/type/swift_drive_audit_config_spec.rb | 19 ++++++ spec/unit/type/swift_proxy_uwsgi_config_spec.rb | 64 +++++++++++++++++++ 37 files changed, 870 insertions(+), 21 deletions(-)
participants (1)
-
no-reply@openstack.org