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