From 6fd8d07780ef776bc80613b0e3a308db93b2f763 Mon Sep 17 00:00:00 2001 From: Alexey Weyl Date: Tue, 6 Jun 2017 11:01:13 +0000 Subject: [PATCH] not operator release notes Change-Id: I1d5c0a075948764e8e6fd19ec441a1fdf4b8436a --- .../not_operator_for_templates-f1e4c517236ca54e.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/not_operator_for_templates-f1e4c517236ca54e.yaml diff --git a/releasenotes/notes/not_operator_for_templates-f1e4c517236ca54e.yaml b/releasenotes/notes/not_operator_for_templates-f1e4c517236ca54e.yaml new file mode 100644 index 000000000..bf7f1d55c --- /dev/null +++ b/releasenotes/notes/not_operator_for_templates-f1e4c517236ca54e.yaml @@ -0,0 +1,8 @@ +--- +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.