aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/upgrade.json
blob: c875f285445e978d30709db19a087581801b0452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}