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

no-reply at openstack.org no-reply at openstack.org
Thu Mar 14 10:46:02 UTC 2019


We are thrilled to announce the release of:

puppet-watcher 14.3.0: Puppet module for OpenStack Watcher

This release is part of the stein release series.

Download the package from:

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

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-watcher 14.2.0..14.3.0
----------------------------------------

2cf783b Prepare Stein M3
e643d38 Add release note about Ubuntu py3 upgrade
7ea21f6 Use validate_legacy
a3f83df Service_token_roles_required missing in the server config file
8ff896b Change wiki to docs
29d293d Use puppet 4 compatible mysql functions
c51060a Remove Ubuntu Xenial from metadata.json
1a8f58e Fix openstackclient spec test
02fe350 Fix lint issue
231dde8 Remove redundantly tested code
4eadce4 Inherit pyvers from openstacklib::defaults
67e1d43 Modify puppet version 4 to 5


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

README.md                                          |  2 +-
manifests/api.pp                                   |  2 +-
manifests/config.pp                                |  2 +-
manifests/db.pp                                    |  4 +-
manifests/db/mysql.pp                              |  4 +-
manifests/decision_engine.pp                       |  2 +-
manifests/keystone/authtoken.pp                    | 10 ++-
manifests/params.pp                                | 12 +---
manifests/policy.pp                                |  3 +-
metadata.json                                      | 13 ++--
.../notes/puppet4-mysql-func-6d6424c84aff4a6c.yaml |  4 ++
.../release-note-ubuntu-py3-1e6f7db20e3428b0.yaml  | 10 +++
...vice_token_roles_required-a4f14cc2f29c8c12.yaml |  5 ++
spec/classes/watcher_client_spec.rb                |  6 +-
spec/classes/watcher_db_spec.rb                    | 76 +++-------------------
spec/classes/watcher_init_spec.rb                  |  2 +
spec/classes/watcher_keystone_authtoken_spec.rb    |  3 +
spec/classes/watcher_logging_spec.rb               | 34 +++++-----
spec/classes/watcher_wsgi_apache_spec.rb           |  2 +-
19 files changed, 81 insertions(+), 115 deletions(-)







More information about the Release-announce mailing list