Setup and check honeycomb on all DUTs
[csit.git] / resources / templates / honeycomb / add_vpp_to_topology.xml
1 <node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
2     <node-id>{vpp_host}</node-id>
3     <host xmlns="urn:opendaylight:netconf-node-topology">{vpp_ip}</host>
4     <port xmlns="urn:opendaylight:netconf-node-topology">{vpp_port}</port>
5     <username xmlns="urn:opendaylight:netconf-node-topology">{user}</username>
6     <password xmlns="urn:opendaylight:netconf-node-topology">{passwd}</password>
7     <tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only>
8     <keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">0</keepalive-delay>
9 </node>