[release-announce] puppet-freezer 3.4.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 21 17:45:19 UTC 2019


We are delighted to announce the release of:

puppet-freezer 3.4.0: Puppet module for OpenStack freezer

This release is part of the stein release series.

Download the package from:

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

For more details, please see below.

3.4.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-freezer 3.2.0..3.4.0
--------------------------------------

136f1bf Prepare Stein RC1
64dbb4a Prepare Stein M3
89c8c7c Add release note about Ubuntu py3 upgrade
e54dc55 Use validate_legacy
2b5fdba Service_token_roles_required missing in the server config file
0a890b9 Change wiki to docs
e34af1e Use puppet 4 compatible mysql functions
896753f Remove Ubuntu Xenial from metadata.json
c537994 Fix lint issue
b0903fa Add freezer::deps to freezer::db
2958186 Remove redundantly tested code
2a6342a Inherit pyvers from openstacklib::defaults
6e92f77 Add requirements in metadata.json


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

README.md                                          |  2 +-
manifests/config.pp                                |  4 +-
manifests/db.pp                                    |  6 +-
manifests/db/mysql.pp                              |  4 +-
manifests/keystone/authtoken.pp                    |  8 +++
manifests/params.pp                                |  7 +-
manifests/policy.pp                                |  2 +-
metadata.json                                      | 19 ++++--
.../notes/puppet4-mysql-func-66fc9e20bfccf6f5.yaml |  4 ++
.../release-note-ubuntu-py3-9ff03e7ac67f0df8.yaml  | 10 +++
...vice_token_roles_required-afb2c84dbd3faaff.yaml |  5 ++
spec/classes/freezer_client_spec.rb                |  6 +-
spec/classes/freezer_db_spec.rb                    | 78 +++-------------------
spec/classes/freezer_keystone_authtoken_spec.rb    |  3 +
spec/classes/freezer_logging_spec.rb               | 34 +++++-----
15 files changed, 83 insertions(+), 109 deletions(-)







More information about the Release-announce mailing list