Merge SW Upgrade Blueprint into PNF_AAI and create one UAT BP for PNF
[ccsdk/cds.git] / components / model-catalog / blueprint-model / uat-blueprints / PNF_CDS_RESTCONF / Templates / restconf-mount-template.vtl
1 {
2   "node": [
3     {
4       "node-id": "${pnf-id}",
5       "netconf-node-topology:protocol": {
6         "name": "TLS"
7       },
8       "netconf-node-topology:host": "${pnf-ipv4-address}",
9       "netconf-node-topology:key-based": {
10         "username": "netconf",
11         "key-id": "ODL_private_key_0"
12       },
13       "netconf-node-topology:port": 6513,
14       "netconf-node-topology:tcp-only": false,
15       "netconf-node-topology:max-connection-attempts": 5
16     }
17   ]
18 }