[puppet] puppet-cinder 9.5.0 (newton)
We high-spiritedly announce the release of: puppet-cinder 9.5.0: Puppet module for OpenStack Cinder This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/puppet-cinder/ For more details, please see below. 9.5.0 ^^^^^ New Features ************ * Passes parameter to keystone authtoken define to manage python- memcache package install. * Add EMC ScaleIO backend driver support Upgrade Notes ************* * The default volume driver for cinder::backend::emc_vnx has been changed to be newton-compatible. * A new parameter, 'storage_protocol' has been added to cinder::backend::emc_vnx to be newton-compatible. Deprecation Notes ***************** * Deprecate iscsi_ip_address parameter in cinder::backend::emc_vnx * Deprecate iscsi_ip_address parameter in cinder::volume::emc_vnx Changes in puppet-cinder 9.4.1..9.5.0 ------------------------------------- 3f2b95e Update scaleio cinder driver params cf3c7f3 Allow blank rabbit password if using transport_url e8d6951 Support for ScaleIO Cinder backend b5f3b83 Prepare 9.5.0 release 8b608d9 Allow python-memcache install from authtoken class 8460bbe Added retries for db_sync c672c04 Update default volume driver on emc_vnx backend 2f39994 Deprecate iscsi_ip_address, as it is not used Diffstat (except docs and test files) ------------------------------------- manifests/backend/emc_vnx.pp | 27 +++- manifests/backend/scaleio.pp | 152 +++++++++++++++++++++ manifests/db/sync.pp | 2 + manifests/init.pp | 2 +- manifests/keystone/authtoken.pp | 6 + manifests/volume/emc_vnx.pp | 13 +- metadata.json | 8 +- ...n_manage_memcache_package-2bd5f785cb28daab.yaml | 3 + .../notes/emc-vnx-new-driver-3bf454673e5ba9bb.yaml | 4 + ...eprecate_iscsi_ip_address-773b9c158c7751b7.yaml | 4 + .../notes/scaleio-driver-03440249221925be.yaml | 3 + releasenotes/source/conf.py | 4 +- spec/acceptance/basic_cinder_spec.rb | 8 +- spec/classes/cinder_keystone_authtoken_spec.rb | 5 + spec/classes/cinder_volume_emc_vnx_spec.rb | 1 - spec/defines/cinder_backend_emc_vnx_spec.rb | 8 +- spec/defines/cinder_backend_scaleio_spec.rb | 77 +++++++++++ 17 files changed, 299 insertions(+), 28 deletions(-)
participants (1)
-
no-reply@openstack.org