[puppet] puppet-murano 11.0.0 (pike)
We are tickled pink to announce the release of: puppet-murano 11.0.0: Puppet module for OpenStack Murano This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-murano/ For more details, please see below. 11.0.0 ^^^^^^ New Features * Add new parameter "notification_transport_url", A URL representing the messaging driver to use for notifications and its full configuration. * Add new parameter "notification_topics", AMQP topic used for OpenStack notifications. Changes in puppet-murano 10.3.0..11.0.0 --------------------------------------- 6c278ab oslo db: check puppet resource instead of actual config in spec 153d182 Drop -dev for release prep 7fcc1d0 Update test-requirements.txt a94c3ec oslo log: check puppet resource instead of actual config in spec 52b5462 rabbitmq SSL: check puppet resource instead of actual config 1bd7a7b Add notification_transport_url and notification_topics options 7268d53 Prepare Pike metadata 0f6857f Update reno for stable/ocata c800286 Fix lint issue Diffstat (except docs and test files) ------------------------------------- manifests/init.pp | 137 ++++++++++++--------- metadata.json | 137 ++++++++++----------- ...g_notification_parameters-a23983453ad76fe1.yaml | 7 ++ releasenotes/source/conf.py | 12 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 + spec/classes/murano_config_spec.rb | 6 +- spec/classes/murano_db_spec.rb | 46 +++---- spec/classes/murano_init_spec.rb | 92 ++++++++------ spec/classes/murano_logging_cfapi_spec.rb | 92 +++++++------- spec/classes/murano_logging_spec.rb | 92 +++++++------- test-requirements.txt | 10 +- 12 files changed, 345 insertions(+), 293 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
participants (1)
-
no-reply@openstack.org