Adding introduction to Vitrage installation guide.
Change-Id: Ia123e11d9c0158c4edb15563d7f991fa12548edc Signed-off-by: visnyei <andrea.visnyei@nokia.com>
This commit is contained in:
parent
ab4080e34c
commit
077571201e
@ -1,9 +1,14 @@
|
|||||||
====================================
|
====================================
|
||||||
Root Cause Analyzis service overview
|
Root Cause Analysis service overview
|
||||||
====================================
|
====================================
|
||||||
The Root Cause Analyzis service provides...
|
Vitrage provides a root cause analysis service, which is used for analyzing the topology and alarms of the cloud, and providing insights about it.
|
||||||
|
|
||||||
The Root Cause Analyzis service consists of the following components:
|
The Root Cause Analysis service consists of the following components:
|
||||||
|
|
||||||
|
``vitrage-graph`` service
|
||||||
|
The main process. It holds the in-memory entity graph, the template evaluator, and the different datasources.
|
||||||
|
``vitrage-notifier`` service
|
||||||
|
Used for notifying external systems about Vitrage alarms/state changes. It only calls Nova force-down API
|
||||||
|
and Simple Network Management Protocol (SNMP) in the Ocata release.
|
||||||
``vitrage-api`` service
|
``vitrage-api`` service
|
||||||
Accepts and responds to end user compute API calls...
|
The API layer for Vitrage.
|
||||||
|
@ -4,31 +4,11 @@
|
|||||||
Install and configure for openSUSE and SUSE Linux Enterprise
|
Install and configure for openSUSE and SUSE Linux Enterprise
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
This section describes how to install and configure the Root Cause Analyzis service
|
|
||||||
for openSUSE Leap 42.1 and SUSE Linux Enterprise Server 12 SP1.
|
|
||||||
|
|
||||||
.. include:: common_prerequisites.rst
|
|
||||||
|
|
||||||
Install and configure components
|
Install and configure components
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
#. Install the packages:
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
# zypper --quiet --non-interactive install
|
|
||||||
|
|
||||||
.. include:: common_configure.rst
|
|
||||||
|
|
||||||
|
|
||||||
Finalize installation
|
Finalize installation
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
Start the Root Cause Analyzis services and configure them to start when
|
|
||||||
the system boots:
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
# systemctl enable openstack-vitrage-api.service
|
|
||||||
|
|
||||||
# systemctl start openstack-vitrage-api.service
|
|
||||||
|
@ -4,30 +4,10 @@ Install and configure for Red Hat Enterprise Linux and CentOS
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
||||||
This section describes how to install and configure the Root Cause Analyzis service
|
|
||||||
for Red Hat Enterprise Linux 7 and CentOS 7.
|
|
||||||
|
|
||||||
.. include:: common_prerequisites.rst
|
|
||||||
|
|
||||||
Install and configure components
|
Install and configure components
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
#. Install the packages:
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
# yum install
|
|
||||||
|
|
||||||
.. include:: common_configure.rst
|
|
||||||
|
|
||||||
Finalize installation
|
Finalize installation
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
Start the Root Cause Analyzis services and configure them to start when
|
|
||||||
the system boots:
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
# systemctl enable openstack-vitrage-api.service
|
|
||||||
|
|
||||||
# systemctl start openstack-vitrage-api.service
|
|
||||||
|
@ -3,29 +3,10 @@
|
|||||||
Install and configure for Ubuntu
|
Install and configure for Ubuntu
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
This section describes how to install and configure the Root Cause Analyzis
|
|
||||||
service for Ubuntu 14.04 (LTS).
|
|
||||||
|
|
||||||
.. include:: common_prerequisites.rst
|
|
||||||
|
|
||||||
Install and configure components
|
Install and configure components
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
#. Install the packages:
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
# apt-get update
|
|
||||||
|
|
||||||
# apt-get install
|
|
||||||
|
|
||||||
.. include:: common_configure.rst
|
|
||||||
|
|
||||||
Finalize installation
|
Finalize installation
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
Restart the Root Cause Analyzis services:
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
# service openstack-vitrage-api restart
|
|
||||||
|
Loading…
Reference in New Issue
Block a user