puppet-mistral 24.0.0 (caracal)
We are amped to announce the release of: puppet-mistral 24.0.0: Puppet module for OpenStack Mistral This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/puppet-mistral Download the package from: https://tarballs.openstack.org/puppet-mistral/ Please report issues through: https://bugs.launchpad.net/puppet-mistral/+bugs For more details, please see below. Changes in puppet-mistral 23.0.0..24.0.0 ---------------------------------------- 2b676cc Prepare 2024.1 release df1ca45 reno: Update master for unmaintained/xena dfa05d6 reno: Update master for unmaintained/wallaby c7fa102 Deprecate support for [coordination] heartbeat_interval fb05772 Revert "Fix wrong wsgi script path" 7a25ce6 Expose rabbit_transient_quorum_queue 7d966c2 Refactor resource dependencies 572fb50 Stop hard-coding config file for db sync f5d1ba9 healthcheck: Expose ignore_proxied_requests parameter 8c6cb4c healthcheck: Expose allowed_source_ranges 1702276 reno: Update master for unmaintained/yoga 10df882 authtoken: Make password required a2ec0e3 Add support for healthcheck middleware options 8588e30 Fix wrong wsgi script path 8cbc3c6 Use new openstackclient tag b88a333 Bump supported Debian version to 12 (Bookworm) b9652f7 Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- lib/puppet/provider/mistral.rb | 98 ---------------------- manifests/client.pp | 2 +- manifests/coordination.pp | 17 +++- manifests/db.pp | 3 + manifests/deps.pp | 17 +--- manifests/healthcheck.pp | 63 ++++++++++++++ manifests/init.pp | 6 ++ manifests/keystone/authtoken.pp | 15 ++-- manifests/params.pp | 4 +- manifests/policy.pp | 5 ++ metadata.json | 10 +-- ...nation-heartbeat_interval-37a35124e18bd918.yaml | 5 ++ .../notes/healthcheck-7b8fc85f5e53b674.yaml | 5 ++ ...eck-allowed_source_ranges-5fa7ca65f936a8ef.yaml | 5 ++ ...k-ignore_proxied_requests-a52d17b5c7ca1818.yaml | 5 ++ ...it_transient_quorum_queue-a460a413e55f9484.yaml | 5 ++ releasenotes/source/2023.2.rst | 6 ++ releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/yoga.rst | 2 +- spec/classes/mistral_client_spec.rb | 2 +- spec/classes/mistral_coordination_spec.rb | 5 +- spec/classes/mistral_db_sync_spec.rb | 4 +- spec/classes/mistral_healthcheck_spec.rb | 66 +++++++++++++++ spec/classes/mistral_init_spec.rb | 1 + spec/unit/provider/mistral_spec.rb | 48 ----------- 27 files changed, 213 insertions(+), 191 deletions(-)
participants (1)
-
no-reply@openstack.org