[release-announce] puppet-cinder 18.1.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 18 22:11:28 UTC 2021


We are ecstatic to announce the release of:

puppet-cinder 18.1.0: Puppet module for OpenStack Cinder

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

18.1.0
^^^^^^


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

* Added ability to set "enable_force_upload" option in the "cinder"
  class

* Adds db_sync_timeout parameter to db sync.

* The following two parameters have been added to the
  "cinder::backup" class, to support the corresponding parameters to
  define concurrency of cinder-backup.

  * "backup_workers"

  * "backup_max_operations"

* The new "cinder::keystone::authtoken::service_type" parameter has
  been added to configure the service_type parameter in authtoken
  middleware.


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

* allow_insecure_clients option is now deprecated for removal, the
  parameter has no effect.

* The following options have been deprecated, as those options have
  been moved to cinder::db class.

  * "cinder::database_connection"

  * "cinder::database_idle_timeout"

  * "cinder::database_max_overflow"

  * "cinder::database_max_pool_size"

  * "cinder::database_max_retries"

  * "cinder::database_retry_interval"

Changes in puppet-cinder 18.0.0..18.1.0
---------------------------------------

85edff7 Prepare Wallaby M1
0f2219c Allow db sync timeouts to be configurable
23da46b Replace deprecated UPPER_CONSTRAINTS_FILE variable
8623b59 Build containers for single consumer job
4b10853 Added support for enable_force_upload option in cinder class
75a506e Deprecate allow_insecure_clients option
43ef177 Fix outdated files
7e68403 Remove the wrongly placed release note file
ab9b3a9 Fix the misplaced release note file
4ec9e95 Deprecate database options from the cinder class
7767056 Add support to set concurrency of cinder-backup
62f93b6 Add support for the keystone_authtoken/service_type parameter


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

.zuul.yaml                                         |   1 +
manifests/backup.pp                                |  31 +++--
manifests/db/sync.pp                               |   8 +-
manifests/init.pp                                  | 148 +++++++++++++--------
manifests/keystone/authtoken.pp                    |   7 +
.../notes/nova-class-24c2c12b8d422aee.yaml         |   5 -
metadata.json                                      |  10 +-
...nable_force_upload-option-0c91071ed62d1a70.yaml |   4 +
.../add_db_sync_timeout-bea2ebf6564d0990.yaml      |   3 +
.../notes/backup-concurrency-bedc9f5d4645b0f3.yaml |   9 ++
...w_insecure_clients-option-ac8a4c45923291c0.yaml |   4 +
...eprecate_database_options-3abedcf672a6650f.yaml |  12 ++
...ne-authtoken-service_type-c3963a3f6064050c.yaml |   5 +
spec/classes/cinder_backup_spec.rb                 |  24 +++-
spec/classes/cinder_db_sync_spec.rb                |   7 +-
spec/classes/cinder_init_spec.rb                   |  29 ++--
spec/classes/cinder_keystone_authtoken_spec.rb     |   3 +
spec/classes/cinder_volume_spec.rb                 |   2 +-
tox.ini                                            |   2 +-
19 files changed, 213 insertions(+), 101 deletions(-)







More information about the Release-announce mailing list