Deprecated ceilometer::dispatcher::gnocchi

Gnocchi dispatcher options will be removed upstream very soon [1].

But the depracted options are still used in puppet-ceilometer and tht.

This change marks the deprecation here.

Change-Id: I7674e390c7c821ff9855c133b3594a1ad951ddeb
This commit is contained in:
Mehdi Abaakouk 2018-06-25 13:41:37 +02:00
parent da9e708518
commit 5cbdc9e890
2 changed files with 12 additions and 0 deletions

View File

@ -31,6 +31,11 @@ class ceilometer::dispatcher::gnocchi (
include ::ceilometer::deps
warning('The class ceilometer::dispatcher::gnocchi is deprecated. All its
options must be set as url parameters in
ceilometer::agent::notification::pipeline_publishers. Depending of the used
Gnocchi version their might be ignored.')
ceilometer_config {
'dispatcher_gnocchi/filter_service_activity': value => $filter_service_activity;
'dispatcher_gnocchi/filter_project': value => $filter_project;

View File

@ -0,0 +1,7 @@
---
deprecations:
- |
The class ceilometer::dispatcher::gnocchi is deprecated. All its options
must be set as url parameters in
ceilometer::agent::notification::pipeline_publishers. Depending of the used
Gnocchi version their might be ignored.'