We are stoked to announce the release of: puppet-senlin 2.0.0: Puppet module for OpenStack senlin This release is part of the train release series. The source is available from: https://opendev.org/openstack/puppet-senlin Download the package from: https://tarballs.openstack.org/puppet-senlin/ Please report issues through: https://bugs.launchpad.net/puppet-senlin/+bugs For more details, please see below. 2.0.0 ^^^^^ New Features ************ * A new senlin::client class has been added to manage senlin client. 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-senlin 1.2.0..2.0.0 ------------------------------------- aea92ab Introduce senlin::client b1e61f0 Deprecate idle_timeout option 15185d4 Move to opendev 5f5eddf Fix Repository 65563dc Replace git.openstack.org with opendev.org/openstack 1db5862 OpenDev Migration Patch 496623c Add Beaker-Rspec to the table of contents 2c1bf38 Bump version for the start of Train 9911d87 Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- Gemfile | 2 +- README.md | 13 +++--- manifests/client.pp | 26 +++++++++++ manifests/db.pp | 52 +++++++++++++-------- manifests/params.pp | 5 +- metadata.json | 8 ++-- .../notes/add-client-class-bfeb344f414b3719.yaml | 3 ++ ...te_idle_timeout_parameter-a5ead4518eb1c9a3.yaml | 4 ++ releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 +++ spec/classes/senlin_client_spec.rb | 40 ++++++++++++++++ spec/classes/senlin_db_spec.rb | 54 +++++++++++----------- tox.ini | 2 +- 14 files changed, 157 insertions(+), 61 deletions(-)