aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates/honeycomb/add_vpp_to_topology.xml
blob: 46a84f28e803827e6b70b2027c8d3acf92aa6e61 (plain)
1
2
3
4
5
6
7
8
9
<node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
    <node-id>{vpp_host}</node-id>
    <host xmlns="urn:opendaylight:netconf-node-topology">{vpp_ip}</host>
    <port xmlns="urn:opendaylight:netconf-node-topology">{vpp_port}</port>
    <username xmlns="urn:opendaylight:netconf-node-topology">{user}</username>
    <password xmlns="urn:opendaylight:netconf-node-topology">{passwd}</password>
    <tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only>
    <keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">0</keepalive-delay>
</node>