OpenStack RCA (Root Cause Analysis) Engine
Go to file
Idan Hefetz 0996ffe977 remove eventlet and monkey patch
Using eventlet for rpc enforces using eventlet.monkey_patch caused all
vitrage to affectivly use a single thread.
With this change, vitrage may use actual threads (mostly affects the main processor process).
This change passed thorough testing.

Change-Id: I71991d6f795e5c503c7226523e36c4fb7ab3835c
2017-12-13 07:11:44 +00:00
devstack persistor test fix 2017-12-10 15:52:46 +00:00
doc/source renew the installation document. 2017-12-11 08:36:20 +08:00
etc/vitrage support 'mark_down' action for instances 2017-11-23 08:48:41 +08:00
playbooks/legacy Move legacy jobs to project 2017-10-10 01:24:31 +00:00
releasenotes Merge "Added a version to Vitrage templates" 2017-12-04 21:05:49 +00:00
tools py35 doesn't have xrange 2017-09-04 15:38:41 +03:00
vitrage remove eventlet and monkey patch 2017-12-13 07:11:44 +00:00
vitrage_tempest_tests support json field in db 2017-12-11 13:10:06 +00:00
.gitignore Register default policies in code 2017-11-12 09:30:12 +00:00
.gitreview Added .gitreview 2015-09-30 18:54:43 +00:00
.testr.conf Tempest Gate 2016-05-03 14:15:38 +03:00
.zuul.yaml Add py35 jobs to the gate 2017-12-10 08:48:45 +00:00
babel.cfg Add Vitrage project initial file 2015-11-06 14:46:43 +02:00
CONTRIBUTING.rst Update the documentation link for doc migration 2017-09-22 05:56:11 +00:00
HACKING.rst add disable log.warn to hacking 2017-11-20 11:43:11 +02:00
initial.txt Documentation updates 2016-09-29 09:21:27 +00:00
LICENSE Add Vitrage project initial file 2015-11-06 14:46:43 +02:00
openstack-common.conf Add Vitrage project initial file 2015-11-06 14:46:43 +02:00
README.rst Update the documentation link for doc migration 2017-09-22 05:56:11 +00:00
requirements.txt Updated from global requirements 2017-12-07 13:52:22 +00:00
setup.cfg Vitrage Persistor Service 2017-11-26 11:36:12 +00:00
setup.py Updated from global requirements 2017-03-03 23:01:30 +00:00
test-requirements.txt Updated from global requirements 2017-12-07 13:52:22 +00:00
tox.ini Apply pep8 check to app.wsgi 2017-11-28 15:22:34 +07:00

Team and repository tags

image

Vitrage

The OpenStack RCA Service

Vitrage is the OpenStack RCA (Root Cause Analysis) Service for organizing, analyzing and expanding OpenStack alarms & events, yielding insights regarding the root cause of problems and deducing the existence of problems before they are directly detected.

Enabling Vitrage in DevStack

More details in: README file

Project Resources