Make TCP netconf endpoint configurable
authorTomas Cere <tcere@cisco.com>
Wed, 29 Apr 2015 11:43:01 +0000 (13:43 +0200)
committerTomas Cere <tcere@cisco.com>
Thu, 30 Apr 2015 11:45:52 +0000 (13:45 +0200)
commite8e5ddc902ae8d1aef27a710b2a769219745b5de
tree949c1de218fe41345e3a4be00d93a957f42fdd66
parent19c5b838c28315e548934d85ce01fbd0461a1daf
Make TCP netconf endpoint configurable

Allow users to configure netconf endpoint for md-sal to use pure TCP instead/or along with SSH.

Change-Id: I03d067322b0c02ba335d554da51c56db77c22bfb
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Signed-off-by: Tomas Cere <tcere@cisco.com>
opendaylight/netconf/netconf-mdsal-config/src/main/resources/initial/08-netconf-mdsal.xml
opendaylight/netconf/netconf-tcp/pom.xml
opendaylight/netconf/netconf-tcp/src/main/java/org/opendaylight/controller/config/yang/netconf/northbound/tcp/NetconfNorthboundTcpModule.java [new file with mode: 0644]
opendaylight/netconf/netconf-tcp/src/main/java/org/opendaylight/controller/config/yang/netconf/northbound/tcp/NetconfNorthboundTcpModuleFactory.java [new file with mode: 0644]
opendaylight/netconf/netconf-tcp/src/main/yang/netconf-northbound-tcp.yang [new file with mode: 0644]