From 0917c1b86b2ca2c584791a12cc941cd9ff92b78c Mon Sep 17 00:00:00 2001 From: "Chayal, Avteet (ac229e)" Date: Thu, 1 Nov 2018 07:06:38 +0000 Subject: Fixed tosca models and updated policies Fixed tosca models and updated policies for vFW Issue-ID: OPTFRA-384 Change-Id: If84cd3117f3c7b3d91a22e379b38c567ed3804e2 Signed-off-by: Chayal, Avteet (ac229e) --- .../policy-local-files/subscriber_policy_vCPE.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/policy-local-files/subscriber_policy_vCPE.json (limited to 'test/policy-local-files/subscriber_policy_vCPE.json') diff --git a/test/policy-local-files/subscriber_policy_vCPE.json b/test/policy-local-files/subscriber_policy_vCPE.json new file mode 100644 index 0000000..bd56dfc --- /dev/null +++ b/test/policy-local-files/subscriber_policy_vCPE.json @@ -0,0 +1,22 @@ +{ + "service": "subscriberPolicy", + "policyName": "OSDF_CASABLANCA.SubscriberPolicy_v1", + "description": "Subscriber Policy for vCPE", + "templateVersion": "OpenSource.version.1", + "version": "test1", + "priority": "1", + "riskType": "test", + "riskLevel": "3", + "guard": "False", + "content": { + "identity": "subscriber_vCPE", + "policyScope": ["vCPE", "subscriber_x", "subscriber_y", "subscriberPolicy"], + "properties": { + "subscriberName": ["subscriber_x", "subscriber_y"], + "subscriberRole": ["PVT Homing"], + "provStatus": ["CAPPED"] + }, + "policyType": "subscriberPolicy", + "serviceName": "vCPE" + } +} -- cgit 1.2.3-korg