From f3350420711cfa08c0cc7a77de51f1732668bac3 Mon Sep 17 00:00:00 2001 From: selias Date: Fri, 11 Aug 2017 09:33:56 +0200 Subject: HC Test: update ODL startup in hc2vpp jobs - mountpoint configuration through controller-config is deprecated. Use the new method through odl-netconf-topology feature. Change-Id: I1297622db7ab6a3853b3c97ab7f59c31b4269b6d Signed-off-by: selias --- .../honeycomb/odl_client/mount_honeycomb.json | 11 ++++++++ .../honeycomb/odl_client/mount_honeycomb.xml | 33 ---------------------- .../honeycomb/odl_client/odl_netconf_connector.url | 2 +- 3 files changed, 12 insertions(+), 34 deletions(-) create mode 100644 resources/templates/honeycomb/odl_client/mount_honeycomb.json delete mode 100644 resources/templates/honeycomb/odl_client/mount_honeycomb.xml (limited to 'resources/templates/honeycomb') diff --git a/resources/templates/honeycomb/odl_client/mount_honeycomb.json b/resources/templates/honeycomb/odl_client/mount_honeycomb.json new file mode 100644 index 0000000000..6041e53c20 --- /dev/null +++ b/resources/templates/honeycomb/odl_client/mount_honeycomb.json @@ -0,0 +1,11 @@ +{ + "node": { + "node-id": "vpp", + "netconf-node-topology:host": "127.0.0.1", + "netconf-node-topology:port": "2831", + "netconf-node-topology:username": "admin", + "netconf-node-topology:password": "admin", + "netconf-node-topology:tcp-only": "false", + "netconf-node-topology:keepalive-delay": "0" + } +} \ No newline at end of file diff --git a/resources/templates/honeycomb/odl_client/mount_honeycomb.xml b/resources/templates/honeycomb/odl_client/mount_honeycomb.xml deleted file mode 100644 index 97f43e1119..0000000000 --- a/resources/templates/honeycomb/odl_client/mount_honeycomb.xml +++ /dev/null @@ -1,33 +0,0 @@ - - prefix:sal-netconf-connector - vpp -
127.0.0.1
- 2831 - admin - admin - false - - prefix:netty-event-executor - global-event-executor - - - prefix:binding-broker-osgi-registry - binding-osgi-broker - - - prefix:dom-broker-osgi-registry - dom-broker - - - prefix:netconf-client-dispatcher - global-netconf-dispatcher - - - prefix:threadpool - global-netconf-processing-executor - - - prefix:scheduled-threadpool - global-netconf-ssh-scheduled-executor - -
\ No newline at end of file diff --git a/resources/templates/honeycomb/odl_client/odl_netconf_connector.url b/resources/templates/honeycomb/odl_client/odl_netconf_connector.url index 4d7e7d0732..e76f47ce8c 100644 --- a/resources/templates/honeycomb/odl_client/odl_netconf_connector.url +++ b/resources/templates/honeycomb/odl_client/odl_netconf_connector.url @@ -1 +1 @@ -/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules \ No newline at end of file +/restconf/config/network-topology:network-topology/topology/topology-netconf \ No newline at end of file -- cgit 1.2.3-korg