puppet-trove 14.3.0 (stein)
We are happy to announce the release of: puppet-trove 14.3.0: Puppet module for OpenStack Trove This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-trove/ 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-trove 14.2.0..14.3.0 -------------------------------------- fc5ad42 Prepare Stein M3 049b28d Change keystone v2.0 to v3 c79d187 Add release note about Ubuntu py3 upgrade 880b5e0 Use validate_legacy 4212800 Service_token_roles_required missing in the server config file c2c5c5f Use puppet 4 compatible mysql functions d3e724a Remove Ubuntu Xenial from metadata.json dcc0c9b Fix lint issue 51affa5 Remove redundantly tested code 4856ae2 Inherit pyvers from openstacklib::defaults 6f318cb Modify puppet version 4 to 5 Diffstat (except docs and test files) ------------------------------------- examples/site.pp | 6 +- manifests/config.pp | 11 ++- manifests/db.pp | 4 +- manifests/db/mysql.pp | 4 +- manifests/db/postgresql.pp | 2 +- manifests/keystone/authtoken.pp | 8 +++ manifests/params.pp | 8 +-- manifests/policy.pp | 2 +- metadata.json | 15 ++-- .../notes/puppet4-mysql-func-a6bf94ee5cb5980e.yaml | 4 ++ .../release-note-ubuntu-py3-73f045d7443fc9a6.yaml | 10 +++ ...vice_token_roles_required-a2d688ca8fc88039.yaml | 5 ++ spec/classes/trove_client_spec.rb | 6 +- spec/classes/trove_db_spec.rb | 80 +++------------------- spec/classes/trove_keystone_authtoken_spec.rb | 3 + spec/classes/trove_logging_spec.rb | 34 ++++----- 16 files changed, 82 insertions(+), 120 deletions(-)
participants (1)
-
no-reply@openstack.org