Eliminate mdsal-netconf-ssh 57/105757/8
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 30 Apr 2023 18:46:45 +0000 (20:46 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 30 Apr 2023 20:33:19 +0000 (22:33 +0200)
commitb21318f71e4e3da4422147d8686dbcaa4b16a7f1
tree559e0a33a873c5a06b3fae8239d773d32095db44
parent5b5f546ccc244be5eef581edb89320e9f2d6bbab
Eliminate mdsal-netconf-ssh

The SSH transport is something that is inherent to netconf-nb, integrate
it there. At some point this will be replaced by the use of
transport-ssh.

JIRA: NETCONF-945
Change-Id: I9f3606363eee4f0e78a2cbfd2427ce65221acd59
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
27 files changed:
apps/netconf-nb/pom.xml
apps/netconf-nb/src/main/java/org/opendaylight/netconf/northbound/NetconfNorthboundSshServer.java [moved from netconf/mdsal-netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/NetconfNorthboundSshServer.java with 96% similarity]
apps/netconf-nb/src/main/java/org/opendaylight/netconf/northbound/ssh/ExecutorServiceFacade.java [moved from netconf/mdsal-netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/ExecutorServiceFacade.java with 95% similarity]
apps/netconf-nb/src/main/java/org/opendaylight/netconf/northbound/ssh/RemoteNetconfCommand.java [moved from netconf/mdsal-netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/RemoteNetconfCommand.java with 94% similarity]
apps/netconf-nb/src/main/java/org/opendaylight/netconf/northbound/ssh/SshProxyClientHandler.java [moved from netconf/mdsal-netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyClientHandler.java with 98% similarity]
apps/netconf-nb/src/main/java/org/opendaylight/netconf/northbound/ssh/SshProxyServer.java [moved from netconf/mdsal-netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServer.java with 99% similarity]
apps/netconf-nb/src/main/java/org/opendaylight/netconf/northbound/ssh/SshProxyServerConfiguration.java [moved from netconf/mdsal-netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServerConfiguration.java with 98% similarity]
apps/netconf-nb/src/main/java/org/opendaylight/netconf/northbound/ssh/SshProxyServerConfigurationBuilder.java [moved from netconf/mdsal-netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServerConfigurationBuilder.java with 97% similarity]
apps/netconf-nb/src/test/java/org/opendaylight/netconf/northbound/ssh/EchoClient.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/EchoClient.java with 98% similarity]
apps/netconf-nb/src/test/java/org/opendaylight/netconf/northbound/ssh/EchoClientHandler.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/EchoClientHandler.java with 98% similarity]
apps/netconf-nb/src/test/java/org/opendaylight/netconf/northbound/ssh/EchoServer.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/EchoServer.java with 98% similarity]
apps/netconf-nb/src/test/java/org/opendaylight/netconf/northbound/ssh/EchoServerHandler.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/EchoServerHandler.java with 97% similarity]
apps/netconf-nb/src/test/java/org/opendaylight/netconf/northbound/ssh/ProxyClientHandler.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/ProxyClientHandler.java with 74% similarity]
apps/netconf-nb/src/test/java/org/opendaylight/netconf/northbound/ssh/ProxyServer.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/ProxyServer.java with 98% similarity]
apps/netconf-nb/src/test/java/org/opendaylight/netconf/northbound/ssh/ProxyServerHandler.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/ProxyServerHandler.java with 98% similarity]
apps/netconf-nb/src/test/java/org/opendaylight/netconf/northbound/ssh/SSHServerTest.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/SSHServerTest.java with 98% similarity]
apps/netconf-nb/src/test/java/org/opendaylight/netconf/northbound/ssh/SSHTest.java [moved from netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/SSHTest.java with 97% similarity]
artifacts/pom.xml
features/netconf-connector/odl-netconf-clustered-topology/pom.xml
features/netconf-connector/odl-netconf-topology/pom.xml
features/netconf/features-netconf-testing/pom.xml
features/netconf/features-netconf/pom.xml
features/netconf/odl-netconf-mdsal/pom.xml
netconf/mdsal-netconf-ssh/pom.xml [deleted file]
netconf/pom.xml
netconf/tools/netconf-testtool/pom.xml
netconf/tools/netconf-testtool/src/main/java/org/opendaylight/netconf/test/tool/NetconfDeviceSimulator.java