OpenStack RCA (Root Cause Analysis) Engine
Go to file
Sean McGinnis 1e894aedd4 Remove setup.py check from pep8 job
Using "python setup.py check -r -s" method of checking the package has
been deprecated with the new recommendation to build the sdist and
wheel, then running "twine check" against the output.

Luckily, there is already a job that covers this that only runs when the
README, setup.py, or setup.cfg files change, making running this in the
pep8 job redundant. This is covered by the test-release-openstack-python3
that is defined in the publish-to-pypi-python3 template.

More details can be found in this mailing list post:

http://lists.openstack.org/pipermail/openstack-dev/2018-October/136136.html

Change-Id: I60ab96b2f69748e9fad65a73f168b414c14a857a
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-10-30 11:13:44 -05:00
devstack don't call get_apache_version 2018-10-18 11:46:21 +03:00
doc Merge "Update Vitrage architecture diagram for Rocky" 2018-10-21 14:23:26 +00:00
etc/vitrage bug fix: add prometheus.yaml to datasources_values 2018-08-20 11:47:14 +00:00
playbooks/legacy Add upgrade support for Vitrage 2018-06-26 17:17:16 +03:00
releasenotes Update reno for stable/rocky 2018-08-09 21:37:27 +00:00
tools Cleanup exception logging 2018-06-13 13:58:04 +00:00
vitrage Merge "make user_info_endpoint_url independent of auth_url" 2018-10-21 14:23:24 +00:00
.gitignore Switch to stestr 2018-07-16 13:51:32 +07:00
.gitreview Added .gitreview 2015-09-30 18:54:43 +00:00
.stestr.conf move to stestr 2018-02-22 15:03:26 +00:00
.zuul.yaml Cleanup .zuul.yaml 2018-09-30 11:41:11 +02:00
CONTRIBUTING.rst Update the documentation link for doc migration 2017-09-22 05:56:11 +00:00
HACKING.rst add hacking check for assertEquals(True/False) 2018-01-05 16:06:28 +08:00
LICENSE Add Vitrage project initial file 2015-11-06 14:46:43 +02:00
README.rst Add storyboard link into README.rst 2018-08-28 12:02:58 +00:00
babel.cfg Add Vitrage project initial file 2015-11-06 14:46:43 +02:00
initial.txt Documentation updates 2016-09-29 09:21:27 +00:00
lower-constraints.txt add timezone to alarms queried from db 2018-08-07 12:28:24 +00:00
openstack-common.conf Add Vitrage project initial file 2015-11-06 14:46:43 +02:00
requirements.txt dont use rabbit_hosts on conf 2018-10-11 12:12:54 +03:00
setup.cfg Graph fast fail-over 2018-07-24 10:57:42 +00:00
setup.py Updated from global requirements 2017-03-03 23:01:30 +00:00
test-requirements.txt Switch to stestr 2018-07-16 13:51:32 +07:00
tox.ini Remove setup.py check from pep8 job 2018-10-30 11:13:44 -05:00

README.rst

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