From cc6265ef38c277559d5bee6695f0353b15f87b37 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 21 Aug 2020 10:53:44 -0400 Subject: Add guard filter documentation Added guard filter to documentation and expanded doc on the other filters. Issue-ID: POLICY-2590 Change-Id: I5683b1f8d6a1999f411c9eab5b538b8f2fb82664 Signed-off-by: Pamela Dragosh --- docs/xacml/example.guard.minmax.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/xacml/example.guard.minmax.yaml (limited to 'docs/xacml/example.guard.minmax.yaml') diff --git a/docs/xacml/example.guard.minmax.yaml b/docs/xacml/example.guard.minmax.yaml new file mode 100644 index 00000000..5411378a --- /dev/null +++ b/docs/xacml/example.guard.minmax.yaml @@ -0,0 +1,17 @@ +tosca_definitions_version: tosca_simple_yaml_1_1_0 +topology_template: + policies: + - guard.minmax.scaleout: + type: onap.policies.controlloop.guard.common.MinMax + type_version: 1.0.0 + version: 1.0.0 + name: guard.minmax.scaleout + metadata: + policy-id: guard.minmax.scaleout + properties: + actor: SO + operation: VF Module Create + id: my-controlloop + target: the-vfmodule-id + min: 1 + max: 2 \ No newline at end of file -- cgit 1.2.3-korg