aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/cba/Templates/k8s-profiles/ssh-service-mapping.json
blob: 34be0c487bcd5585670fd61f3a83128896772517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
    {
        "name": "vpg-management-port",
        "property": {
            "description": "The number of node port for ssh service of vpg. 0 means that ssh service will not be exposed",
            "type": "string",
            "default": "0"
        },
        "input-param": false,
        "dictionary-name": "vpg-management-port",
        "dictionary-source": "default",
        "dependencies": []
    }
]