Add blueprint wiring for netconf-ssh 74/45774/13
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Wed, 12 Oct 2016 02:10:27 +0000 (22:10 -0400)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Mon, 31 Oct 2016 15:43:42 +0000 (11:43 -0400)
commitdc17c0dd822a2ec436c65fed06eaaf970239fa0c
tree06b081493a86ff354023747a147e097824552a1c
parent0df736346bf750ccdff4183824d594c2bfe22251
Add blueprint wiring for netconf-ssh

- create mdsal-netconf-ssh bundle containing the blueprint xml
file to start-up the md-sal netconf server ssh.

Change-Id: I20d3d22f8c58b8b28a113f3969c9da0e7d84b028
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
features/netconf/pom.xml
features/netconf/src/main/features/features.xml
netconf/mdsal-netconf-ssh/pom.xml [new file with mode: 0644]
netconf/mdsal-netconf-ssh/src/main/resources/org/opendaylight/blueprint/netconf-ssh.xml [new file with mode: 0755]
netconf/netconf-artifacts/pom.xml
netconf/netconf-mdsal-config/src/main/resources/initial/08-netconf-mdsal.xml
netconf/netconf-ssh/src/main/java/org/opendaylight/controller/config/yang/netconf/northbound/ssh/NetconfNorthboundSshModule.java [deleted file]
netconf/netconf-ssh/src/main/java/org/opendaylight/controller/config/yang/netconf/northbound/ssh/NetconfNorthboundSshModuleFactory.java [deleted file]
netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/NetconfNorthboundSshServer.java [new file with mode: 0644]
netconf/netconf-ssh/src/main/yang/netconf-northbound-ssh.yang [deleted file]
netconf/pom.xml