We eagerly announce the release of: puppet-cinder 20.0.0: Puppet module for OpenStack Cinder This release is part of the yoga 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. 20.0.0 ^^^^^^ New Features ************ * The new "key_val_separator" parameter has been added to the "cinder_api_paste_ini" resource type. * Add new parameter "cinder::backend::pure::pure_eradicate_on_delete" which allows setting of the pure_eradicate_on_delete option on the managed cinder backend for PureStorage. * Add new parameter "cinder::backend::pure::pure_iscsi_cidr" which allows setting of the pure_iscsi_cidr option on the managed cinder backend for PureStorage. Upgrade Notes ************* * Default value of the "cinder::wsgi::apache::ssl" parameter will be changed from "true" to "false" in a future release. Make sure the parameter is set to the desired value. Changes in puppet-cinder 19.4.0..20.0.0 --------------------------------------- 2eea9e7 [Pure Storage] Add new params for FlashArray Cinder backend 614d163 Use service anchor to ensure API is up f222f3d Prepare to update default of <service>::wsgi::apache::ssl a13b9b0 Bump puppetlabs-inifile b70ee62 Allow customizing separator for api-paste.ini fd64ba3 Bump version for the start of Yoga c5c8f13 Update master for stable/xena Diffstat (except docs and test files) ------------------------------------- lib/puppet/type/cinder_api_paste_ini.rb | 5 +++++ manifests/api.pp | 2 +- manifests/backend/pure.pp | 16 ++++++++++++++++ manifests/wsgi/apache.pp | 11 ++++++++--- metadata.json | 10 +++++----- .../notes/api_paste_ini-separator-0ac0b9090ac1b9e2.yaml | 5 +++++ .../prepare-to-change-apache-ssl-9b553e3246b4658f.yaml | 6 ++++++ .../purestorage_updated_params-b0f474d9ab08c37e.yaml | 10 ++++++++++ releasenotes/source/index.rst | 1 + releasenotes/source/xena.rst | 6 ++++++ spec/classes/cinder_api_spec.rb | 2 +- spec/defines/cinder_backend_pure_spec.rb | 6 ++++++ 12 files changed, 70 insertions(+), 10 deletions(-)