Fixed tosca models, updated code and policies
[optf/osdf.git] / test / policy-local-files / Distance_vFW_1.json
1 {
2   "service": "distancePolicy",
3   "policyName": "OSDF_CASABLANCA.Distance_vFW_1",
4   "description": "Distance Policy for vFW",
5   "templateVersion": "OpenSource.version.1",
6   "version": "test1",
7   "priority": "3",
8   "riskType": "test",
9   "riskLevel": "2",
10   "guard": "False",
11   "content": {
12     "distanceProperties": {
13       "locationInfo": "customer_loc",
14       "distance": { "value": "100", "operator": "<", "unit": "km" }
15     },
16     "identity": "distance-vFW",
17     "resources": ["vFW"],
18     "policyScope": ["vFW", "US", "INTERNATIONAL", "ip"],
19     "policyType": "distance_to_location",
20     "applicableResources": "any"
21   }
22 }