OpenStack RCA (Root Cause Analysis) Engine
Go to file
Ghanshyam Mann f628ca0055 [train][goal] Define new vitrage-dsvm-api-ipv6-only job
As part of Train community goal 'Support IPv6-Only Deployments and Testing'[1],
we need to define the integration job which deploy services
on IPv6 and perform testing to make sure service listen and communicate
over IPv6 properly.

Vitrage has legacy zuul jobs only so base zuulv3 IPv6 job 'devstack-ipv6' and
'devstack-tempest-ipv6' cannot be used and we have to copy the whole
run.yaml to set the IPv6 setting and run the IPv6 verification
script via post_test_hook.

This commit adds the new job 'vitrage-dsvm-api-ipv6-only'
run on gate and set the required IPv6 setting'.

Story: #2005477
Task: #35938

[1] https://governance.openstack.org/tc/goals/train/ipv6-support-and-testing.html

Depends-On: https://review.opendev.org/#/c/701105/
Change-Id: I343b5ad52b0c70da94d94898b9de201fffe6ce6b
2020-01-05 07:39:57 +00:00
devstack [train][goal] Define new vitrage-dsvm-api-ipv6-only job 2020-01-05 07:39:57 +00:00
doc Use py3 only 2019-12-30 14:24:39 +02:00
etc/vitrage Merge "Add Monasca datasource" 2019-05-15 14:42:04 +00:00
playbooks/legacy [train][goal] Define new vitrage-dsvm-api-ipv6-only job 2020-01-05 07:39:57 +00:00
releasenotes Drop python 2.7 support and testing 2019-10-30 06:10:27 +00:00
tools Refactor vitrage to use global CONF instead of local one 2019-07-22 15:12:43 +03:00
vitrage Repair vitrage-ml run fail. 2019-12-18 03:34:19 +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 [train][goal] Define new vitrage-dsvm-api-ipv6-only job 2020-01-05 07:39:57 +00: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
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
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 Monasca datasource 2019-05-15 08:47:08 +03:00
requirements.txt Use py3 only 2019-12-30 14:24:39 +02:00
setup.cfg Drop python 2.7 support and testing 2019-10-30 06:10:27 +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 Use only py3 as base 2019-12-30 10:35:36 +00:00

README.rst

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