puppet-designate 14.3.0 (stein)
We are delighted to announce the release of: puppet-designate 14.3.0: Puppet module for OpenStack Designate This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-designate/ 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-designate 14.2.0..14.3.0 ------------------------------------------ 5c19836 Prepare Stein M3 f9d2e2c Add release note about Ubuntu py3 upgrade d83b0da Use validate_legacy 4055441 Service_token_roles_required missing in the server config file e63fec3 Use puppet 4 compatible mysql functions b22f1c6 Remove Ubuntu Xenial from metadata.json 37ea75e Fix lint issue da20139 Inherit pyvers from openstacklib::defaults efec52e Modify puppet version 4 to 5 Diffstat (except docs and test files) ------------------------------------- manifests/config.pp | 6 ++-- manifests/db.pp | 4 +-- manifests/db/mysql.pp | 2 +- manifests/db/powerdns/mysql.pp | 2 +- manifests/keystone/authtoken.pp | 8 ++++++ manifests/params.pp | 10 ++----- manifests/policy.pp | 2 +- manifests/pool.pp | 12 ++++---- manifests/pool_manager_cache/memcache.pp | 2 +- manifests/pool_nameserver.pp | 5 ++-- manifests/pool_target.pp | 5 ++-- metadata.json | 15 ++++++---- .../notes/puppet4-mysql-func-2c9ccc1e98ad0af3.yaml | 4 +++ .../release-note-ubuntu-py3-7153ae98c4888c87.yaml | 10 +++++++ ...vice_token_roles_required-801e592ee2ea8bb9.yaml | 5 ++++ spec/classes/designate_client_spec.rb | 6 +--- spec/classes/designate_db_spec.rb | 4 +-- spec/classes/designate_keystone_authtoken_spec.rb | 3 ++ spec/classes/designate_logging_spec.rb | 32 +++++++++++----------- 19 files changed, 82 insertions(+), 55 deletions(-)
participants (1)
-
no-reply@openstack.org