Setup and check honeycomb on all DUTs
[csit.git] / resources / templates / honeycomb / add_vpp_to_topology.xml
diff --git a/resources/templates/honeycomb/add_vpp_to_topology.xml b/resources/templates/honeycomb/add_vpp_to_topology.xml
new file mode 100644 (file)
index 0000000..46a84f2
--- /dev/null
@@ -0,0 +1,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>
\ No newline at end of file