From e957a1d9a9fa6bd0f9f8348d1e864c09cfe2cb92 Mon Sep 17 00:00:00 2001 From: Michael Mokry Date: Mon, 10 Sep 2018 15:23:15 -0500 Subject: New min/max Guard Policy Made changes to support Guard policy create/update and other policy manager functions including deletePolicy and pushPolicy. Includes changes for new Guard policy support using GUI and API (Rest and Java Client) Made changes to address Jim's comments Made changes to address Liam's comments Change-Id: I133fe1fd9287ea77ea41a2788de90c7642c36b6a Issue-ID: POLICY-1038 Signed-off-by: Mike Mokry --- .../Decision_GuardMinMaxPolicyTemplate.xml | 138 +++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 ONAP-PAP-REST/src/main/resources/Decision_GuardMinMaxPolicyTemplate.xml (limited to 'ONAP-PAP-REST/src/main/resources') diff --git a/ONAP-PAP-REST/src/main/resources/Decision_GuardMinMaxPolicyTemplate.xml b/ONAP-PAP-REST/src/main/resources/Decision_GuardMinMaxPolicyTemplate.xml new file mode 100644 index 000000000..afb118aa5 --- /dev/null +++ b/ONAP-PAP-REST/src/main/resources/Decision_GuardMinMaxPolicyTemplate.xml @@ -0,0 +1,138 @@ + + + + ${description} + + + + + ${PolicyName} + + + + + + ${ONAPName} + + + + (?i)${actor} + + + + (?i)${recipe} + + + + ${targets} + + + + ${clname} + + + + + + + + + + + DECIDE + + + + + + + + + + + + + ${guardActiveStart} + ${guardActiveEnd} + + + + + + ${min} + + + + + + ${max} + + + + + + + + + + + DECIDE + + + + + + + + + + + + + + ${guardActiveStart} + ${guardActiveEnd} + + + + + + ${min} + + + + + + ${max} + + + + + + + + + Denied By Guard + + + + + \ No newline at end of file -- cgit 1.2.3-korg