[release-announce] [puppet] puppet-murano 12.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Nov 13 09:28:43 UTC 2017


We are tickled pink to announce the release of:

puppet-murano 12.0.0: Puppet module for OpenStack Murano

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

12.0.0
^^^^^^

New Features

* Keystone API v2.0 has been removed and we need to add domain
  parameters to keystone_authtoken section so that it works with API
  v3. New parameters have been added to murano class, user_domain_name
  and project_domain_name.

* Add new parameter "workers" for api, the number of murano-api
  workers.

* Add new parameter "service_url" to override the murano-api url
  setting. Because when loadbalancer in front of murano-api terminates
  SSL, the murano api url should be with https while use_ssl is false.

Changes in puppet-murano 11.3.0..12.0.0
---------------------------------------

9f05b27 Fix murano base provider
6dccd99 Add Puppet package to bindep, for module build
47ea297 Prepare for Queens Milestone 1
d1adc5f Add service_url parameter for url override
fd696ed Accept empty strings for log_dir
bc7db84 Add parameters for keystone API v3
fb9487b Switch murano auth provider to keystone v3
8b0f0b5 Update to the latest address in README
5c7302f Update openstackdocstheme to latest version
f2870f3 Add api_workers into config and change to use engine_workers
6ab2fdc Properly sanitize murano package-list output before using it
1ad4fd2 Revert "Sanitize murano package-list output before using it"
0809531 Sanitize murano package-list output before using it
02b84aa Fix amqp_durable_queues missing issue
d287551 Use Python to compute release notes version
675d9c7 Update engine workers default number
514d254 Update versions for Queens cycle
e3f05b3 Update reno for stable/pike
9365f21 Update reno>=2.5.0


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

README.md                                          |  2 +-
bindep.txt                                         |  1 +
lib/puppet/provider/murano.rb                      | 24 ++++++--
lib/puppet/provider/murano_application/murano.rb   | 15 ++++-
manifests/api.pp                                   |  6 ++
manifests/engine.pp                                |  6 +-
manifests/init.pp                                  | 66 ++++++++++++++++------
manifests/logging.pp                               |  6 +-
metadata.json                                      |  8 +--
.../add-parameters-for-v3-56157ca2c4993bc1.yaml    |  6 ++
...add_api_workers_parameter-dbbc244aa5fe35f0.yaml |  3 +
...add_service_url_parameter-769ae4ab5064c053.yaml |  5 ++
releasenotes/source/conf.py                        |  4 +-
releasenotes/source/index.rst                      |  1 +
releasenotes/source/pike.rst                       |  6 ++
spec/classes/murano_api_spec.rb                    |  7 ++-
spec/classes/murano_engine_spec.rb                 |  6 +-
spec/classes/murano_init_spec.rb                   | 28 ++++++---
spec/unit/provider/murano_spec.rb                  | 62 ++++++++++++--------
test-requirements.txt                              |  5 +-
20 files changed, 189 insertions(+), 78 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 629ab00..8db5c0d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3 +3 @@ sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.16.0 # Apache-2.0
+openstackdocstheme>=1.17.0 # Apache-2.0
@@ -6,2 +6 @@ openstackdocstheme>=1.16.0 # Apache-2.0
-# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995
-reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list