renew the installation document.

Change-Id: I164e71e80ca175806ff7059c713d265b1d94a9d4
This commit is contained in:
guoshuaijie 2017-12-07 17:07:19 +08:00
parent 6932703d45
commit 4d222edfd9
4 changed files with 17 additions and 9 deletions

View File

@ -7,9 +7,15 @@ Vitrage provides a root cause analysis service, which is used for analyzing the
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.
The main process. It includes the in-memory entity graph and the template evaluator.
``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
The API layer for Vitrage.
``vitrage-collector`` service
Responsible for retrieving data from the different datasources.
``vitrage-ml`` service
Performs alarm analysis using Machine Learning methods.
``vitrage-persistor`` service
Used to persist the events coming from the datasources in a database.

View File

@ -13,4 +13,4 @@ Root Cause Analysis service
The Root Cause Analysis service (vitrage) provides...
This chapter assumes a working setup of OpenStack following the
`OpenStack Installation Tutorial <http://docs.openstack.org/#install-guides>`_.
`OpenStack Installation Guide <https://docs.openstack.org/install-guide/>`_.

View File

@ -37,7 +37,9 @@ To install a specific version, add the version number:
+==================+=================+===============+
| Ocata | 1.5.1 | 1.1.1 |
+------------------+-----------------+---------------+
| Pike | ... | ... |
| Pike | 1.8.2 | 1.4.0 |
+------------------+-----------------+---------------+
| Queens | ... | ... |
+------------------+-----------------+---------------+
Configure Vitrage
@ -63,7 +65,7 @@ Create the Vitrage folders
Copy `api-paste.ini`_ to /etc/vitrage/
Copy the `datasources_values`_ folder with its content
Copy the `datasources_values`_ folder with its content under /etc/vitrage/
**Note:** You don't need to copy all files in this folder, only the ones that
belong to datasources you plan to use. The only file that **must** be copied
@ -71,8 +73,8 @@ is vitrage.yaml
.. _api-paste.ini: http://git.openstack.org/cgit/openstack/vitrage/tree/etc/vitrage/api-paste.ini
.. _datasources_values: http://git.openstack.org/cgit/openstack/vitrage/tree/etc/vitrage/datasources_values
.. _api-paste.ini: https://git.openstack.org/cgit/openstack/vitrage/tree/etc/vitrage/api-paste.ini
.. _datasources_values: https://git.openstack.org/cgit/openstack/vitrage/tree/etc/vitrage/datasources_values
Create the vitrage.conf file
============================
@ -106,6 +108,7 @@ Create /etc/vitrage/vitrage.conf file with the following information:
auth_url = http://<ip>:35357
auth_type = password
Replace **<ip>** with your controller node's IP.
Set the list of datasource you would like to use for Vitrage.
**Note:** In order for a datasource to be supported, the underlying component
@ -185,7 +188,7 @@ Install the Vitrage Dashboard
Follow the vitrage-dashboard_ installation procedure.
.. _vitrage-dashboard: http://git.openstack.org/cgit/openstack/vitrage-dashboard/tree/doc/source/installation.rst
.. _vitrage-dashboard: https://git.openstack.org/cgit/openstack/vitrage-dashboard/tree/doc/source/contributor/installation.rst
Automatic
+++++++++

View File

@ -6,5 +6,4 @@ Next steps
Your OpenStack environment now includes the vitrage service.
To add additional services, see
https://docs.openstack.org/project-install-guide/draft/index.html .
https://docs.openstack.org/pike/install/ .