]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Introduce ceilometer:config to manage custom options
authorXingchao Yu <xingchao@unitedstack.com>
Thu, 3 Apr 2014 11:24:03 +0000 (19:24 +0800)
committerXingchao Yu <xingchao@unitedstack.com>
Tue, 22 Apr 2014 03:39:24 +0000 (11:39 +0800)
commitc9cadc53529ffc2028929292d1ce496b1a2777d2
tree720b8d8a9ec8ab82e182de6fa98b53f1f020520f
parent9bd58d7434a9981e910f407feb36f330084d57dd
Introduce ceilometer:config to manage custom options

This ceilometer::config is aim to use ceilometer_config resource
to manage custom configurations in ceilometer.conf.

This will make end user easy to add their own custom options
in Hiera data.

Fully implements blueprint ceilometer-custom-config

Change-Id: I82b38ca26d4d99471a74b2c116e4c4133262187c
manifests/config.pp [new file with mode: 0644]
spec/classes/ceilometer_config_spec.rb [new file with mode: 0644]