diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-05-02 19:02:19 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-05-02 19:02:19 +0000 |
commit | 00cce5aa15e0486053ff6444674f689d2d47021d (patch) | |
tree | 2ef9e1a2d75ddc48da66f3bad594f8044edf44cd /releasenotes/notes/deprecate-collector-a16e5d58ae00806d.yaml | |
parent | b36b86d8cd27f31a31b0b286e0b302579b44a11e (diff) | |
parent | 2cb2d8d77ba9d75eb8ccd929065c1d207a423b0a (diff) |
Merge "Deprecate ceilometer collector"
Diffstat (limited to 'releasenotes/notes/deprecate-collector-a16e5d58ae00806d.yaml')
-rw-r--r-- | releasenotes/notes/deprecate-collector-a16e5d58ae00806d.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-collector-a16e5d58ae00806d.yaml b/releasenotes/notes/deprecate-collector-a16e5d58ae00806d.yaml new file mode 100644 index 00000000..b9546a90 --- /dev/null +++ b/releasenotes/notes/deprecate-collector-a16e5d58ae00806d.yaml @@ -0,0 +1,14 @@ +--- +upgrade: + - With collector deprecated and disabled by default, there is an upgrade + impact here. If you had collector enabled in ocata and you upgrade to + pike the collector will not be enabled anymore. If you wish to use + collector, ensure you include the ceilometer-collector.yaml + to your upgrade deploy command. We recommend switching to using the + new pipeline approach with publisher instead. +deprecations: + - Deprecate and disable ceilometer collector service by default. Instead + use the publisher directly in the pipeline to push data where appropriate. + This can be manually enabled by passing the environment file to deploy + command which is included in environment dir as ceilometer-collector.yaml. + By default, the pipeline publisher pushes data automatically to gnocchi. |