aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates/honeycomb/add_vpp_to_topology.xml
diff options
context:
space:
mode:
authorselias <samuel.elias@pantheon.tech>2016-03-21 13:06:49 +0100
committerGerrit Code Review <gerrit@fd.io>2016-04-05 14:09:02 +0000
commita1383e569b184808780fbe0405402dea584902a9 (patch)
tree622a2bc62acc4df38b2993edc6082fd4c02ab139 /resources/templates/honeycomb/add_vpp_to_topology.xml
parent9551ac86e80d4a3ef779d556ecdc8d2afffae32b (diff)
Setup and check honeycomb on all DUTs
- methods implementing HTTP requests (PUT,GET,POST,DELETE) - methods for parsing HTTP responses - methods for honeycomb setup on DUT - updated constants.py - keywords for honeycomb setup and communication - simple honeycomb sanity test (not enabled for jenkins job runs) Change-Id: I589f0ca56cc01072b92fe9363aed16a4098aee40 Signed-off-by: selias <samuel.elias@pantheon.tech>
Diffstat (limited to 'resources/templates/honeycomb/add_vpp_to_topology.xml')
-rw-r--r--resources/templates/honeycomb/add_vpp_to_topology.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/templates/honeycomb/add_vpp_to_topology.xml b/resources/templates/honeycomb/add_vpp_to_topology.xml
new file mode 100644
index 0000000000..46a84f28e8
--- /dev/null
+++ b/resources/templates/honeycomb/add_vpp_to_topology.xml
@@ -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