Add blueprint wiring for netconf-tcp 75/45775/19
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Thu, 6 Oct 2016 12:04:13 +0000 (08:04 -0400)
committerJakub Morvay <jmorvay@cisco.com>
Mon, 28 Nov 2016 09:13:01 +0000 (09:13 +0000)
commit0d2b963c9602ca137abb009e561772f8568ddec1
tree113cc056761a9e82e52a4e09481148c45b524c9d
parent17f4fc5e182e583114bb48bbcd693f69a6852e59
Add blueprint wiring for netconf-tcp

The tcp endpoint is configured in the blueprint xml file,
but is commented-out, so by default it is not pick-up. If
someone wants to use it, it has to be uncommented.

Change-Id: Id2c4af8bc6a52c203a054a30d8748708f77591f4
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
features/netconf/pom.xml
features/netconf/src/main/features/features.xml
netconf/mdsal-netconf-tcp/pom.xml [new file with mode: 0644]
netconf/mdsal-netconf-tcp/src/main/resources/org/opendaylight/blueprint/netconf-tcp.xml [new file with mode: 0755]
netconf/netconf-artifacts/pom.xml
netconf/netconf-tcp/src/main/java/org/opendaylight/controller/config/yang/netconf/northbound/tcp/NetconfNorthboundTcpModule.java [deleted file]
netconf/netconf-tcp/src/main/java/org/opendaylight/controller/config/yang/netconf/northbound/tcp/NetconfNorthboundTcpModuleFactory.java [deleted file]
netconf/netconf-tcp/src/main/java/org/opendaylight/netconf/tcp/NetconfNorthboundTcpServer.java [new file with mode: 0644]
netconf/netconf-tcp/src/main/yang/netconf-northbound-tcp.yang [deleted file]
netconf/pom.xml