Ceilometer: Enable coordination backend
The coordination backend is generally used by Ceilometer to support agents running on multiple nodes. This change enables the coordination backend to simulate that deployment architecture. Change-Id: I067a52c1480f4040182d8fc3d4a46c4f74ea728d
This commit is contained in:
parent
cbefb48462
commit
036780195b
@ -69,6 +69,9 @@ class openstack_integration::ceilometer (
|
||||
$sample_pipeline_publishers = ['gnocchi://']
|
||||
$event_pipeline_publishers = ['gnocchi://']
|
||||
|
||||
class { 'ceilometer::coordination':
|
||||
backend_url => $::openstack_integration::config::tooz_url,
|
||||
}
|
||||
class { 'ceilometer::agent::notification':
|
||||
workers => '2',
|
||||
manage_pipeline => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user