2016-06-15 18:10:08 +02:00
|
|
|
.. _install_ubuntu:
|
|
|
|
|
|
|
|
Install and configure for Ubuntu
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
This section describes how to install and configure the
|
|
|
|
Telemetry service, code-named ceilometer, on the controller node.
|
|
|
|
|
|
|
|
Prerequisites
|
|
|
|
-------------
|
|
|
|
|
|
|
|
Before you install and configure the Telemetry service, you must
|
2017-01-27 16:29:51 +00:00
|
|
|
configure a target to send metering data to. The recommended endpoint
|
|
|
|
is Gnocchi_. To enable Gnocchi, please see its install guide.
|
2017-02-13 12:56:46 -05:00
|
|
|
|
|
|
|
.. _Gnocchi: http://gnocchi.xyz
|
2017-02-21 22:33:50 +00:00
|
|
|
.. include:: install-base-prereq-common.inc
|
2016-06-15 18:10:08 +02:00
|
|
|
|
|
|
|
Install and configure components
|
|
|
|
--------------------------------
|
|
|
|
|
|
|
|
#. Install the packages:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
2017-02-21 22:54:24 +00:00
|
|
|
# apt-get install ceilometer-agent-notification \
|
|
|
|
ceilometer-agent-central python-ceilometerclient
|
2016-06-15 18:10:08 +02:00
|
|
|
|
2017-02-21 22:33:50 +00:00
|
|
|
.. include:: install-base-config-common.inc
|
2016-06-15 18:10:08 +02:00
|
|
|
|
|
|
|
Finalize installation
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
#. Restart the Telemetry services:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
# service ceilometer-agent-central restart
|
|
|
|
# service ceilometer-agent-notification restart
|