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

no-reply at openstack.org no-reply at openstack.org
Wed Apr 12 18:37:09 UTC 2017


We are ecstatic to announce the release of:

puppet-sahara 11.0.0: Puppet module for OpenStack Sahara

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

11.0.0
^^^^^^


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

* Allow to configure authtoken parameters, useful when running
  Keystone v3 API. This class is sahara::keystone::authtoken and
  parameters are consistent with other modules.


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

* sahara::admin_user, sahara::admin_password, sahara::auth_uri,
  sahara::identity_uri, sahara::admin_tenant_name and
  sahara::memcached_servers are deprecated. Please use
  sahara::keystone::authtoken::* parameters instead.


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

* Remove deprecated sahara::notify::enable_notifications parameter.

* Remove deprecated sahara::notify::control_exchange parameter.

* Remove deprecated sahara::notify::notification_level parameter.

Changes in puppet-sahara 10.3.0..11.0.0
---------------------------------------

f750852 Drop -dev for release prep
a447bb6 Update test-requirements.txt
2be8adf oslo log: check puppet resource instead of actual config in spec
5cd94db rabbitmq SSL: check puppet resource instead of actual config
7636b48 Remove deprecated notification parameters
11c2455 Prepare Pike metadata
93f6695 Add support for keystone authtoken parameters
0d0cf36 Remove rpc_backend check for amqp
1ece82e Update reno for stable/ocata


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

examples/basic.pp                                  |  10 +-
manifests/init.pp                                  |  91 ++++---
manifests/keystone/authtoken.pp                    | 277 +++++++++++++++++++++
manifests/notify.pp                                |  37 +--
metadata.json                                      | 153 ++++++------
releasenotes/notes/authtoken-c3466f4f6028a182.yaml |   9 +
...ted-notifications-options-81a359d87135f912.yaml |   5 +
releasenotes/source/conf.py                        |  12 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/ocata.rst                      |   6 +
spec/acceptance/basic_sahara_spec.rb               |   8 +-
spec/classes/sahara_init_spec.rb                   |  45 +---
spec/classes/sahara_keystone_authtoken_spec.rb     | 149 +++++++++++
spec/classes/sahara_logging_spec.rb                |  91 +++----
spec/classes/sahara_notify_spec.rb                 |   2 -
test-requirements.txt                              |  10 +-
16 files changed, 648 insertions(+), 258 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