APPC CDT Automation
[demo.git] / tutorials / vFWDT / workflow / templates / cdt-templates / vpgn / traffic.json
diff --git a/tutorials/vFWDT/workflow/templates/cdt-templates/vpgn/traffic.json b/tutorials/vFWDT/workflow/templates/cdt-templates/vpgn/traffic.json
new file mode 100755 (executable)
index 0000000..404cd2f
--- /dev/null
@@ -0,0 +1,13 @@
+{
+    "InventoryNames": "VM",
+    "PlaybookName": "${()=(book_name)}",
+    "AutoNodeList": true,
+    "EnvParameters": {
+        "ConfigFileName": "../traffic_distribution_config.json",
+        "vnf_instance": "vfwdt"
+    },
+    "FileParameters": {
+        "traffic_distribution_config.json": "${()=(file_parameter_content)}"
+    },
+    "Timeout": 3600
+}
\ No newline at end of file