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

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


We are happy to announce the release of:

puppet-manila 13.0.0: Puppet module for OpenStack Manila

This release is part of the rocky release series.

Download the package from:

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

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.

* This patch adds following 3 options for DellEMC Unity driver: *
  network_plugin_ipv6_enabled: this option is set to True by default *
  emc_ssl_cert_verify: this option is set to False by default *
  emc_ssl_cert_path

* This patch adds following 3 options for DellEMC VNX driver: *
  network_plugin_ipv6_enabled: this option is set to True by default *
  emc_ssl_cert_verify: this option is set to False by default *
  emc_ssl_cert_path

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


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

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


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

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

Changes in puppet-manila 12.3.0..13.0.0
---------------------------------------

ca1671c Prepare Rocky M1
2151ab3 Update .gitignore
ca0953a Debian is using Python 3
9f65ebe Update DellEMC Manila Unity driver
54545cc Update DellEMC Manila VNX driver
244bf7f Fix class description
5c463da Add unit test for manila::compute::nova class
c8f6c03 Update LICENSE
f7f8cb0 Deprecate auth_uri option
c122e1e Remove deprecated keystone authtoken revocation_cache_time option
309d4a6 Add pool_timeout option
8213450 oslo middleware: check puppet resource instead of actual config in spec
627b5a1 Add 'openstack-db' tag to db-sync Exec resource
a5c18d4 Follow the new PTI for document build
075a39a Update reno for stable/queens


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

.gitignore                                         |   3 +-
LICENSE                                            | 183 +++++++++++++++++++--
manifests/backend/dellemc_unity.pp                 |  35 +++-
manifests/backend/dellemc_vnx.pp                   |  35 +++-
manifests/compute/nova.pp                          |   2 +-
manifests/db.pp                                    |   6 +
manifests/db/sync.pp                               |   1 +
manifests/keystone/authtoken.pp                    |  20 +--
manifests/params.pp                                |   7 +-
manifests/volume/cinder.pp                         |   2 +-
metadata.json                                      |  10 +-
...ool_timeout-option-for-db-931acdebaa940b48.yaml |   5 +
.../dellemc-unity-support-13151e66bae44974.yaml    |   7 +
.../dellemc-vnx-support-238ddf33cccfb73c.yaml      |   7 +
...recate_auth_uri_parameter-a62f029d62db64d6.yaml |   4 +
.../notes/openstack_db_tag-b328cfe24b29b287.yaml   |   3 +
...ocation_cache_time_option-8dfc4bf34bd28386.yaml |   3 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/queens.rst                     |   6 +
spec/classes/manila_api_spec.rb                    |   8 +-
spec/classes/manila_client_spec.rb                 |  11 +-
spec/classes/manila_compute_nova_spec.rb           |  56 +++++++
spec/classes/manila_db_spec.rb                     |   3 +
spec/classes/manila_db_sync_spec.rb                |   1 +
spec/classes/manila_keystone_authtoken_spec.rb     |   6 +-
spec/defines/manila_backend_dellemc_unity_spec.rb  |   6 +
spec/defines/manila_backend_dellemc_vnx_spec.rb    |  12 +-
test-requirements.txt                              |   6 -
tox.ini                                            |   2 +-
30 files changed, 398 insertions(+), 59 deletions(-)







More information about the Release-announce mailing list