diff options
author | Brian Freeman <bf1936@att.com> | 2019-04-29 16:20:21 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-04-29 16:20:31 -0500 |
commit | e14d257db3c028af381ca277e6559d01262524af (patch) | |
tree | 9e15ce744f14daedf2db440ab3a3f8d5784efaea /robot/assets/templates/policy/vFirewall_push.template | |
parent | 4ecc3a7ddb44cb3b64b140f9cf0ab27af3a96aef (diff) |
Update for Dublin Policy API
Add newline for downloaded CSAR Log in sdc interface
Add templates and Keywords for new Policy API for testing
Issue-ID: POLICY-1685
Change-Id: Ib85d3be4004dda04ae6c8d95d48763222547528e
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/assets/templates/policy/vFirewall_push.template')
-rw-r--r-- | robot/assets/templates/policy/vFirewall_push.template | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/robot/assets/templates/policy/vFirewall_push.template b/robot/assets/templates/policy/vFirewall_push.template new file mode 100644 index 00000000..aad32220 --- /dev/null +++ b/robot/assets/templates/policy/vFirewall_push.template @@ -0,0 +1,12 @@ +{ + "policies": [ + { + "policy-id": "onap.vfirewall.tca", + "policy-version": 1 + }, + { + "policy-id": "operational.modifyconfig", + "policy-version": 1 + } + ] +} |