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 | 85b809a68f3525fd3223ecf3c67b793f37556c41 (patch) | |
tree | b9168ba1480b8ea5d2ccfeb366cc33779eff424d /v3po/impl/src | |
parent | 28208ac2b1b9e068c51eee79cf1bfedc6a818195 (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/src')
-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 |