Add passthrough attributes
[optf/osdf.git] / test / policy-local-files / vnfPolicy_vFW_TD.json
index efe8ffa..a471a77 100644 (file)
     "guard": "False",
     "content": {
         "identity": "vnf_vFW_TD",
-        "policyScope": ["TD", "vFW-SINK"],
+        "policyScope": [
+            "td",
+            "us",
+            "vFW-SINK"
+        ],
         "policyType": "vnfPolicy",
         "resources": ["vFW-SINK"],
         "applicableResources": "any",
@@ -18,7 +22,9 @@
             "inventoryProvider": "aai",
             "serviceType": "",
             "inventoryType": "vfmodule",
-            "customerId": "Demonstration",
+            "customerId": {
+                "get_param": "chosen_customer_id"
+            },
             "equipmentRole": "",
             "attributes": {
                 "orchestrationStatus": ["active"],
                 "service_instance_id": {
                     "get_param": "service_id"
                 }
+            },
+            "passthroughAttributes": {
+                "td-role": "destination"
             }
         }]
     }
-}
\ No newline at end of file
+}