diff --git a/install-guide/source/get_started.rst b/install-guide/source/get_started.rst index ea588ec0f..d5c79edc9 100644 --- a/install-guide/source/get_started.rst +++ b/install-guide/source/get_started.rst @@ -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 - Accepts and responds to end user compute API calls... + The API layer for Vitrage. diff --git a/install-guide/source/install-obs.rst b/install-guide/source/install-obs.rst index 048b5ce1d..38a435d8a 100644 --- a/install-guide/source/install-obs.rst +++ b/install-guide/source/install-obs.rst @@ -4,31 +4,11 @@ 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 the packages: - - .. code-block:: console - - # zypper --quiet --non-interactive install - -.. include:: common_configure.rst - 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 diff --git a/install-guide/source/install-rdo.rst b/install-guide/source/install-rdo.rst index 1d5853372..8ed8a7bb1 100644 --- a/install-guide/source/install-rdo.rst +++ b/install-guide/source/install-rdo.rst @@ -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 the packages: - .. code-block:: console - - # yum install - -.. include:: common_configure.rst 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 diff --git a/install-guide/source/install-ubuntu.rst b/install-guide/source/install-ubuntu.rst index b02af5086..604d6bed8 100644 --- a/install-guide/source/install-ubuntu.rst +++ b/install-guide/source/install-ubuntu.rst @@ -3,29 +3,10 @@ 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 the packages: - - .. code-block:: console - - # apt-get update - - # apt-get install - -.. include:: common_configure.rst Finalize installation --------------------- - -Restart the Root Cause Analyzis services: - -.. code-block:: console - - # service openstack-vitrage-api restart