Re-enable Ceilometer composable roles for controller
authorEmilien Macchi <emilien@redhat.com>
Thu, 23 Jun 2016 20:09:14 +0000 (16:09 -0400)
committerPradeep Kilambi <pkilambi@redhat.com>
Mon, 11 Jul 2016 15:00:36 +0000 (11:00 -0400)
commit81863d101478ec0d74402cbe11127cbb39ce7d5b
tree5cf85b91eba443ba65744cd9c5c15e56f03ac686
parent800ee92b751ccdc8adc3375b765705f0c121f8d9
Re-enable Ceilometer composable roles for controller

This patch brings back Ceilometer composable roles for controller,
module some adjustments to make it work.

Fixes 3 issues in Ceilometer composable services

1) This patch fixes the hiera maps in the pacemaker ceilometer*
templates. These were lists and should be a map.

2) fixes a critical issue in ceilometer-base.yaml where the
password was incorrectly coded in the YAML using get_param on
a string which wasn't actually a parameter.

3) Fixes the ceilometer_coordination_url so that it uses a YAML anchor
as was implied instead of get_param on a string which wasn't a
parameter.

4) Fixes the default database connection to use mongodb and configured
in puppet-tripleo profile appropriately.

Co-Authored-By: Dan Prince <dprince@redhat.com>
Co-Authored-By: Pradeep Kilambi <pkilambi@redhat.com>
Closes-Bug: #1601844
Change-Id: Ia0a59121b9ffd5e07647f66137ce53870bc6b5d6
16 files changed:
environments/puppet-pacemaker.yaml
overcloud-resource-registry-puppet.yaml
overcloud.yaml
puppet/controller.yaml
puppet/manifests/overcloud_controller.pp
puppet/manifests/overcloud_controller_pacemaker.pp
puppet/services/ceilometer-agent-central.yaml [new file with mode: 0644]
puppet/services/ceilometer-agent-notification.yaml [new file with mode: 0644]
puppet/services/ceilometer-api.yaml [new file with mode: 0644]
puppet/services/ceilometer-base.yaml [new file with mode: 0644]
puppet/services/ceilometer-collector.yaml [new file with mode: 0644]
puppet/services/ceilometer-expirer.yaml [new file with mode: 0644]
puppet/services/pacemaker/ceilometer-agent-central.yaml [new file with mode: 0644]
puppet/services/pacemaker/ceilometer-agent-notification.yaml [new file with mode: 0644]
puppet/services/pacemaker/ceilometer-api.yaml [new file with mode: 0644]
puppet/services/pacemaker/ceilometer-collector.yaml [new file with mode: 0644]