Remove our NETCONF component 75/61475/3
authorLorand Jakab <lojakab@cisco.com>
Thu, 10 Aug 2017 08:41:26 +0000 (11:41 +0300)
committerLorand Jakab <lojakab@cisco.com>
Tue, 15 Aug 2017 06:17:06 +0000 (09:17 +0300)
commit5f02c77fba96dad176f2d4b4dbba66fddb4bd9f0
tree03403f9108bd51165ccde566592c37871eee8214
parentaa1292ebd5a5a9aa9ae6b743724f483d01cc9db7
Remove our NETCONF component

Our NETCONF connector has not been updated since several releases, and
any attempt to make it work again would likely mean reimplementing from
scratch. It is using the config subsystem too.

Worst case, if we still need to code for whatever reason, we can
resurrect it from old Git revisions.

Change-Id: Ia3e9479a1e83fbdc1f69d946c197e8f39ca9e9a4
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
mappingservice/netconf/pom.xml [deleted file]
mappingservice/netconf/src/main/java/org/opendaylight/controller/config/yang/config/lfm_netconf/impl/LfmNetconfConnectorProviderModule.java [deleted file]
mappingservice/netconf/src/main/java/org/opendaylight/controller/config/yang/config/lfm_netconf/impl/LfmNetconfConnectorProviderModuleFactory.java [deleted file]
mappingservice/netconf/src/main/java/org/opendaylight/lispflowmapping/netconf/impl/LispDeviceNetconfConnector.java [deleted file]
mappingservice/netconf/src/main/java/org/opendaylight/lispflowmapping/netconf/impl/LispNetconfConnector.java [deleted file]
mappingservice/netconf/src/main/yang/lfm-ncc-provider-impl.yang [deleted file]
mappingservice/netconf/src/main/yang/lfm-netconf-connector.yang [deleted file]
mappingservice/netconf/src/test/java/org/opendaylight/lispflowmapping/netconf/impl/LispDeviceNetconfConnectorTest.java [deleted file]