summaryrefslogtreecommitdiff
path: root/doc/source/install/install-base-obs.rst
blob: f1484ad1e026283ef6059386b1677b31945773fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.. _install_obs:

Install and configure for openSUSE and SUSE Linux Enterprise
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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
configure a target to send metering data to. The recommended endpoint
is Gnocchi_.

.. _Gnocchi: https://gnocchi.osci.io
.. include:: install-base-prereq-common.inc

Install Gnocchi
---------------

#. Install the Gnocchi packages. Alternatively, Gnocchi can be install using
   pip:

   .. code-block:: console

      # zypper install openstack-gnocchi-api openstack-gnocchi-metricd \
        python-gnocchiclient

   .. note::

      Depending on your environment size, consider installing Gnocchi
      separately as it makes extensive use of the cpu.

.. include:: install-gnocchi.inc

Finalize Gnocchi installation
-----------------------------

#. Start the Gnocchi services and configure them to start when the
   system boots:

   .. code-block:: console

      # systemctl enable openstack-gnocchi-api.service \
        openstack-gnocchi-metricd.service
      # systemctl start openstack-gnocchi-api.service \
        openstack-gnocchi-metricd.service

Install and configure components
--------------------------------

#. Install the packages:

   .. code-block:: console

      # zypper install openstack-ceilometer-agent-notification \
        openstack-ceilometer-agent-central

.. include:: install-base-config-common.inc

Finalize installation
---------------------

#. Start the Telemetry services and configure them to start when the
   system boots:

   .. code-block:: console

      # systemctl enable openstack-ceilometer-agent-notification.service \
        openstack-ceilometer-agent-central.service
      # systemctl start openstack-ceilometer-agent-notification.service \
        openstack-ceilometer-agent-central.service