[release-announce] puppet-cinder 12.4.1 (queens)

no-reply at openstack.org no-reply at openstack.org
Fri Nov 23 05:44:24 UTC 2018


We are ecstatic to announce the release of:

puppet-cinder 12.4.1: Puppet module for OpenStack Cinder

This release is part of the queens stable release series.

Download the package from:

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

For more details, please see below.

12.4.1
^^^^^^


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

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


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

* storage_vnx_pool_name is deprecated and will be removed in a
  future release. Please use storage_vnx_pool_names 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.


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.

Changes in puppet-cinder 12.4.0..12.4.1
---------------------------------------

1a0856a Release 12.4.1
7a15cb9 Set rbd_cluster_name to cope with custom cluster names
22ee15c import zuul job settings from project-config
cc3ece0 Update Gemfile to pull spec_helper from stable/queens
7472908 Make providers use auth_url for authentication
641e036 Add 'openstack-db' tag to db-sync Exec resource
9400988 [VNX Cinder] Deprecate option storage_vnx_pool_name
24fd4bd Revert "Restore iscsi loopback LVM volume group on startup"
4011a82 Configure secondary_san_password as secret
c57c842 Fix location where backend_host is configured


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

.zuul.yaml                                         |  1 +
Gemfile                                            |  1 +
lib/puppet/provider/cinder.rb                      |  4 ++--
manifests/backend/dellsc_iscsi.pp                  |  2 +-
manifests/backend/emc_vnx.pp                       | 20 +++++++++++++----
manifests/backend/rbd.pp                           | 26 ++++++++++++++++------
manifests/backends.pp                              | 15 +++++++++++++
manifests/db/sync.pp                               |  1 +
manifests/init.pp                                  | 21 +++++++++--------
manifests/setup_test_volume.pp                     |  8 -------
metadata.json                                      |  4 ++--
...ate-storage_vnx_pool_name-a89ae51a3e4f73df.yaml |  4 ++++
.../fix-backend_host-usage-316f4fb0f2ef6dae.yaml   | 14 ++++++++++++
.../notes/openstack_db_tag-a0c3d09e892eade0.yaml   |  3 +++
spec/classes/cinder_backends_spec.rb               | 23 +++++++++++++++++++
spec/classes/cinder_db_sync_spec.rb                |  2 ++
spec/classes/cinder_init_spec.rb                   | 14 +++---------
spec/classes/cinder_setup_test_volume_spec.rb      |  4 ----
spec/defines/cinder_backend_emc_vnx_spec.rb        | 10 ++++-----
spec/defines/cinder_backend_rbd_spec.rb            |  2 ++
spec/unit/provider/cinder_spec.rb                  |  4 ++--
21 files changed, 126 insertions(+), 57 deletions(-)







More information about the Release-announce mailing list