We are pumped to announce the release of: puppet-trove 23.0.0: Puppet module for OpenStack Trove This release is part of the bobcat release series. The source is available from: https://opendev.org/openstack/puppet-trove Download the package from: https://tarballs.openstack.org/puppet-trove/ Please report issues through: https://bugs.launchpad.net/puppet-trove/+bugs For more details, please see below. Changes in puppet-trove 22.0.0..23.0.0 -------------------------------------- 428129c Remove usage of deleted manifest_dir cee0dfe Prepare 2023.2 release 6700758 Bump upper version of stdlib b7f4416 RabbitMQ: Add support for quorum queue options 3504c34 Fix ignored rabbit_heartbeat_in_pthread fde0f91 Do not restart services after policy file changes 9974cdd Exclude release note files 9a12156 Add .pdkignore to exclude some files from tar ball 3fd257b Ensure purge_config takes a boolean value a853f98 Replace remaining validate_legacy f6af383 authtoken: Make password required 160b0b1 Add per module policy service refresh 75feab0 Stop hard-coding default of service_type options 0c3ce23 Add support for [DEFAULT] glance_url 80bd5e8 Replace unnecessary usage of false 1f273d3 replace validate_legacy with proper data types bc209cd Remove support for Puppet 6 7347f3d Bump upper version of puppetlabs-inifile cf4e54a Update master for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .pdkignore | 52 +++++ manifests/api.pp | 38 ++-- manifests/conductor.pp | 14 +- manifests/config.pp | 10 +- manifests/db/mysql.pp | 4 +- manifests/db/postgresql.pp | 4 +- manifests/deps.pp | 4 +- manifests/generic_service.pp | 6 +- manifests/guestagent.pp | 4 +- manifests/init.pp | 230 ++++++++++++--------- manifests/keystone/authtoken.pp | 13 +- manifests/policy.pp | 7 +- manifests/taskmanager.pp | 4 +- metadata.json | 14 +- .../non-boolean-for-url-b33f16655e40c732.yaml | 11 + .../rabbit-heartbeat-opts-6263999f7a7536a8.yaml | 11 + .../rabbit-quorum-queue-080ee93b83f60196.yaml | 4 + .../notes/remove-puppet-6-44adc89d762d943b.yaml | 4 + releasenotes/source/2023.1.rst | 6 + releasenotes/source/index.rst | 1 + spec/classes/trove_init_spec.rb | 87 +++++--- spec/classes/trove_policy_spec.rb | 2 + spec/spec_helper.rb | 3 - 23 files changed, 334 insertions(+), 199 deletions(-)