vitrage/vitrage/evaluator/template_validation
Ifat Afek df289c2933 Add template validations, to handle the case of actions that don't have an action_target
Two new validations are added:
1. A condition can not be only "negative". For example, instead of: "not alarm_on_instance" one should use "instance and not_alarm_on_instance"
2. There should be an entity that is common to all parts of an "or" condition.  For example, this is illegal: "alarm1_on_host or alarm2_on_instance"

Change-Id: I209155ade48ba740642670891c11aeef0868197c
Implements: blueprint support-external-actions
2017-07-24 13:28:57 +00:00
..
content Add template validations, to handle the case of actions that don't have an action_target 2017-07-24 13:28:57 +00:00
__init__.py template content validation - fix bugs 2016-05-26 06:41:22 +00:00
base.py Implement static datasource driver 2016-12-12 10:19:38 +08:00
status_messages.py Add template validations, to handle the case of actions that don't have an action_target 2017-07-24 13:28:57 +00:00
template_syntax_validator.py Refactor the Vitrage template content validators and their tests. 2017-06-28 13:27:17 +00:00