aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorPradeep Kilambi <pkilambi@redhat.com>2017-03-28 12:49:04 -0400
committerPradeep Kilambi <pkilambi@redhat.com>2017-04-25 16:38:01 -0400
commit2cb2d8d77ba9d75eb8ccd929065c1d207a423b0a (patch)
tree254630cc0ce44e7de5b370a81a3491b38dab7ed6 /releasenotes
parent4b874376ced05bc9fac6f4d23a253f8151413f3d (diff)
Deprecate ceilometer collector
Ceilometer collector is deprecated in Pike release. Do not deploy by default. Instead use the pipeline yaml to configure the publisher directly. Closes-bug: #1676961 Change-Id: Ic71360c6307086d5393cd37d38ab921de186a2e0
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecate-collector-a16e5d58ae00806d.yaml14
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.