vFWDT tutorial fixes after integration tests
[demo.git] / tutorials / vFWDT / workflow / templates / cdt-templates / vfw-sink / upgrade.json
1 {
2     "InventoryNames": "VM",
3     "PlaybookName": "${book_name}",
4     "AutoNodeList": true,
5     "EnvParameters": {
6         "ConfigFileName": "../config.json",
7         "vnf_instance": "vfwdt",
8         "new_software_version": "${new-software-version}",
9         "existing_software_version": "${existing-software-version}"
10     },
11     "FileParameters": {
12         "config.json": "${file_parameter_content}"
13     },
14     "Timeout": 3600
15 }