We are pleased to announce the release of: puppet-tacker 17.1.0: Puppet module for OpenStack Tacker This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/puppet-tacker Download the package from: https://tarballs.openstack.org/puppet-tacker/ Please report issues through: https://bugs.launchpad.net/puppet-tacker/+bugs For more details, please see below. Changes in puppet-tacker 16.3.0..17.1.0 --------------------------------------- f490be0 Prepare Victoria M1 a01a438 Switch to newer openstackdocstheme and reno versions 972594b Update Puppet requirement to >= 6.0.0 c473ff2 Fix faulty comment default value 93ec5e8 Remove unnecessary puppet-rabbitmq from dependencies ab55306 Remove password hash generation in each puppet modules 5582b0a Bump version for the start of Victoria 7578e70 Bump reno to 2.5.0 f4c60a2 [ussuri][goal] Add CONTRIBUTING.rst 6647b90 Add CentOS8 to nodesets 1ed72b4 Use anchor to require necessary packages 77ad6da Bump openstackdocstheme to 1.30.0 d8eacd8 Fix rabbitmq version in metadata 412cb35 Change rpsec to rspec e67418a Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 19 ++++++++++++ README.md | 2 +- lib/puppet/type/tacker_config.rb | 4 +-- manifests/db/mysql.pp | 2 +- manifests/db/postgresql.pp | 10 +++---- manifests/db/sync.pp | 2 +- metadata.json | 18 ++++-------- releasenotes/source/conf.py | 8 ++--- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++ spec/acceptance/nodesets/nodepool-centos8.yml | 10 +++++++ spec/classes/tacker_db_mysql_spec.rb | 42 +++++++++++++-------------- spec/classes/tacker_db_postgresql_spec.rb | 11 ++++--- spec/unit/type/tacker_config_spec.rb | 7 +++-- 15 files changed, 90 insertions(+), 58 deletions(-)