APPC CDT Automation
[demo.git] / tutorials / vFWDT / workflow / templates / cdt-templates / vfw-sink / upgrade.json
diff --git a/tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/upgrade.json b/tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/upgrade.json
new file mode 100755 (executable)
index 0000000..49c64d0
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "InventoryNames": "VM",
+    "PlaybookName": "${()=(book_name)}",
+    "AutoNodeList": true,
+    "EnvParameters": {
+        "ConfigFileName": "../config.json",
+        "vnf_instance": "vfwdt",
+        "new_software_version": "${()=(new-software-version)}",
+        "existing_software_version": "${()=(existing-software-version)}"
+    },
+    "FileParameters": {
+        "config.json": "${()=(file_parameter_content)}"
+    },
+    "Timeout": 3600
+}
\ No newline at end of file