File: install-obs.rst

package info (click to toggle)
aodh 20.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,936 kB
  • sloc: python: 11,347; sh: 316; makefile: 206
file content (51 lines) | stat: -rw-r--r-- 1,632 bytes parent folder | download | duplicates (4)
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
.. _install-obs:

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

This section describes how to install and configure the
Telemetry Alarming service, code-named aodh, on the controller node.

This section assumes that you already have a working OpenStack
environment with at least the following components installed:
Compute, Image Service, Identity.

.. include:: prereq-common.rst

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

.. note::

   Default configuration files vary by distribution. You might need to add
   these sections and options rather than modifying existing sections and
   options. Also, an ellipsis (...) in the configuration snippets indicates
   potential default configuration options that you should retain.

1. Install the packages:

   .. code-block:: console

      # zypper install openstack-aodh-api \
        openstack-aodh-evaluator openstack-aodh-notifier \
        openstack-aodh-listener openstack-aodh-expirer \
        python-aodhclient

.. include:: configure-common.rst

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

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

   .. code-block:: console

      # systemctl enable openstack-aodh-api.service \
        openstack-aodh-evaluator.service \
        openstack-aodh-notifier.service \
        openstack-aodh-listener.service
      # systemctl start openstack-aodh-api.service \
        openstack-aodh-evaluator.service \
        openstack-aodh-notifier.service \
        openstack-aodh-listener.service