Support the integration with Mistral

This change contains the code without the tempest test. I will push the tempest test in a different change.

Implements: blueprint integration-with-mistral
Change-Id: Ie892482f1dede7487fbd690aff85febb17d17462
This commit is contained in:
Ifat Afek
2017-08-08 19:41:45 +00:00
parent 881b04e793
commit d015afde1e
10 changed files with 205 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
---
features:
- Integration with Mistral (the OpenStack workflow service).
The Vitrage user can specify in a Vitrage template that if a certain
condition is met (like an alarm on the host, or a combination of a few
alarms) a Mistral workflow should be executed. The workflow can be used,
for example, to take corrective actions.