vitrage/releasenotes/notes/not_operator_for_templates-f1e4c517236ca54e.yaml
Alexey Weyl 6fd8d07780 not operator release notes
Change-Id: I1d5c0a075948764e8e6fd19ec441a1fdf4b8436a
2017-06-06 12:04:51 +00:00

9 lines
375 B
YAML

---
features:
- The ``Not Operator`` feature adds support of the ``not`` operator to the
templates language in addition to ``and`` and ``or`` operators.
The ``not`` operator allows scenarios such as -
- Support of High Availability scenarios
- Support of negative scenarios, for example - raise an alarm on host
that has no ``cpu_alarm`` on it.