We contentedly announce the release of: puppet-cinder 11.6.0: Puppet module for OpenStack Cinder This release is part of the pike 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. 11.6.0 ^^^^^^ New Features ************ * Add new parameter "nfs_snapshot_support", which enables support for snapshots on the NFS driver. * Adds the kombu_failover_strategy option for configuring oslo.messaging.rabbit. This will determines how the next RabbitMQ node is chosen in case the one we are currently connected to becomes unavailable. * Add openstack-db tag to Exec that run db-sync. Bug Fixes ********* * Fixes bug 1758133 to use the new driver path for Dell EMC PS Driver. * Notify Apache in case the API is served in that context when the API is supposed to be restarted, for instance due to configuration changes. Changes in puppet-cinder 11.5.0..11.6.0 --------------------------------------- 6d0fb61 Prepare a final release for Pike 918845d Notify not only cinder service, but also Apache bab841c import zuul job settings from project-config 1b94133 Add 'openstack-db' tag to db-sync Exec resource 28e69af Dell EMC PS: Fix the driver path 01d3e0e Configure secondary_san_password as secret 8265644 Add nfs_snapshot_support option 7f22337 Add some kombu options e48b746 Read os_region_name from cinder.conf when doing requests with the Openstack client ae0fef4 Zuul: Remove project name Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lib/puppet/provider/cinder.rb | 6 ++++++ manifests/api.pp | 1 + manifests/backend/dellsc_iscsi.pp | 2 +- manifests/backend/eqlx.pp | 2 +- manifests/backend/nfs.pp | 7 +++++++ manifests/db/sync.pp | 1 + manifests/init.pp | 8 ++++++++ metadata.json | 10 +++++----- .../notes/add-nfs_snapshot_support-1975a23455fd1353.yaml | 4 ++++ .../notes/add_rabbit_kombu_options-a282d4e697a30c03.yaml | 6 ++++++ releasenotes/notes/openstack_db_tag-a0c3d09e892eade0.yaml | 3 +++ releasenotes/notes/ps-driver-d428e372280c44e7.yaml | 5 +++++ releasenotes/notes/restart-apache-6b5d1e4ef37b7ff6.yaml | 5 +++++ spec/classes/cinder_db_sync_spec.rb | 2 ++ spec/classes/cinder_init_spec.rb | 1 + spec/classes/cinder_volume_eqlx_spec.rb | 2 +- spec/defines/cinder_backend_eqlx_spec.rb | 2 +- spec/defines/cinder_backend_nfs_spec.rb | 3 +++ 19 files changed, 62 insertions(+), 10 deletions(-)