We exuberantly announce the release of: puppet-mistral 15.0.0: Puppet module for OpenStack Mistral This release is part of the train 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. 15.0.0 ^^^^^^ New Features ************ * Add openstackclient installation to the client class. * Add new parameters to configure hearbeat related options, max_missed_heartbeats check_interval and first_heartbeat_timeout. Deprecation Notes ***************** * database_idle_timeout is deprecated and will be removed in a future release. Please use database_connection_recycle_time instead. Changes in puppet-mistral 14.4.0..15.0.0 ---------------------------------------- b33ccfd Add openstackclient installation to the client class 7b2a9b0 Deprecate idle_timeout option f3eac9e Move to opendev 00f2cab Fix Repository 4e55249 OpenDev Migration Patch 5fd5db4 Add Beaker-Rspec to the table of contents 104896c Add more options to configure Heartbeat options b3a6853 Bump version for the start of Train 52ed6c2 Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- Gemfile | 2 +- README.md | 11 ++-- manifests/client.pp | 2 + manifests/db.pp | 65 +++++++++++++--------- manifests/init.pp | 39 +++++++++++-- metadata.json | 10 ++-- ...dd-openstackclient-client-af0f5c3f707e1f49.yaml | 3 + ...te_idle_timeout_parameter-b1568af63281c7ae.yaml | 4 ++ .../notes/heartbeats-98aed300614308da.yaml | 5 ++ releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++ spec/classes/mistral_client_spec.rb | 2 + spec/classes/mistral_db_spec.rb | 54 +++++++++--------- spec/classes/mistral_init_spec.rb | 17 ++++++ tox.ini | 2 +- 16 files changed, 154 insertions(+), 71 deletions(-)
participants (1)
-
no-reply@openstack.org