OpenStack RCA (Root Cause Analysis) Engine
Go to file
Ghanshyam Mann 017210703c [goal] Deprecate the JSON formatted policy file
As per the community goal of migrating the policy file
the format from JSON to YAML[1], we need to do two things:

1. Change the default value of '[oslo_policy] policy_file''
config option from 'policy.json' to 'policy.yaml' with
upgrade checks.

2. Deprecate the JSON formatted policy file on the project side
via warning in doc and releasenotes.

Also replace policy.json to policy.yaml ref from doc and tests.

[1]https://governance.openstack.org/tc/goals/selected/wallaby/migrate-policy-format-from-json-to-yaml.html

Change-Id: Id369108f00acb6977bf24f48ff77b45a69b2908f
2020-12-24 20:29:57 -06:00
devstack Native Zuul v3 2020-08-20 08:57:15 +00:00
doc Merge "FIx install doc" 2020-11-02 07:03:37 +00:00
etc/vitrage Add state-config for cetus datasource 2020-09-29 14:09:56 +08:00
releasenotes [goal] Deprecate the JSON formatted policy file 2020-12-24 20:29:57 -06:00
tools Fix tox and update hacking 2020-01-02 15:39:27 +02:00
vitrage [goal] Deprecate the JSON formatted policy file 2020-12-24 20:29:57 -06: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 Drop lower-constraints testing 2020-12-22 08:43:37 +00:00
CONTRIBUTING.rst Update the bugs link to storyboard 2018-12-31 20:15:15 +08:00
HACKING.rst Remove check V320 in PY3 2020-09-21 17:33:45 +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 [goal] Deprecate the JSON formatted policy file 2020-12-24 20:29:57 -06:00
README.rst Start README.rst with a better title 2019-11-20 15:27:09 +08:00
requirements.txt [goal] Deprecate the JSON formatted policy file 2020-12-24 20:29:57 -06:00
setup.cfg Add py38 package metadata 2020-05-02 07:48:17 -05:00
setup.py Cleanup py27 support 2020-04-12 18:02:58 +00:00
test-requirements.txt Switch to newer openstackdocstheme and reno versions 2020-06-02 14:04:24 +02:00
tox.ini Update TOX_CONSTRAINTS_FILE 2020-11-17 12:56:12 +02: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