[release-announce] puppet-cinder 16.3.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Tue Apr 28 15:09:02 UTC 2020


We are pumped to announce the release of:

puppet-cinder 16.3.0: Puppet module for OpenStack Cinder

This release is part of the ussuri stable 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.

16.3.0
^^^^^^


New Features
************

* The new "cinder::backup::swift::swift_catalog_info" parameter was
  added to set info to lookup swift service in the service catalog.

* Added Dell EMC SC backend driver config that supports both iSCSI
  and FC options.

* Added Dell EMC XtremIO backend driver config that supports both
  iSCSI and FC options.


Deprecation Notes
*****************

* cinder::backend::dellsc_iscsi is deprecated and will be removed in
  the V-release, use new resource cinder::backend::dellemc_sc instead.

* cinder::backend::delemc_xtremio_iscsi is deprecated and will be
  removed in the V-release, use new resource
  cinder::backend::dellemc_xtremio instead.

Changes in puppet-cinder 16.2.1..16.3.0
---------------------------------------

73d62a5 Prepare Ussuri RC1
3816fab Deprecating Dell SC Iscsi  Volume Config
509905c Deprecating Dell EMC XtremIO ISCSI Volume Config
edbde19 Add cinder::backup::swift::swift_catalog_info parameter
2520cff Support for Dell EMC XTREMIO Driver Volume Config
9fd1ac0 Change ceph_init_override param for Debian
e107d93 Support for Dell EMC SC Driver Volume Config
29e221f Refer keystone_authtoken to find credentials


Diffstat (except docs and test files)
-------------------------------------

lib/puppet/provider/cinder.rb                      |  21 +--
manifests/backend/dellemc_sc.pp                    | 163 +++++++++++++++++++++
manifests/backend/dellemc_xtremio.pp               | 109 ++++++++++++++
manifests/backend/dellemc_xtremio_iscsi.pp         |   3 +
manifests/backend/dellsc_iscsi.pp                  |   3 +
manifests/backend/rbd.pp                           |   4 +-
manifests/backup/swift.pp                          |   6 +
manifests/params.pp                                |   2 +-
metadata.json                                      |   8 +-
...-swift-swift_catalog_info-cda9cdb7dd3efecb.yaml |   5 +
...sc_iscsi_driver-deprecate-a428e372280c44e4.yaml |   5 +
releasenotes/notes/sc-driver-ab28e372280c44e6.yaml |   4 +
.../notes/xtremio-driver-abc8e372280c44e6.yaml     |   4 +
...io_iscsi_driver-deprecate-c428e372280c44e4.yaml |   5 +
spec/classes/cinder_backup_swift_spec.rb           |   4 +
spec/defines/cinder_backend_dellemc_sc.rb          | 134 +++++++++++++++++
spec/defines/cinder_backend_rbd_spec.rb            |   6 +-
spec/defines/cinder_dell_emc_xtremio_spec.rb       | 120 +++++++++++++++
18 files changed, 586 insertions(+), 20 deletions(-)







More information about the Release-announce mailing list