We are psyched to announce the release of: puppet-cinder 18.3.0: Puppet module for OpenStack Cinder This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/puppet-cinder Download the package from: https://tarballs.openstack.org/puppet-cinder/ Please report issues through: https://bugs.launchpad.net/puppet-cinder/+bugs For more details, please see below. 18.3.0 ^^^^^^ New Features ************ * Now the "cinder::quota" class supports parameters about backup quotas. * The new "cinder::healthcheck" class has been added. This class manages parameters of healthcheck middlware in oslo.middleware. * The "cinder::quota" class now supports the "per_volume_size_limit" parameter, which defines max size allowed per volume. * Add support for configuring the S3 backup driver. Bug Fixes ********* * Bug #1915800 (https://bugs.launchpad.net/cinder/+bug/1915800): Add support for ports filtering in XtremIO driver. Changes in puppet-cinder 18.2.0..18.3.0 --------------------------------------- 79ad558 Prepare Wallaby M3 cc8665d Add ports filtering support to XtremIO Cinder driver b810f33 Add support for configuring the S3 backup driver b08eb02 Add support for healthcheck middleware options bd3ac42 Add support for per_volume_size_limit 03b8d85 Add support for backup quotas Diffstat (except docs and test files) ------------------------------------- manifests/backend/dellemc_xtremio.pp | 7 + manifests/backend/dellemc_xtremio_iscsi.pp | 7 + manifests/backup/s3.pp | 159 +++++++++++++++++++++ manifests/healthcheck.pp | 41 ++++++ manifests/quota.pp | 34 +++-- metadata.json | 8 +- .../notes/backup-quotas-c290c485f66dc1c6.yaml | 4 + .../notes/healthcheck-defa567494511d16.yaml | 5 + ...ota-per_volume_size_limit-8d40ab1b86af0f71.yaml | 5 + .../support-s3-backup-driver-c9ee22bdb14a374c.yaml | 4 + .../xtremio-add-ports-option-6d6e98fb90b906fe.yaml | 5 + spec/classes/cinder_backup_s3_spec.rb | 117 +++++++++++++++ spec/classes/cinder_healthcheck_spec.rb | 55 +++++++ spec/classes/cinder_quota_spec.rb | 59 ++++---- .../defines/cinder_backend_dellemc_xtremio_spec.rb | 2 + 15 files changed, 471 insertions(+), 41 deletions(-)