Description of problem: We want to setup Ceilometer by changing some value via Hiera. The problem is these changes are not applied. Version-Release number of selected component (if applicable): rhos-release-0.72-1.noarch python-rdomanager-oscplugin-0.0.8-44.el7ost.noarch puddle images 2015-08-07.1 How reproducible: Add theses options to controller.yaml: # ceilometer ceilometer::rpc_backend: 'rabbit' ceilometer::config::ceilometer_config: DEFAULT/notification_driver: value: 'messaging' notification/ack_on_event_error: value: 'true' notification/store_events: value: 'true' Run the deployment. Actual results: Nothing changed in the /etc/ceilometer/ceilometer.conf Expected results: Changes applied in the /etc/ceilometer/ceilometer.conf Additional info: To solve the issue, we have to include the ::ceilometer::config class in the overcloud_controller.pp, overcloud_controller_pacemaker.pp and overcloud_compute.pp files. puppet/manifests/overcloud_compute.pp puppet/manifests/overcloud_controller.pp puppet/manifests/overcloud_controller_pacemaker.pp
https://review.openstack.org/230531
It's possible to specify arbitrary config settings for Ceilometer via ::ceilometer::config using openstack-tripleo-heat-templates-0.8.12-2.el7ost.noarch.rpm
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-0604.html
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days