Yanis Guenane f46d8d58ad ceilometer-central-agent: Remove dependency from pacemaker
Remove all related configuration that sets up ceilometer-central-agent
and pacemaker. ceilometer-central-agent will now use tooz w/
coordination url and a Redis cluster to be active/active.

Change-Id: I3afbcca43b243844fef9602693d6e86ff9844a59
2015-03-03 10:13:02 +01:00

27 lines
800 B
Puppet

#
# Copyright (C) 2014 eNovance SAS <licensing@enovance.com>
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
#
# == Class: cloud::telemetry::centralagent
#
# Telemetry Central Agent node
#
class cloud::telemetry::centralagent{
include 'cloud::telemetry'
include 'ceilometer::agent::central'
}