We are pumped to announce the release of: puppet-barbican 14.3.0: Puppet module for Barbican This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-barbican/ 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-barbican 14.2.0..14.3.0 ----------------------------------------- 671bc57 Prepare Stein M3 018dd12 Add release note about Ubuntu py3 upgrade ef6070b Use validate_legacy 26abc42 Service_token_roles_required missing in the server config file af1c748 Change wiki to docs 6585069 Use puppet 4 compatible mysql functions c6ae596 Remove Ubuntu Xenial from metadata.json 7abdd7c Fix openstackclient spec test 2879f0a Fix lint issue 9ec8f9c Remove redundantly tested code 2487fd2 Inherit pyvers from openstacklib::defaults cac3c2f Modify puppet version 4 to 5 Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- manifests/config.pp | 4 +- manifests/db.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-4c7a1aa31c88dcbf.yaml | 4 + .../release-note-ubuntu-py3-c434af51d53710d5.yaml | 10 ++ ...vice_token_roles_required-97c9d8c94d9dbabd.yaml | 5 + spec/classes/barbican_api_logging_spec.rb | 34 +++--- spec/classes/barbican_client_spec.rb | 12 +- spec/classes/barbican_db_spec.rb | 124 +++------------------ spec/classes/barbican_keystone_authtoken_spec.rb | 3 + 15 files changed, 85 insertions(+), 154 deletions(-)