Merge "add ceilometer storage disclaimer" into stable/newton

This commit is contained in:
Jenkins 2017-05-31 15:07:47 +00:00 committed by Gerrit Code Review
commit 1d2d6106d2
3 changed files with 39 additions and 0 deletions

View File

@ -9,6 +9,15 @@ Telemetry service, code-named ceilometer, on the controller node.
Prerequisites
-------------
.. warning::
Ceilometer's native storage has extremely large resource requirements. For
more efficient time-series storage, a time-series database such as Gnocchi_
is recommended. The following instructions are unsupported in future
releases.
.. _Gnocchi: http://gnocchi.xyz/
Before you install and configure the Telemetry service, you must
create a database, service credentials, and API endpoints. However,
unlike other services, the Telemetry service uses a NoSQL database.
@ -65,6 +74,10 @@ Install and configure components
Configure the Apache HTTP server
--------------------------------
.. note::
The following is only required if Ceilometer's native storage is enabled.
* Create the ``/etc/apache2/conf.d/wsgi-ceilometer.conf`` file
with the following content:

View File

@ -9,6 +9,15 @@ Telemetry service, code-named ceilometer, on the controller node.
Prerequisites
-------------
.. warning::
Ceilometer's native storage has extremely large resource requirements. For
more efficient time-series storage, a time-series database such as Gnocchi_
is recommended. The following instructions are unsupported in future
releases.
.. _Gnocchi: http://gnocchi.xyz/
Before you install and configure the Telemetry service, you must
create a database, service credentials, and API endpoints. However,
unlike other services, the Telemetry service uses a NoSQL database.
@ -49,6 +58,10 @@ Install and configure components
Configure the Apache HTTP server
--------------------------------
.. note::
The following is only required if Ceilometer's native storage is enabled.
* Create the ``/etc/httpd/conf.d/wsgi-ceilometer.conf`` file with
the following content:

View File

@ -9,6 +9,15 @@ Telemetry service, code-named ceilometer, on the controller node.
Prerequisites
-------------
.. warning::
Ceilometer's native storage has extremely large resource requirements. For
more efficient time-series storage, a time-series database such as Gnocchi_
is recommended. The following instructions are unsupported in future
releases.
.. _Gnocchi: http://gnocchi.xyz/
Before you install and configure the Telemetry service, you must
create a database, service credentials, and API endpoints. However,
unlike other services, the Telemetry service uses a NoSQL database.
@ -64,6 +73,10 @@ Install and configure components
Configure the Apache HTTP server
--------------------------------
.. note::
The following is only required if Ceilometer's native storage is enabled.
#. Create the ``/etc/apache2/sites-available/ceilometer.conf`` file
with the following content: