OpenStack RCA (Root Cause Analysis) Engine
Go to file
Eyal 5e2f6ec9ef Make the keycloak middleware thread safe
After moving to uWSGI keycloak middleware was found to be not
thread safe since we hold the token nad relam in an attribute
of a class which initialized once.
So if there are several threads
accessing the class there might have race conditions
lets move them to be parameters on the stack

Change-Id: I5325c7f08f6567d46189d4efdfbc9b0f6f5a8916
2019-07-11 11:03:20 +03:00
devstack Update Devstack plugin README 2019-06-06 16:32:24 +03:00
doc update vitrage graph architecture picture 2019-07-09 10:09:29 +03:00
etc/vitrage Merge "Add Monasca datasource" 2019-05-15 14:42:04 +00:00
playbooks/legacy OpenDev Migration Patch 2019-04-19 19:35:54 +00:00
releasenotes Add new api vitrage status 2019-07-02 15:42:56 +03:00
tools Cleanup exception logging 2018-06-13 13:58:04 +00:00
vitrage Make the keycloak middleware thread safe 2019-07-11 11:03:20 +03:00
.gitignore Switch to stestr 2018-07-16 13:51:32 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:35:54 +00:00
.stestr.conf move to stestr 2018-02-22 15:03:26 +00:00
.zuul.yaml Switch python3 versions of test jobs to match Train PTI 2019-06-24 10:20:41 +00:00
babel.cfg Add Vitrage project initial file 2015-11-06 14:46:43 +02:00
CONTRIBUTING.rst Update the bugs link to storyboard 2018-12-31 20:15:15 +08:00
HACKING.rst add hacking check for assertEquals(True/False) 2018-01-05 16:06:28 +08: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
lower-constraints.txt Add Monasca datasource 2019-05-15 08:47:08 +03:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 01:54:02 +08:00
requirements.txt Add Monasca datasource 2019-05-15 08:47:08 +03:00
setup.cfg Switch python3 versions of test jobs to match Train PTI 2019-06-24 10:20:41 +00:00
setup.py Updated from global requirements 2017-03-03 23:01:30 +00:00
test-requirements.txt add a new service list api 2019-02-12 09:11:22 +02:00
tox.ini Add Python 3 Train unit tests 2019-07-05 16:44:26 -04: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