[release-announce] [puppet] puppet-cinder 11.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 12 18:33:54 UTC 2017


We jubilantly announce the release of:

puppet-cinder 11.0.0: Puppet module for OpenStack Cinder

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

11.0.0
^^^^^^


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

* Add new parameter "notification_topics", AMQP topic used for
  OpenStack notifications.


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

* Removing the Dell EqualLogic driver's deprecated configuration
  options. Please replace old options in your cinder.conf with the new
  one.

  * Removed - eqlx_cli_timeout

  * Replaced with - ssh_conn_timeout

  * Removed - eqlx_use_chap

  * Replaced with - use_chap_auth

  * Removed - eqlx_chap_login

  * Replaced with - chap_username

  * Removed - eqlx_chap_password

  * Replaced with - chap_password

Changes in puppet-cinder 10.3.0..11.0.0
---------------------------------------

219ea60 oslo db: check puppet resource instead of actual config in spec
3d95310 Drop -dev for release prep
50c1efb Password should be secured
6db7aaa Update test-requirements.txt
e08195a oslo log: check puppet resource instead of actual config in spec
51dcfca Fix typo
56f88be rabbitmq SSL: check puppet resource instead of actual config
dff1b16 Remove the eqlx deprecated options
ade77c9 Prepare Pike metadata
79f6860 Remove rpc_backend check for amqp
19dbe23 Add notification_topics option
9f00a01 Update reno for stable/ocata


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

manifests/backend/emc_vnx.pp                       |   2 +-
manifests/backend/eqlx.pp                          |  70 ++--------
manifests/backend/gpfs.pp                          |   2 +-
manifests/backup/tsm.pp                            |   2 +-
manifests/ceilometer.pp                            |   6 +
metadata.json                                      | 154 ++++++++++-----------
...g_notification_parameters-871a2345ef981235.yaml |   4 +
...ve-eqlx-deprecated-options-a3898135d783f4e.yaml |  15 ++
releasenotes/source/conf.py                        |  12 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/ocata.rst                      |   6 +
spec/classes/cinder_backup_tsm_spec.rb             |   4 +-
spec/classes/cinder_ceilometer_spec.rb             |   2 +
spec/classes/cinder_db_spec.rb                     |  36 ++---
spec/classes/cinder_init_spec.rb                   |  40 +++---
spec/classes/cinder_logging_spec.rb                | 102 +++++++-------
spec/defines/cinder_backend_emc_vnx_spec.rb        |   2 +-
spec/defines/cinder_backend_vmdk_spec.rb           |   2 +-
test-requirements.txt                              |  10 +-
19 files changed, 228 insertions(+), 244 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index baa2346..1ea50a8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,3 +1,5 @@
-# this is required for the docs build jobs
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslosphinx>=2.5.0 # Apache-2.0
+# This is required for the docs build jobs
+sphinx>=1.5.1  # BSD
+oslosphinx>=4.7.0  # Apache-2.0
+
+# This is required for the releasenotes build jobs
@@ -5 +7 @@ oslosphinx>=2.5.0 # Apache-2.0
-reno>=0.1.1,!=2.0.0 # Apache-2.0
+reno>=1.8.0,!=2.0.0  # Apache-2.0





More information about the Release-announce mailing list