OpenStack RCA (Root Cause Analysis) Engine
Go to file
Dmitriy Rabotyagov 24dd49640d Use sqlalchemy text for ensuring session existence
Textual SQL expressions should be passed using text() method. Passing
them as a simple string is deprecated and can be no longer used with
modern sqlalchemy.

This also squashes patch [1] which replaces pysnmp[1] that is no longer
maintained with a fork pysnmp-lextudio[2] to resolve circular dependency

[1] https://review.opendev.org/c/openstack/vitrage/+/918415
[2] https://github.com/lextudio/pysnmp

Depends-On: https://review.opendev.org/c/openstack/vitrage-tempest-plugin/+/927167
Co-Authored-By: Takashi Kajinami <kajinamit@oss.nttdata.com>
Change-Id: Ied45b260415826a09c9c2358d37c34452ab10f32
2024-08-26 15:31:05 +00:00
devstack Install pymemcache in devstack when needed 2024-01-15 12:30:21 +01:00
doc Do not use whitespace separator in coordination ID 2024-01-16 07:55:48 +00:00
etc/vitrage Fix missing oslo.messaging options 2023-02-03 13:20:13 +09:00
releasenotes reno: Update master for unmaintained/zed 2024-04-26 18:15:55 +00:00
tools Fix tox and update hacking 2020-01-02 15:39:27 +02:00
vitrage Use sqlalchemy text for ensuring session existence 2024-08-26 15:31:05 +00: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 Return back grenade jobs and make datasources voting 2024-04-02 10:12:09 +02:00
CONTRIBUTING.rst Update the bugs link to storyboard 2018-12-31 20:15:15 +08:00
HACKING.rst Remove unicode from doc 2021-02-19 09:05:21 +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
README.rst Start README.rst with a better title 2019-11-20 15:27:09 +08:00
requirements.txt Use sqlalchemy text for ensuring session existence 2024-08-26 15:31:05 +00:00
setup.cfg Update python classifier in setup.cfg 2024-01-16 10:16:03 +00:00
setup.py Cleanup py27 support 2020-04-12 18:02:58 +00:00
test-requirements.txt Get rid of warning caused by [service_credentials] region_name 2022-08-09 11:30:57 +00:00
tox.ini Fix tox 4 changes 2023-02-17 07:55:50 +00:00

OpenStack Vitrage

image

OpenStack 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