Update outdated example
The ceilometer::dispatcher class no longer exists, and its parameters were replaced by the ones of ceilometer::agent::notification. Change-Id: Iaf92d94c834e6b34c54d4f270fb007caa37fb367
This commit is contained in:
parent
b13732ce19
commit
c456f0b60b
@ -12,15 +12,16 @@ class { 'ceilometer::keystone::auth':
|
|||||||
password => 'a_big_secret',
|
password => 'a_big_secret',
|
||||||
}
|
}
|
||||||
class { 'ceilometer::agent::polling': }
|
class { 'ceilometer::agent::polling': }
|
||||||
class { 'ceilometer::agent::notification': }
|
class { 'ceilometer::agent::notification':
|
||||||
|
manage_pipeline => true,
|
||||||
|
pipeline_publishers => ['gnocchi://'],
|
||||||
|
manage_event_pipeline => true,
|
||||||
|
event_pipeline_publishers => ['gnocchi://'],
|
||||||
|
}
|
||||||
|
class { 'ceilometer::agent::service_credentials':
|
||||||
|
password => 'a_big_secret',
|
||||||
|
}
|
||||||
|
|
||||||
class { 'ceilometer::collector':
|
class { 'ceilometer::collector':
|
||||||
meter_dispatchers => ['gnocchi'],
|
meter_dispatchers => ['gnocchi'],
|
||||||
}
|
}
|
||||||
class { 'ceilometer::dispatcher::gnocchi':
|
|
||||||
filter_service_activity => false,
|
|
||||||
filter_project => 'gnocchi_swift',
|
|
||||||
url => 'https://gnocchi:8041',
|
|
||||||
archive_policy => 'high',
|
|
||||||
resources_definition_file => 'gnocchi.yaml',
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user