OpenStack RCA (Root Cause Analysis) Engine
Go to file
Tyler Smith 17b0322679 Implements alarm counts API
This change is to introduce a new rest api (v1/alarm/count) to
vitrage to provide counts of any alarms present in the system.
- It can optionally provide counts of alarms for all_tenants
  similarly to the alarm api
- The rest api doc has been updated
- Unit test were added to test the api with and without
  all_tenants as well as noauth

Change-Id: I6061b63c068580dcd25df5c624d9b3bd88f30cca
Implements: blueprint alarm-counts-api
Signed-off-by: Tyler Smith <tyler.smith@windriver.com>
2017-08-03 13:50:41 -04:00
devstack support uwsgi in devstack 2017-06-28 17:06:35 +03:00
doc/source Implements alarm counts API 2017-08-03 13:50:41 -04:00
etc/vitrage Implements alarm counts API 2017-08-03 13:50:41 -04:00
releasenotes add keycloak release notes 2017-08-03 11:09:53 +03:00
tools New Tool- To generate numerous mock notifications. 2017-07-03 11:23:32 +00:00
vitrage Implements alarm counts API 2017-08-03 13:50:41 -04:00
vitrage_tempest_tests fix import error 2017-07-30 13:00:05 +03:00
.gitignore Ignore .python-version which is used by pyenv 2016-08-15 16:26:14 +08:00
.gitreview Added .gitreview 2015-09-30 18:54:43 +00:00
.testr.conf Tempest Gate 2016-05-03 14:15:38 +03:00
babel.cfg Add Vitrage project initial file 2015-11-06 14:46:43 +02:00
CONTRIBUTING.rst Add Vitrage project initial file 2015-11-06 14:46:43 +02:00
HACKING.rst fix doc 2015-12-20 10:26:53 +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 Optimize the link address 2017-04-10 12:53:50 +05:30
requirements.txt Updated from global requirements 2017-07-31 14:00:35 +00:00
run_vitrage_tempest.sh get_topology validation & run_vitrage_tempest.sh 2016-02-23 15:35:45 +00:00
setup.cfg add some tests for keycloak 2017-08-02 13:15:58 +00:00
setup.py Updated from global requirements 2017-03-03 23:01:30 +00:00
test-requirements.txt add some tests for keycloak 2017-08-02 13:15:58 +00:00
tox.ini Merge "Enable some off-by-default checks" 2017-07-09 11:22:05 +00: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