aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/vFWDT/policies/rules/vnfPolicy_vFW_TD.json
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/vFWDT/policies/rules/vnfPolicy_vFW_TD.json')
-rw-r--r--tutorials/vFWDT/policies/rules/vnfPolicy_vFW_TD.json40
1 files changed, 23 insertions, 17 deletions
diff --git a/tutorials/vFWDT/policies/rules/vnfPolicy_vFW_TD.json b/tutorials/vFWDT/policies/rules/vnfPolicy_vFW_TD.json
index 8df45e33..240c7325 100644
--- a/tutorials/vFWDT/policies/rules/vnfPolicy_vFW_TD.json
+++ b/tutorials/vFWDT/policies/rules/vnfPolicy_vFW_TD.json
@@ -16,26 +16,32 @@
"vFW-SINK"
],
"policyType": "vnfPolicy",
- "resources": ["vFW-SINK"],
+ "resources": [
+ "vFW-SINK"
+ ],
"applicableResources": "any",
- "vnfProperties": [{
- "inventoryProvider": "aai",
- "serviceType": "",
- "inventoryType": "vfmodule",
- "customerId": {
- "get_param": "chosen_customer_id"
- },
- "equipmentRole": "",
- "attributes": {
- "orchestrationStatus": ["active"],
- "provStatus": "ACTIVE",
- "cloudRegionId": {
- "get_param": "chosen_region"
+ "vnfProperties": [
+ {
+ "inventoryProvider": "aai",
+ "serviceType": "",
+ "inventoryType": "vfmodule",
+ "customerId": {
+ "get_param": "chosen_customer_id"
},
- "service_instance_id": {
- "get_param": "service_id"
+ "equipmentRole": "",
+ "attributes": {
+ "orchestrationStatus": [
+ "active"
+ ],
+ "provStatus": "ACTIVE",
+ "cloudRegionId": {
+ "get_param": "chosen_region"
+ },
+ "service_instance_id": {
+ "get_param": "service_id"
+ }
}
}
- }]
+ ]
}
}