We are chuffed to announce the release of: puppet-oslo 14.3.0: Puppet module for Oslo This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-oslo/ 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 ************ * Add possibility to configure the size of executor thread pool. * Added new parameter oslo::db::config_group that can be used to tell the oslo::db resource in which config section in the configuration file it should set the oslo.db specific database options. This doesn't change any existing behavior and the default value is "database", this is to support services like Placement that reads database config from "placement_database" group. * Added new Oslo::Dbconn data type that can be used to validate a database connection pattern. Upgrade Notes ************* * 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-oslo 14.2.0..14.3.0 ------------------------------------- 605aca9 Prepare Stein M3 4d1e9fe Add release note about Ubuntu py3 upgrade 39bd0df Use validate_legacy e1aeb88 Add Oslo::Dbconn data type bf4076a Remove Ubuntu Xenial from metadata.json 2db95e6 Add config group support to oslo::db 7742cb2 Inherit pyvers from openstacklib::defaults 1ff8829 Modify puppet version 4 to 5 20dffc0 Expose executor_thread_pool_size Diffstat (except docs and test files) ------------------------------------- manifests/db.pp | 53 +++++++++------- manifests/log.pp | 2 +- manifests/messaging/default.pp | 18 ++++-- manifests/params.pp | 14 ++-- metadata.json | 7 +- ...executor_thread_pool_size-1382ff07a6808402.yaml | 3 + .../oslo-db-config-group-4502ce93406f57b4.yaml | 9 +++ .../notes/oslo-db-type-50bc9f614d50689a.yaml | 5 ++ .../release-note-ubuntu-py3-efe7fb76645d4dab.yaml | 10 +++ spec/defines/oslo_cache_spec.rb | 12 +--- spec/defines/oslo_db_spec.rb | 74 ++++++++++++++-------- spec/defines/oslo_messaging_default_spec.rb | 9 ++- types/dbconn.pp | 1 + 13 files changed, 133 insertions(+), 84 deletions(-)