BUG-2314 Migrate netconf-connector to NormalizedNode
authorMaros Marsalek <mmarsale@cisco.com>
Tue, 24 Feb 2015 12:17:00 +0000 (13:17 +0100)
committerTony Tkacik <ttkacik@cisco.com>
Sun, 8 Mar 2015 20:23:22 +0000 (21:23 +0100)
CompositeNodes are wiped out from sal-netconf-connector.

The inital operations performed on a remote netconf device
(e.g. Schema download) is performed using a special schema
context that contains base netconf, netconf monitoring
and netconf notification schemas.

With this schema context, it is possible to also use
normalized nodes.

YangInstanceIdentifier -> NormalizedNode filter structure
is handled by a class named InstanceIdToFilter that was
extracted from deprecated DataNormalizer.

Change-Id: Ibcc399c3ef9413aa4f96dba5b4bb2611db7123a8
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
opendaylight/netconf/pom.xml

index a990b5c6cb935d1139f54353a5282329f9fd3b0e..4899ebcb233c8e50bce309ba1b4baff00c77a4fc 100644 (file)
@@ -16,7 +16,7 @@
 
   <modules>
     <module>netconf-api</module>
-    <module>netconf-cli</module>
+    <!--<module>netconf-cli</module>-->
     <module>netconf-config</module>
     <module>netconf-impl</module>
     <module>config-netconf-connector</module>