From fb04b947e4e8a65992fa45ca4024caee62ee6b26 Mon Sep 17 00:00:00 2001 From: gordon chung Date: Fri, 11 Sep 2015 16:32:32 -0400 Subject: [PATCH] mark deprecated ceilometer items this patch: - adds note that ceilometer-polling is the recommended service to use when polling compute, central, or ipmi data. - marks db2nosql driver as deprecated as it is not longer developed by ibm. - mark RPC publisher as deprecated for notifier publisher. Change-Id: I34838dd17c681cae0fa360f8648434f3d777323f --- .../source/telemetry-data-retrieval.rst | 5 +++-- .../source/telemetry-system-architecture.rst | 12 ++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/admin-guide-cloud/source/telemetry-data-retrieval.rst b/doc/admin-guide-cloud/source/telemetry-data-retrieval.rst index df11d90cd8..784931996a 100644 --- a/doc/admin-guide-cloud/source/telemetry-data-retrieval.rst +++ b/doc/admin-guide-cloud/source/telemetry-data-retrieval.rst @@ -416,7 +416,8 @@ rpc It can be specified in the form of ``rpc://?option1=value1&option2=value2``. It emits metering data over lossy AMQP. This method is synchronous and may experience - performance issues. + performance issues. This publisher is deprecated in Liberty in favour of + the notifier publisher. udp It can be specified in the form of ``udp://:/``. It emits @@ -493,5 +494,5 @@ specified. A sample ``publishers`` section in the publishers: - udp://10.0.0.2:1234 - - rpc://?per_meter_topic=1 + - rpc://?per_meter_topic=1 (deprecated in Liberty) - notifier://?policy=drop&max_queue_length=512 diff --git a/doc/admin-guide-cloud/source/telemetry-system-architecture.rst b/doc/admin-guide-cloud/source/telemetry-system-architecture.rst index 6715a71670..f3f104a4ed 100644 --- a/doc/admin-guide-cloud/source/telemetry-system-architecture.rst +++ b/doc/admin-guide-cloud/source/telemetry-system-architecture.rst @@ -16,7 +16,8 @@ ceilometer-api ceilometer-polling Polls for different kinds of meter data by using the polling - plug-ins (pollsters) registered in different namespaces. + plug-ins (pollsters) registered in different namespaces. It provides a + single polling interface across different namespaces. ceilometer-agent-central Polls the public RESTful APIs of other OpenStack services such as @@ -53,6 +54,8 @@ ceilometer-alarm-notifier .. note:: The ``ceilometer-polling`` service is available since the Kilo release. + It is intended to replace ceilometer-agent-central, + ceilometer-agent-compute, and ceilometer-agent-ipmi. Besides the ``ceilometer-agent-compute`` and the ``ceilometer-agent-ipmi`` services, all the other services are placed on one or more controller @@ -89,7 +92,12 @@ The list of supported database back ends: - `HBase `__ -- `DB2 `__ +- `DB2(deprecated) `__ + +.. note:: + + DB2 nosql support is deprecated as of Liberty and will be removed in Mitaka + as the product is no longer in development. |