[release-announce] [puppet] puppet-cinder 13.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 19 21:33:21 UTC 2018


We are amped to announce the release of:

puppet-cinder 13.0.0: Puppet module for OpenStack Cinder

This release is part of the rocky release series.

Download the package from:

    https://tarballs.openstack.org/puppet-cinder/

For more details, please see below.

13.0.0
^^^^^^


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

* Adds the pool_timeout option for configuring oslo.db. This will
  configure this value for pool_timeout with SQLAlchemy.

* Add openstack-db tag to Exec that run db-sync.


Upgrade Notes
*************

* Deprecated keystone::authtoken::revocation_cache_time option has
  been removed.


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

* The nova_catalog_admin_info parameter was deprecated from cinder
  and is no longer being used in the cinder code-base. So, the
  parameter with the same name in the api.pp manifest was set as
  deprecated as well.

* auth_uri is deprecated and will be removed in a future release.
  Please use www_authenticate_uri instead.


Bug Fixes
*********

* Fixes bug 1753596 so the backend_host option is set in each
  cinder- volume backend driver's section, and not in the DEFAULT
  section where the option isn't relevant.

* Fixes bug 1758133 to use the new driver path for Dell EMC PS
  Driver.

* Fixes bug 1758145 to ignore the excluded_domain_ip Dell EMC SC
  Driver when blank.


Other Notes
***********

* A previous deprecation notice stated the host option was
  deprecated in favor of the backend_host option. This was misleading
  because the note failed to clarify this only applied to options in
  the cinder- volume backend driver sections. In the DEFAULT section,
  the host option is not deprecated, and the backend_host option isn't
  relevant.

* Remove deprecated cinder::backup::backup_topic option.

Changes in puppet-cinder 12.3.0..13.0.0
---------------------------------------

a18a660 Prepare Rocky M1
87fe18b Fix default value description
9bc86dd Debian is using python3-clientclient
c450673 Add warning for nova_catalog_admin_info option
bd2c7d0 Update .gitignore
8bffeef Deprecate cinder::api::nova_catalog_admin_info parameter
9b81d65 Remove useless code for sync.pp
090ba06 Update LICENSE
e916d71 Deprecate auth_uri option
3631e9c Add NVMeOF backend
624020c Configure secondary_san_password as secret
a897fe3 Dell EMC SC: Fix the excluded_domain_ip value
ef9305e Remove deprecated keystone authtoken revocation_cache_time option
75c62af Dell EMC PS: Fix the driver path
9cc2696 Add pool_timeout option
29c5701 oslo middleware: check puppet resource instead of actual config in spec
9e31a40 Add 'openstack-db' tag to db-sync Exec resource
bec1827 Fix location where backend_host is configured
402d614 fix mysql connection
bb3ba0d Follow the new PTI for document build
0cec98d Remove deprecated backup_topic option
a5b7dd6 Update reno for stable/queens


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

.gitignore                                         |   3 +-
LICENSE                                            | 183 +++++++++++++++++++--
lib/puppet/provider/cinder.rb                      |   4 +-
manifests/api.pp                                   |  17 +-
manifests/backend/dellsc_iscsi.pp                  |   9 +-
manifests/backend/eqlx.pp                          |   2 +-
manifests/backend/nvmeof.pp                        |  71 ++++++++
manifests/backend/rbd.pp                           |  17 +-
manifests/backends.pp                              |  15 ++
manifests/backup.pp                                |  12 --
manifests/db.pp                                    |   6 +
manifests/db/sync.pp                               |   2 +-
manifests/init.pp                                  |  21 ++-
manifests/keystone/authtoken.pp                    |  20 +--
manifests/params.pp                                |   8 +-
metadata.json                                      |   8 +-
...e-nova_catalog_admin_info-6e006bbd8126ef92.yaml |   6 +
...ool_timeout-option-for-db-804df917277701b0.yaml |   5 +
...recate_auth_uri_parameter-a30b9e7c7d8cee38.yaml |   4 +
.../fix-backend_host-usage-316f4fb0f2ef6dae.yaml   |  14 ++
.../notes/openstack_db_tag-a0c3d09e892eade0.yaml   |   3 +
releasenotes/notes/ps-driver-d428e372280c44e7.yaml |   5 +
...e_deprecated_backup_topic-87135ef21d091345.yaml |   3 +
...ocation_cache_time_option-afa98558c36ec5d0.yaml |   3 +
releasenotes/notes/sc-driver-d428e372280c44e8.yaml |   5 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/queens.rst                     |   6 +
spec/classes/cinder_api_spec.rb                    |   9 +-
spec/classes/cinder_backends_spec.rb               |  23 +++
spec/classes/cinder_client_spec.rb                 |  15 +-
spec/classes/cinder_db_spec.rb                     |   7 +-
spec/classes/cinder_db_sync_spec.rb                |   2 +
spec/classes/cinder_init_spec.rb                   |  16 +-
spec/classes/cinder_keystone_authtoken_spec.rb     |   6 +-
spec/defines/cinder_backend_eqlx_spec.rb           |   2 +-
spec/defines/cinder_backend_nvmeof_spec.rb         |  45 +++++
spec/unit/provider/cinder_spec.rb                  |  20 +--
test-requirements.txt                              |   6 -
tox.ini                                            |   2 +-
40 files changed, 500 insertions(+), 112 deletions(-)







More information about the Release-announce mailing list