[puppet] puppet-cinder 12.2.0 (queens)
We high-spiritedly announce the release of: puppet-cinder 12.2.0: Puppet module for OpenStack Cinder This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/puppet-cinder/ For more details, please see below. 12.2.0 ^^^^^^ New Features ************ * Add new parameter "nfs_qcow2_volumes" to configure that create volumes as QCOW2 files rather than raw files. * Adds the use_journal option for configuring oslo.log. This will enable passing the logs to journald. Other Notes *********** * Changed the default value of cinder::backup::swift::backup_swift_container to volumebackups. This matches the default from tht and removes a warning. Changes in puppet-cinder 12.1.0..12.2.0 --------------------------------------- 35e157c Prepare for Queens Milestone 3 d9a2472 fix cinder spelling afcf5f5 Remove pinned versions from test-requirements.txt f763d7e Add use_journal option for logging configuration f59554f Add group to policy management 88dac20 Fixed Dell EMC VMax driver parameter typo deae719 Change default value of backup_swift_container to match tht f6fe6a0 Add nfs_qcow2_volumes option ba1f77f Run puppet-openstack-beaker-jobs Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 +++++++ manifests/backend/bdd.pp | 2 +- manifests/backend/dellemc_vmax_iscsi.pp | 4 ++-- manifests/backend/dellemc_xtremio_iscsi.pp | 2 +- manifests/backend/dellsc_iscsi.pp | 2 +- manifests/backend/emc_vnx.pp | 2 +- manifests/backend/eqlx.pp | 2 +- manifests/backend/glusterfs.pp | 2 +- manifests/backend/gpfs.pp | 2 +- manifests/backend/hpe3par_iscsi.pp | 2 +- manifests/backend/hpelefthand_iscsi.pp | 2 +- manifests/backend/iscsi.pp | 2 +- manifests/backend/netapp.pp | 2 +- manifests/backend/nexenta.pp | 2 +- manifests/backend/nexenta_edge.pp | 2 +- manifests/backend/nfs.pp | 8 +++++++- manifests/backend/pure.pp | 2 +- manifests/backend/quobyte.pp | 2 +- manifests/backend/rbd.pp | 2 +- manifests/backend/san.pp | 2 +- manifests/backend/scaleio.pp | 2 +- manifests/backend/solidfire.pp | 2 +- manifests/backend/veritas_hyperscale.pp | 2 +- manifests/backend/vmdk.pp | 2 +- manifests/backup/swift.pp | 9 ++------- manifests/logging.pp | 8 +++++++- manifests/params.pp | 1 + manifests/policy.pp | 16 +++++++++++++--- metadata.json | 8 ++++---- .../notes/add-nfs_qcow2_volumes-1398a245687e13fd.yaml | 4 ++++ ...-use_journal-option-for-logging-b58b64d730051e28.yaml | 5 +++++ .../change-backup-swift-container-4fa57507543fdda3.yaml | 5 +++++ spec/classes/cinder_backup_swift_spec.rb | 2 +- spec/classes/cinder_logging_spec.rb | 13 ++++++++----- spec/classes/cinder_policy_spec.rb | 7 ++++--- spec/defines/cinder_backend_nfs_spec.rb | 3 +++ test-requirements.txt | 6 +++--- 37 files changed, 97 insertions(+), 51 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 8db5c0d..aa9dd6b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,2 +2,2 @@ -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx # BSD +openstackdocstheme # Apache-2.0 @@ -6 +6 @@ openstackdocstheme>=1.17.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +reno # Apache-2.0
participants (1)
-
no-reply@openstack.org