[release-announce] puppet-aodh 14.3.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 14 10:38:26 UTC 2019


We joyfully announce the release of:

puppet-aodh 14.3.0: Puppet module for OpenStack Aodh

This release is part of the stein release series.

Download the package from:

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

For more details, please see below.

14.3.0
^^^^^^


Prelude
*******

In this release Ubuntu has moved all projects that supported it to
python3 which means that there will be a lot of changes. The Puppet
OpenStack project does not test the upgrade path from python2 to
python3 packages so there might be manual steps required when moving
to the python3 packages.


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

* Service_token_roles_required missing in the server config file
  which allows backwards compatibility to ensure that the service
  tokens are compared against a list of possible roles for validity.


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

* This module now requires a puppetlabs-mysql version >= 6.0.0

* Ubuntu packages are now using python3, the upgrade path is not
  tested by Puppet OpenStack. Manual steps may be required when
  upgrading.

Changes in puppet-aodh 14.2.0..14.3.0
-------------------------------------

212f683 Fix typo
b40e419 Prepare Stein M3
984db87 Add release note about Ubuntu py3 upgrade
d3b2dd8 Service_token_roles_required missing in the server config file
3690af9 Use validate_legacy
3049eb7 Remove Ubuntu Xenial from metadata.json
58d359c Use puppet 4 compatible mysql functions
9849c48 Fix lint issue
758c0dd Remove redundantly tested code
abbef3e Inherit pyvers from openstacklib::defaults
d4951e2 Modify puppet version 4 to 5


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

manifests/config.pp                                |   4 +-
manifests/db/mysql.pp                              |   4 +-
manifests/keystone/authtoken.pp                    |   8 ++
manifests/params.pp                                |   8 +-
manifests/policy.pp                                |   2 +-
metadata.json                                      |  15 +--
.../notes/puppet4-mysql-func-ed248d671e0622c7.yaml |   4 +
.../release-note-ubuntu-py3-f90334f338d0bcfb.yaml  |  10 ++
...vice_token_roles_required-b205ae3274e65db4.yaml |   5 +
spec/classes/aodh_client_spec.rb                   |   8 +-
spec/classes/aodh_db_spec.rb                       | 118 ++-------------------
spec/classes/aodh_evaluator_spec.rb                |   4 +-
spec/classes/aodh_keystone_authtoken_spec.rb       |   3 +
spec/classes/aodh_logging_spec.rb                  |  32 +++---
14 files changed, 76 insertions(+), 149 deletions(-)







More information about the Release-announce mailing list