aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/upgrade.json
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/upgrade.json')
-rwxr-xr-xtutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/upgrade.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/upgrade.json b/tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/upgrade.json
index c875f285..453db34e 100755
--- a/tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/upgrade.json
+++ b/tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/upgrade.json
@@ -1,15 +1,15 @@
{
"InventoryNames": "VM",
- "PlaybookName": "${()=(book_name)}",
+ "PlaybookName": "${book_name}",
"AutoNodeList": true,
"EnvParameters": {
"ConfigFileName": "../config.json",
"vnf_instance": "vfwdt",
- "new_software_version": "${()=(new-software-version)}",
- "existing_software_version": "${()=(existing-software-version)}"
+ "new_software_version": "${new-software-version}",
+ "existing_software_version": "${existing-software-version}"
},
"FileParameters": {
- "config.json": "${()=(file_parameter_content)}"
+ "config.json": "${file_parameter_content}"
},
"Timeout": 3600
}