
This adds heat-specific contents of the OpenStack Installation Guide in the aodh repo per [1]. A separate change will remove the aodh contents from the OpenStack Installation Guide for Newton per [2]. The aodh install-guide structure is based on Install Guide Cookiecutter [3]. Also adds tox.ini environment for install-guide. [1] http://specs.openstack.org/openstack/docs-specs/specs/newton/project-specific-installguides.html [2] http://specs.openstack.org/openstack/docs-specs/specs/newton/installguide.html [3] https://review.openstack.org/#/c/314229/ Partially-Implements: blueprint projectspecificinstallguides Change-Id: Ib72b57f9422564c49bf8f24f94f4b76f335e7495
54 lines
1.4 KiB
ReStructuredText
54 lines
1.4 KiB
ReStructuredText
.. _install-ubuntu:
|
|
|
|
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.
|
|
|
|
.. 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
|
|
|
|
# apt-get install aodh-api aodh-evaluator aodh-notifier \
|
|
aodh-listener aodh-expirer python-aodhclient
|
|
|
|
.. include:: configure-common.rst
|
|
|
|
3. Edit the ``/etc/aodh/api_paste.ini`` file and modify the
|
|
``[filter:authtoken]`` section as follows:
|
|
|
|
.. code-block:: ini
|
|
|
|
[filter:authtoken]
|
|
...
|
|
oslo_config_project = aodh
|
|
|
|
Finalize installation
|
|
~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
#. Restart the Alarming services:
|
|
|
|
.. code-block:: console
|
|
|
|
# service aodh-api restart
|
|
# service aodh-evaluator restart
|
|
# service aodh-notifier restart
|
|
# service aodh-listener restart
|