You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
devstack | 3 years ago | |
doc | 1 year ago | |
releasenotes | 2 months ago | |
tools | 3 years ago | |
vitrage_dashboard | 4 weeks ago | |
.coveragerc | 7 years ago | |
.gitignore | 10 months ago | |
.gitreview | 3 years ago | |
.jshintrc | 7 years ago | |
.mailmap | 7 years ago | |
.stestr.conf | 10 months ago | |
.zuul.yaml | 3 weeks ago | |
CONTRIBUTING.rst | 3 years ago | |
HACKING.rst | 5 years ago | |
LICENSE | 7 years ago | |
MANIFEST.in | 4 years ago | |
README.rst | 2 years ago | |
babel.cfg | 7 years ago | |
bindep.txt | 1 year ago | |
karma.conf.js | 1 year ago | |
manage.py | 3 years ago | |
package.json | 1 year ago | |
requirements.txt | 2 years ago | |
setup.cfg | 5 months ago | |
setup.py | 2 years ago | |
test-requirements.txt | 10 months ago | |
test-shim.js | 4 years ago | |
tox.ini | 8 months ago |
README.rst
Vitrage Dashboard
Vitrage is the Openstack RCA (Root Cause Analysis) Engine 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.
Vitrage Dashboard is an extension for OpenStack Dashboard that provides a UI for Vitrage.
Project Resources
How to use this package
With Devstack
Add the following to your Devstack local.conf file
enable_plugin vitrage-dashboard https://opendev.org/openstack/vitrage-dashboard
With Horizon
:
git clone https://github.com/openstack/horizon.git
git clone https://github.com/openstack/vitrage-dashboard.git
git clone https://github.com/openstack/python-vitrageclient.git
cd ../horizon
./run_tests.sh -f --docs
cp ./openstack_dashboard/local/local_settings.py.example ./openstack_dashboard/local/local_settings.py
pushd ../vitrage-dashboard
../horizon/tools/with_venv.sh pip install -e.
cp -a vitrage_dashboard/enabled/* ../horizon/openstack_dashboard/enabled/
popd
cd python-vitrageclient
../horizon/tools/with_venv.sh pip install -e.