We are psyched to announce the release of: puppet-gnocchi 14.3.0: Puppet module for OpenStack Gnocchi This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-gnocchi/ 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 ************* * gnocchi::logging is now not included in init class by default. * 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. * The deprecated parameter auth_uri is now removed, please use www_authenticate_uri. Deprecation Notes ***************** * check_revocations_for_cached option is now deprecated for removal, the parameter has no effect. * hash_algorithms option is now deprecated for removal, the parameter has no effect. Changes in puppet-gnocchi 14.2.0..14.3.0 ---------------------------------------- 0fd08ad Prepare Stein M3 28d4966 Add release note about Ubuntu py3 upgrade 12dc265 Use validate_legacy 2a8829a Service_token_roles_required missing in the server config file 754abf0 Use puppet 4 compatible mysql functions bf5ce7f Remove Ubuntu Xenial from metadata.json 5bdc602 Fix lint issue a0fccec Change ubuntu to py3 6b21f1b Modify puppet version 4 to 5 7d11d77 fix wrong spelling of "configuration" Diffstat (except docs and test files) ------------------------------------- manifests/config.pp | 2 +- manifests/db.pp | 4 +-- manifests/db/mysql.pp | 4 +-- manifests/keystone/authtoken.pp | 8 +++++ manifests/params.pp | 38 +++++++--------------- manifests/policy.pp | 2 +- manifests/storage.pp | 9 ----- manifests/storage/ceph.pp | 10 ------ metadata.json | 15 +++++---- .../notes/puppet4-mysql-func-4d364d08e159b230.yaml | 4 +++ .../release-note-ubuntu-py3-4f70daa32cd6f04e.yaml | 10 ++++++ ...vice_token_roles_required-a35dbab612e8d796.yaml | 5 +++ spec/classes/gnocchi_api_spec.rb | 6 +--- spec/classes/gnocchi_client_spec.rb | 25 +++++--------- spec/classes/gnocchi_db_spec.rb | 7 +--- spec/classes/gnocchi_keystone_authtoken_spec.rb | 3 ++ spec/classes/gnocchi_logging_spec.rb | 12 +++---- spec/classes/gnocchi_storage_ceph_spec.rb | 20 ------------ spec/classes/gnocchi_storage_spec.rb | 28 ++-------------- spec/classes/gnocchi_wsgi_apache_spec.rb | 7 +--- 20 files changed, 77 insertions(+), 142 deletions(-)
participants (1)
-
no-reply@openstack.org