Fixed restconf Python scripts bugs caused by BPP refactor
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / capability_restconf / Templates / config-deploy-restconf-mount-template.vtl
1 <node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
2     <node-id>$pnf-id</node-id>
3     <key-based xmlns="urn:opendaylight:netconf-node-topology">
4         <key-id xmlns="urn:opendaylight:netconf-node-topology">ODL_private_key_0</key-id>
5         <username xmlns="urn:opendaylight:netconf-node-topology">netconf</username>
6      </key-based>
7     <host xmlns="urn:opendaylight:netconf-node-topology">$pnf-ipv4-address</host>
8     <port xmlns="urn:opendaylight:netconf-node-topology">6513</port>
9     <tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only>
10     <protocol xmlns="urn:opendaylight:netconf-node-topology">
11         <name xmlns="urn:opendaylight:netconf-node-topology">TLS</name>
12     </protocol>
13     <max-connection-attempts xmlns="urn:opendaylight:netconf-node-topology">5</max-connection-attempts>
14 </node>