We are tickled pink to announce the release of: puppet-oslo 19.5.0: Puppet module for Oslo This release is part of the xena stable release series. The source is available from: https://opendev.org/openstack/puppet-oslo Download the package from: https://tarballs.openstack.org/puppet-oslo/ Please report issues through: https://bugs.launchpad.net/puppet-oslo/+bugs For more details, please see below. 19.5.0 ^^^^^^ New Features * Add socket keepalive options for the pymemcache (dogpile.cache) backend. * Now the "oslo::cache" defined resource type installs the pymemcache library when pymemcache backend is used. * Add options to configure pymemcache's HashClient retrying mechanisms (dogpile.cache) backend. * Add retrying options for pymemcache (dogpile.cache) backend. Changes in puppet-oslo 19.4.0..19.5.0 ------------------------------------- 8e59bdd Prepare the final stable/xena release 01a83c9 setuptools: Disable auto discovery a8d8629 cache: Ensure pymemcache library is installed e2af30e cache: Add inet6 prefix for only memcached backends edf1644 Add pymemcache's HashClient retrying options to oslo.cache 88197f3 Add retrying options to oslo.cache ba251d3 Add socket keepalive options for the pymemcache backend 423fd90 Remove TripleO job 3a69ae4 Update TOX_CONSTRAINTS_FILE for stable/xena 349d6d7 Update .gitreview for stable/xena Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 19 ----- manifests/cache.pp | 91 +++++++++++++++++++- metadata.json | 2 +- .../add_keepalive_options-3802510b6d4461e1.yaml | 4 + .../notes/bug-1988205-973ce17f355cbfce.yaml | 5 ++ ...cache_hashclient_retrying-10a756708ad9894b.yaml | 5 ++ .../pymemcache_retrying-4fa326e3bc913a97.yaml | 4 + setup.py | 1 + spec/defines/oslo_cache_spec.rb | 97 ++++++++++++++++++++-- tox.ini | 2 +- 11 files changed, 198 insertions(+), 33 deletions(-)