Remove netconf-ssh project 24/79624/10
authorJakub Morvay <jmorvay@frinx.io>
Thu, 17 Jan 2019 17:34:16 +0000 (18:34 +0100)
committerTom Pantelis <tompantelis@gmail.com>
Wed, 23 Jan 2019 01:16:50 +0000 (01:16 +0000)
commitdbb4724dbc8f65c33ce38f5f0942db5732f26a1a
tree2a05895bf51237f39239349bb1fdcf92281eb149
parentbd6ecc76e3076240630fd197d5cf6fd812ba8abb
Remove netconf-ssh project

netconf-ssh contains logic for setting up ssh servers used in netconf
project (netconf test-tool, mdsal netconf northbound and css netconf
northbound). Moreover it also actually instantiates ssh server for css
netconf northbound.

Since css is no longer around, get rid of the above mentioned ssh server
instantiation logic. Move other classes to mdsal-netconf-ssh project --
it is their primary user now.

Change-Id: Ifffcf97429887cd6533def887c29dca9678ec815
Signed-off-by: Jakub Morvay <jmorvay@frinx.io>
24 files changed:
features/netconf/odl-netconf-ssh/pom.xml
netconf/mdsal-netconf-ssh/pom.xml
netconf/mdsal-netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/NetconfNorthboundSshServer.java [moved from netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/NetconfNorthboundSshServer.java with 100% similarity]
netconf/mdsal-netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/RemoteNetconfCommand.java [moved from netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/RemoteNetconfCommand.java with 100% similarity]
netconf/mdsal-netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyClientHandler.java [moved from netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyClientHandler.java with 100% similarity]
netconf/mdsal-netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServer.java [moved from netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServer.java with 100% similarity]
netconf/mdsal-netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServerConfiguration.java [moved from netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServerConfiguration.java with 88% similarity]
netconf/mdsal-netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServerConfigurationBuilder.java [moved from netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServerConfigurationBuilder.java with 100% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoClient.java [moved from netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoClient.java with 100% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoClientHandler.java [moved from netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoClientHandler.java with 100% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoServer.java [moved from netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoServer.java with 100% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoServerHandler.java [moved from netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/netty/EchoServerHandler.java with 100% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/ProxyClientHandler.java [moved from netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/netty/ProxyClientHandler.java with 100% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/ProxyServer.java [moved from netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/netty/ProxyServer.java with 100% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/ProxyServerHandler.java [moved from netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/netty/ProxyServerHandler.java with 100% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/netty/SSHTest.java [moved from netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/netty/SSHTest.java with 100% similarity]
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/authentication/SSHServerTest.java [moved from netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/authentication/SSHServerTest.java with 100% similarity]
netconf/netconf-ssh/pom.xml [deleted file]
netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/NetconfSSHProvider.java [deleted file]
netconf/netconf-ssh/src/main/resources/org/opendaylight/blueprint/netconf-ssh-blueprint.xml [deleted file]
netconf/netconf-ssh/src/test/resources/RSA.pk [deleted file]
netconf/netconf-ssh/src/test/resources/logback-test.xml [deleted file]
netconf/pom.xml
netconf/tools/netconf-testtool/pom.xml