]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Add more oslo::cache params to init
authorTobias Urdin <tobias.urdin@binero.se>
Wed, 27 May 2020 09:33:58 +0000 (11:33 +0200)
committerTobias Urdin <tobias.urdin@binero.se>
Wed, 27 May 2020 21:15:25 +0000 (21:15 +0000)
commit1f4f0c69638762f322d69233da539fd024209949
treec891119f7b0d87a8f902dec2889ef661336a26ae
parent60ee76fa3f40a62c0b935b37f98787945f80bb9c
Add more oslo::cache params to init

This adds two new parameters cache_backend
and manage_backend_package that is simply
proxy parameters that is passed down to
oslo::cache like all other modules.

This does not introduce a behavior change
since cache_backend defaults to
$::os_service_default we do not enforce
any new package installs even though
manage_backend_package is set to true
(like it was before since that is
oslo::cache default)

Updates the testing so we test for the
oslo::cache resource and not the functionality
that the resource itself has.

Change-Id: Ib6f6853dd34e83e757bee0382ee84141e3f4dbd8
(cherry picked from commit 2b44bcb990443f8818cfa4da4d558991716990e8)
manifests/init.pp
releasenotes/notes/add-more-oslo-cache-params-to-init-70207eea609cf621.yaml [new file with mode: 0644]
spec/classes/ceilometer_init_spec.rb