diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-04-12 10:13:40 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-04-12 10:13:40 +0200 |
commit | 8ce64977a8be3a91a86d7a4b3a0d1bbc9f5dbb6f (patch) | |
tree | 86ee8a714ce2fd33ca06c21f67d79127abc947dd /v3po/impl | |
parent | cd6bcf78d807993c72984f09155e342a78d6ba80 (diff) |
HONEYCOMB-8 Set port to 2830 for HC netconf northbound
Change-Id: I0838ecc300a6592b91f0537896cc8d252c1d49df
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'v3po/impl')
-rw-r--r-- | v3po/impl/src/main/config/netconf-north-config.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/v3po/impl/src/main/config/netconf-north-config.xml b/v3po/impl/src/main/config/netconf-north-config.xml index 44b610b72..fb89a17e6 100644 --- a/v3po/impl/src/main/config/netconf-north-config.xml +++ b/v3po/impl/src/main/config/netconf-north-config.xml @@ -206,13 +206,20 @@ </aggregator> </module> + <!-- Change the port of global netconf north from 2830 to 2831, so that honeycomb netconf northbound can use 2830--> + <module> + <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh">prefix:netconf-northbound-ssh</type> + <name>netconf-mdsal-ssh-server</name> + <port xmlns="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh">2831</port> + </module> + <module> <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh"> prefix:netconf-northbound-ssh </type> <name>netconf-vpp-ssh-server</name> - <port xmlns="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh">7778</port> + <port xmlns="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh">2830</port> <event-executor xmlns="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh"> <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netty"> prefix:netty-event-executor |