]> 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 09:35:14 +0000 (11:35 +0200)
commit2b44bcb990443f8818cfa4da4d558991716990e8
tree1512921f89eda9ac6bbeb29d903e3801b361c1f3
parenta02324fff410fa27dd52614b19933b60c5bfb322
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
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