We are amped to announce the release of: puppet-sahara 23.0.0: Puppet module for OpenStack Sahara This release is part of the bobcat release series. The source is available from: https://opendev.org/openstack/puppet-sahara Download the package from: https://tarballs.openstack.org/puppet-sahara/ Please report issues through: https://bugs.launchpad.net/puppet-sahara/+bugs For more details, please see below. Changes in puppet-sahara 22.0.0..23.0.0 --------------------------------------- 743331c Remove usage of deleted manifest_dir 1662f5e Prepare 2023.2 release 2357046 Bump upper version of stdlib 62a49a7 RabbitMQ: Add support for quorum queue options bda6a45 Do not restart services after policy file changes fdbe333 Updated links in documentation to be safe links 825e8cc Ensure openstackclient is installed at the right timing 942d2c1 Exclude release note files ee04822 Add .pdkignore to exclude some files from tar ball 2ed0dce Ensure purge_config takes a boolean value 71b0fca authtoken: Make password required e2b1d99 Add per module policy service refresh cf3c3f6 replace validate_legacy with proper data types 9aff837 Remove support for Puppet 6 f5c8e21 Bump upper version of puppetlabs-inifile ed92c81 Update master for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .pdkignore | 52 +++++++ CHANGELOG.md | 2 +- README.md | 2 +- manifests/config.pp | 7 +- manifests/db/mysql.pp | 4 +- manifests/deps.pp | 11 +- manifests/init.pp | 164 ++++++++++++--------- manifests/keystone/authtoken.pp | 9 +- manifests/policy.pp | 7 +- manifests/service/api.pp | 10 +- manifests/service/engine.pp | 4 +- metadata.json | 14 +- .../rabbit-quorum-queue-b158cb7190931c19.yaml | 4 + .../notes/remove-puppet-6-0827f6c57fe04b35.yaml | 4 + releasenotes/source/2023.1.rst | 6 + releasenotes/source/index.rst | 1 + spec/classes/sahara_init_spec.rb | 142 ++++++++++-------- spec/classes/sahara_policy_spec.rb | 2 + spec/spec_helper.rb | 3 - 19 files changed, 282 insertions(+), 166 deletions(-)