We eagerly announce the release of: puppet-openstacklib 17.1.0: Puppet module for OpenStack Openstacklib This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/puppet-openstacklib Download the package from: https://tarballs.openstack.org/puppet-openstacklib/ Please report issues through: https://bugs.launchpad.net/puppet-openstacklib/+bugs For more details, please see below. 17.1.0 ^^^^^^ Upgrade Notes ************* * This module now requires a puppetlabs-apache version >= 5.0.0 * Now this module requires puppetlabs-postgresql >= 6.4.0 . * Puppet 5 is now officially unsupported and support may be broken in any of the Puppet modules in this cycle. We recommend all deployments to start using Puppet 6 in this release. Deprecation Notes ***************** * The "password_hash" parameter in "openstacklib::db::mysql" and "openstacklib::db::postgresql" were deprecated and will be removed in a future release. Use the "password" parameter instead, so that password hash is generated from given user and password in puppet- openstacklib. Changes in puppet-openstacklib 16.3.0..17.1.0 --------------------------------------------- 8959ad8 Prepare Victoria M1 6d39c44 Switch to newer openstackdocstheme and reno versions 556f742 Remove usage of apache::vhost::wsgi_daemon_process_options e4b68e9 Generate password hash from password 62db9cc Bump version for the start of Victoria 79c976c Bump reno to 2.5.0 9d08100 Add CentOS8 to nodesets 1946974 Update Puppet requirement to >= 6.0.0 98de432 Puppet 5 is now officially unsupported 2ae0792 Runs on Debian 10. 372aa96 Bump openstackdocstheme to 1.30.0 3e88e05 Fix rabbitmq version in metadata 4aaab07 Change rpsec to rspec e7de0a2 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- manifests/db/mysql.pp | 26 ++++++-- manifests/db/postgresql.pp | 36 ++++++++--- manifests/defaults.pp | 7 --- manifests/wsgi/apache.pp | 73 +++++++++++----------- metadata.json | 12 ++-- ...vhost-wsgi_daemon_process-3e90ea82934cbaea.yaml | 4 ++ .../notes/db-password_hash-1045114a36b6f292.yaml | 10 +++ .../puppet-5-unsupported-ac35e83ee3d2b12c.yaml | 6 ++ releasenotes/source/conf.py | 8 +-- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++ spec/acceptance/nodesets/nodepool-centos8.yml | 10 +++ spec/defines/openstacklib_db_mysql_spec.rb | 27 +++++--- spec/defines/openstacklib_db_postgresql_spec.rb | 15 ++++- spec/defines/openstacklib_wsgi_apache_spec.rb | 49 ++++++++------- 17 files changed, 193 insertions(+), 105 deletions(-)