aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/cba/Templates/k8s-profiles/ssh-service-mapping.json
blob: 1960e0e3ba526401dc1997d8e98152f8cbfbdf74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
  {
    "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": [
    ]
  }
]