HONEYCOMB-8 Set port to 2830 for HC netconf northbound 31/731/3
authorMaros Marsalek <mmarsale@cisco.com>
Tue, 12 Apr 2016 08:13:40 +0000 (10:13 +0200)
committerMaros Marsalek <mmarsale@cisco.com>
Tue, 12 Apr 2016 08:13:40 +0000 (10:13 +0200)
Change-Id: I0838ecc300a6592b91f0537896cc8d252c1d49df
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
v3po/impl/src/main/config/netconf-north-config.xml

index 44b610b..fb89a17 100644 (file)
                     </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