diff options
author | DR695H <dr695h@att.com> | 2019-06-20 17:20:56 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-09 17:54:25 -0400 |
commit | 1a207a405ce7321347de1edc36c2076484700705 (patch) | |
tree | 7b44cfc8c4ccfb53ba10ad3b6be7ccc6c19d731d /tests/policy/engine/opspolicy_VFW.template | |
parent | af20d99d3d140a9b3f5fe8710d75a0a463e22b76 (diff) |
remvoing json templater use
Issue-ID: TEST-158
Change-Id: I0ef42c20de50f9aebaf70056cc00d7a7aa61e712
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'tests/policy/engine/opspolicy_VFW.template')
-rw-r--r-- | tests/policy/engine/opspolicy_VFW.template | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/policy/engine/opspolicy_VFW.template b/tests/policy/engine/opspolicy_VFW.template deleted file mode 100644 index 224f5cf4..00000000 --- a/tests/policy/engine/opspolicy_VFW.template +++ /dev/null @@ -1,24 +0,0 @@ -{ - "policyConfigType": "BRMS_PARAM", - "policyName": "${policy_name}", - "policyDescription": "Create BRMS Param policy for vFW", - "attributes": { - "RULE": { - "templateName": "ControlLoopDemo__closedLoopControlName", - "closedLoopControlName": "ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a", - "policyVersion": "v1.0", - "aaiNamedQueryUUID": "null", - "aaiPassword": "null", - "aaiURL": "null", - "actor": "APPC", - "appcTopic": "APPC-CL", - "msoPassword": "null", - "msoURL": "null", - "msoUsername": "null", - "aaiUsername": "null", - "notificationTopic": "POLICY-CL-MGT", - "aaiPatternMatch": 1 - } - } -} - |