diff options
author | Chayal, Avteet (ac229e) <ac229e@att.com> | 2018-11-01 03:47:26 +0000 |
---|---|---|
committer | Chayal, Avteet (ac229e) <ac229e@att.com> | 2018-11-01 03:47:53 +0000 |
commit | 49570621115a7f5c89e607e52decb7aa583af4f6 (patch) | |
tree | c812523cdc152d0ad2be66df069eb8b89bc4eb76 /test/policy-local-files/Distance_vG_1.json | |
parent | 99be035a26a198d676547c9f88c56f1f0c37b697 (diff) |
Fixed tosca models, updated code and policies
Fixed tosca models, updated policies and code
for conductor payload changes for vFW and vCPE
Change-Id: Ia98c632fc2fd564efa3b96e8a7888bc97d1c5448
Issue-ID: OPTFRA-384
Signed-off-by: Chayal, Avteet (ac229e) <ac229e@att.com>
Diffstat (limited to 'test/policy-local-files/Distance_vG_1.json')
-rw-r--r-- | test/policy-local-files/Distance_vG_1.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/policy-local-files/Distance_vG_1.json b/test/policy-local-files/Distance_vG_1.json index 06c3ada..a326331 100644 --- a/test/policy-local-files/Distance_vG_1.json +++ b/test/policy-local-files/Distance_vG_1.json @@ -1,6 +1,6 @@ { - "service": "distance_to_location", - "policyName": "OSDF_R2.Distance_vG_1", + "service": "distancePolicy", + "policyName": "OSDF_CASABLANCA.Distance_vG_1", "description": "Distance Policy for vG", "templateVersion": "OpenSource.version.1", "version": "test1", @@ -10,13 +10,13 @@ "guard": "False", "content": { "distanceProperties": { - "locationInfo": "customer_location", + "locationInfo": "customer_loc", "distance": { "value": "1500", "operator": "<", "unit": "km" } }, "identity": "distance-vG", "resources": ["vG"], "policyScope": ["vCPE", "US", "INTERNATIONAL", "ip", "vG"], - "policyType": "distancePolicy", + "policyType": "distance_to_location", "applicableResources": "any" } } |