diff options
Diffstat (limited to 'resources/templates')
4 files changed, 12 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 diff --git a/resources/templates/honeycomb/config_topology.url b/resources/templates/honeycomb/config_topology.url new file mode 100644 index 0000000000..e76f47ce8c --- /dev/null +++ b/resources/templates/honeycomb/config_topology.url @@ -0,0 +1 @@ +/restconf/config/network-topology:network-topology/topology/topology-netconf
\ No newline at end of file diff --git a/resources/templates/honeycomb/config_topology_node.url b/resources/templates/honeycomb/config_topology_node.url new file mode 100644 index 0000000000..89b7aa851e --- /dev/null +++ b/resources/templates/honeycomb/config_topology_node.url @@ -0,0 +1 @@ +/restconf/config/network-topology:network-topology/topology/topology-netconf/node
\ No newline at end of file diff --git a/resources/templates/honeycomb/vpp_version.url b/resources/templates/honeycomb/vpp_version.url new file mode 100644 index 0000000000..59759be8ea --- /dev/null +++ b/resources/templates/honeycomb/vpp_version.url @@ -0,0 +1 @@ +/restconf/operational/v3po:vpp-state/version
\ No newline at end of file |