diff options
author | Sastry Isukapalli <sastry@research.att.com> | 2018-03-26 18:06:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-26 18:06:23 +0000 |
commit | 215b19360f73242f2348c812c0afab7d77c083a8 (patch) | |
tree | 7673df4f4d235e02dc0f565d72a8726a5175065f /test/policy-local-files/has_policies_r2/QueryPolicy_vCPE.json | |
parent | 1989be6667eeb3b70e959c688c6b423b30dde78a (diff) | |
parent | dcdf9d8f98b6f472b37a264d93ede2845e39853c (diff) |
Merge "Inserted policy tosca models and examples"
Diffstat (limited to 'test/policy-local-files/has_policies_r2/QueryPolicy_vCPE.json')
-rw-r--r-- | test/policy-local-files/has_policies_r2/QueryPolicy_vCPE.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/policy-local-files/has_policies_r2/QueryPolicy_vCPE.json b/test/policy-local-files/has_policies_r2/QueryPolicy_vCPE.json new file mode 100644 index 0000000..508d7d6 --- /dev/null +++ b/test/policy-local-files/has_policies_r2/QueryPolicy_vCPE.json @@ -0,0 +1,22 @@ +{ + "service": "optimizationQueryPolicy", + "policyName": "oofBeijing.queryPolicy_vCPE", + "description": "Optimization query policy for vCPE", + "templateVersion": "0.0.1", + "version": "oofBeijing", + "priority": "3", + "riskType": "test", + "riskLevel": "2", + "guard": "False", + "content": { + "queryProperties": [ + {"attribute":"locationId", "attribute_location": "customerLocation", "value": ""}, + {"attribute":"id", "attribute_location": "vpnInfo.vpnId", "value": ""}, + {"attribute":"upstreamBW", "attribute_location": "vpnInfo.upstreamBW", "value": ""}, + {"attribute":"customerLatitude", "attribute_location": "customerLatitude", "value": 32.89748}, + {"attribute":"customerLongitude", "attribute_location": "customerLongitude", "value": -97.040443} + ], + "policyScope": ["vCPE", "US", "INTERNATIONAL", "ip", "vGMuxInfra", "vG", "optimizationQueryPolicy"], + "policyType": "optimizationQueryPolicy" + } +} |