diff options
author | selias <samelias@cisco.com> | 2017-08-11 09:33:56 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-09-27 12:26:34 +0000 |
commit | f3350420711cfa08c0cc7a77de51f1732668bac3 (patch) | |
tree | 58e4088ea529ded817979672185933061001ca53 /resources/templates/honeycomb/odl_client/mount_honeycomb.json | |
parent | cefe08af5bd7ac810fe367bf25b11761d1c06928 (diff) |
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 <samelias@cisco.com>
Diffstat (limited to 'resources/templates/honeycomb/odl_client/mount_honeycomb.json')
-rw-r--r-- | resources/templates/honeycomb/odl_client/mount_honeycomb.json | 11 |
1 files changed, 11 insertions, 0 deletions
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 |