aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes/deprecate-ceilometer-expirer-83b193a07631d89d.yaml
diff options
context:
space:
mode:
authorPradeep Kilambi <pkilambi@redhat.com>2017-05-10 13:09:12 -0400
committerPradeep Kilambi <pkilambi@redhat.com>2017-05-11 11:44:48 -0400
commit66b39c2c21b6629222c0d212642156437119e977 (patch)
treeb8d66f436c350205c97c357132f2918ebff6e62a /releasenotes/notes/deprecate-ceilometer-expirer-83b193a07631d89d.yaml
parentbb7a45226e5a6bb3574e8dbc7a5dd8183dd17703 (diff)
Deprecate Ceilometer Expirer
We dont need expirer unless we have collector and standard storage enabled. Lets turn it off by default and make it an optional service. In upgrade scenario, we will kill the process and stop the expirer, unless explicitly enabled. Change-Id: Icffb7d1bb2cf7bd61026be7d2dcfbd70cd3bcbda
Diffstat (limited to 'releasenotes/notes/deprecate-ceilometer-expirer-83b193a07631d89d.yaml')
-rw-r--r--releasenotes/notes/deprecate-ceilometer-expirer-83b193a07631d89d.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-ceilometer-expirer-83b193a07631d89d.yaml b/releasenotes/notes/deprecate-ceilometer-expirer-83b193a07631d89d.yaml
new file mode 100644
index 00000000..9088f963
--- /dev/null
+++ b/releasenotes/notes/deprecate-ceilometer-expirer-83b193a07631d89d.yaml
@@ -0,0 +1,11 @@
+---
+upgrade:
+ - With expirer deprecated and disabled by default, there is an upgrade
+ impact here. If you had expirer enabled in ocata and you upgrade to
+ pike the expirer will not be enabled anymore. If you wish to use
+ expirer, ensure you include the ceilometer-expirer.yaml
+ to your upgrade deploy command. Also note that with collector
+ disabled, there is no need for expirer to be running.
+deprecations:
+ - Deprecate and turn off expirer service as collector. Without collector
+ and standard storage, expirer has no use.