Files
aodh/doc/source/install/install-ubuntu.rst
dommgifer ab53622cd0 Replace independent aodh-api service by Apache web server
The independent aodh-api service has been removed and it is now run by
apache + mod_wsgi. Update the services mentioned accordingly.

Note:
 - Apache Web server is already installed/enabled when keystone is
   is installed
 - Guide for OpenSUSE is not updated by this change, because OpenStack
   packages for OpenSUSE haven't been for long time.

Close-bug: #1754212
Change-Id: I91544cee4c610ec5cb23f73f63efbd90da66b90a
2025-01-06 16:14:53 +00:00

1.2 KiB

Install and configure for Ubuntu

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.

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:

    # apt-get install aodh-api aodh-evaluator aodh-notifier \
      aodh-listener aodh-expirer python-aodhclient

Finalize installation

  1. Restart the Alarming services:

    # service apache2 restart
    # service aodh-evaluator restart
    # service aodh-notifier restart
    # service aodh-listener restart