aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/upgrade.json
blob: 49c64d0e6bfcf165274efd537cb5339341c6fbac (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
}