We exuberantly announce the release of: puppet-vitrage 4.3.0: Puppet module for OpenStack Vitrage This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-vitrage/ For more details, please see below. 4.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-vitrage 4.2.0..4.3.0 -------------------------------------- 5d2e959 Prepare Stein M3 bfa686f Use validate_legacy 89ca7a0 Service_token_roles_required missing in the server config file 3af0316 Add release note about Ubuntu py3 upgrade 7579790 Remove Unknown variables 899f0ef Change wiki to docs 2f08f78 Use puppet 4 compatible mysql functions e5a32a8 Remove Ubuntu Xenial from metadata.json 1d362d0 Fix lint issue 9a22663 Remove redundantly tested code 33c8094 Inherit pyvers from openstacklib::defaults 8d11cff Modify puppet version 4 to 5 Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- manifests/config.pp | 4 +- manifests/db.pp | 26 +++----- manifests/db/mysql.pp | 4 +- manifests/keystone/authtoken.pp | 8 +++ manifests/params.pp | 8 +-- manifests/policy.pp | 3 +- metadata.json | 15 +++-- .../notes/puppet4-mysql-func-48990f554c142bf8.yaml | 4 ++ .../release-note-ubuntu-py3-7f6e78b71b71afbb.yaml | 10 +++ ...vice_token_roles_required-948303c22a9495b7.yaml | 5 ++ spec/classes/vitrage_client_spec.rb | 6 +- spec/classes/vitrage_db_spec.rb | 72 +++------------------- spec/classes/vitrage_keystone_authtoken_spec.rb | 3 + spec/classes/vitrage_logging_spec.rb | 32 +++++----- 15 files changed, 79 insertions(+), 123 deletions(-)