We are ecstatic to announce the release of: puppet-sahara 18.1.0: Puppet module for OpenStack Sahara This release is part of the wallaby 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. 18.1.0 ^^^^^^ New Features ************ * Adds db_sync_timeout parameter to db sync. * The new "sahara::keystone::authtoken::service_type" parameter has been added to configure the service_type parameter in authtoken middleware. Deprecation Notes ***************** * allow_insecure_clients option is now deprecated for removal, the parameter has no effect. * The following options have been deprecated, as those options have been moved to sahara::db class. * "sahara::database_connection" * "sahara::database_idle_timeout" * "sahara::database_max_overflow" * "sahara::database_max_pool_size" * "sahara::database_max_retries" * "sahara::database_retry_interval" Changes in puppet-sahara 18.0.0..18.1.0 --------------------------------------- 03384c3 Prepare Wallaby M1 8b7c73c Allow db sync timeouts to be configurable 94fe46f Replace deprecated UPPER_CONSTRAINTS_FILE variable 97db844 Add support for the keystone_authtoken/service_type parameter 33eb759 Deprecate allow_insecure_clients option 38f0e5b Fix outdated files b50eb17 Deprecate database options from the sahara class 76a4e8f Fix the misplaced release note file Diffstat (except docs and test files) ------------------------------------- manifests/db/sync.pp | 8 +- manifests/init.pp | 139 +++++++++++++-------- manifests/keystone/authtoken.pp | 7 ++ metadata.json | 10 +- .../add_db_sync_timeout-bdf17ecebf68285b.yaml | 3 + ...w_insecure_clients-option-9904fa81e65daa02.yaml | 4 + ...eprecate_database_options-71d8da72522273b7.yaml | 12 ++ ...ne-authtoken-service_type-dacd48ef5df0a299.yaml | 5 + .../notes => }/os_workers-2922e3073027045d.yaml | 0 spec/classes/sahara_db_sync_spec.rb | 7 +- spec/classes/sahara_init_spec.rb | 1 - spec/classes/sahara_keystone_authtoken_spec.rb | 75 +++++------ tox.ini | 2 +- 13 files changed, 174 insertions(+), 99 deletions(-)