[release-announce] puppet-murano 20.2.0 (yoga)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 14 17:38:06 UTC 2022


We are chuffed to announce the release of:

puppet-murano 20.2.0: Puppet module for OpenStack Murano

This release is part of the yoga release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/puppet-murano/+bugs

For more details, please see below.

20.2.0
^^^^^^


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

* The new "murano::keystone::authtoken" class has been added.

* Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.

* The following three parameters have been removed.

  * "murano::database_min_pool_size"

  * "murano::db::database_min_pool_size"

  * "murano::db_cfapi::database_min_pool_size"


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

* The following parameters of the "murano" class have been
  deprecated and will be removed in a future release. The
  "murano::keystone::authtoken" should be used instead.

  * "www_authenticate_uri"

  * "identity_uri"

  * "admin_user"

  * "admin_password"

  * "admin_tenant_name"

  * "user_domain_name"

  * "project_domain_name"

  * "memcached_servers"

Changes in puppet-murano 20.1.0..20.2.0
---------------------------------------

4145e07 Prepare Yoga M3
8c5f478 Add CentOS/RHEL 9 to supported operating systems
a3599fc CentOS 9: Disable unit tests dependent on puppet-postgresql
621d7c5 Remove deprecated database_min_pool_size
7cae4ca Do not test detail of keystone::auth::service_identity
183e14a Create a separate class to manage authtoken parameters
a125465 Avoid testing details of oslo::db


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

manifests/db.pp                                    |  12 -
manifests/db_cfapi.pp                              |  12 -
manifests/init.pp                                  |  79 +++---
manifests/keystone/authtoken.pp                    | 281 +++++++++++++++++++++
metadata.json                                      |  14 +-
.../notes/authtoken-opts-62d2537d52e7c14a.yaml     |  19 ++
.../notes/centos-9-support-9ccee49a6af71fbe.yaml   |   4 +
...ve-database_min_pool_size-2589b19c030e180d.yaml |   8 +
spec/classes/murano_db_cfapi_spec.rb               |   8 +-
spec/classes/murano_db_postgresql_cfapi_spec.rb    |   5 +-
spec/classes/murano_db_postgresql_spec.rb          |   5 +-
spec/classes/murano_init_spec.rb                   |  26 --
spec/classes/murano_keystone_auth_spec.rb          | 121 ++++-----
spec/classes/murano_keystone_authtoken_spec.rb     | 152 +++++++++++
spec/classes/murano_keystone_cfapi_auth_spec.rb    | 108 ++++----
15 files changed, 632 insertions(+), 222 deletions(-)







More information about the Release-announce mailing list