BUG-1422 Introduce Call-Home functionality for the NETCONF Topology.
[netconf.git] / features / netconf-connector / features-netconf-connector / src / main / features / features.xml
index c6a4263fbfc9f3f647a39f7b04145b02bf7706de..a3d60f24cad204862c6b392b391048a0147e3933 100644 (file)
@@ -19,6 +19,7 @@
     <feature name='odl-netconf-connector-all' version='${project.version}' description='OpenDaylight :: Netconf Connector :: All'>
         <feature version='${project.version}'>odl-netconf-connector</feature>
         <feature version='${project.version}'>odl-netconf-connector-ssh</feature>
+        <feature version='${project.version}'>odl-netconf-callhome-ssh</feature>
     </feature>
 
     <feature name='odl-message-bus' version='${project.version}'>
         <bundle>mvn:org.opendaylight.netconf/netconf-connector-config/{{VERSION}}</bundle>
     </feature>
 
+    <feature name='odl-netconf-callhome-ssh' version='${project.version}' description="OpenDaylight :: Netconf Connector :: Netconf Call Home Connector + Netconf SSH Server + loopback connection configuration">
+        <feature version='${project.version}'>odl-netconf-topology</feature>
+        <bundle>mvn:org.opendaylight.netconf/callhome-protocol/{{VERSION}}</bundle>
+        <bundle>mvn:org.opendaylight.netconf/callhome-provider/{{VERSION}}</bundle>
+        <bundle>mvn:org.opendaylight.netconf/callhome-model/{{VERSION}}</bundle>
+    </feature>
+
     <feature name='odl-netconf-topology' version='${project.version}' description="OpenDaylight :: Netconf Topology :: Netconf Connector + Netconf SSH Server + Netconf configuration via config topology datastore">
         <feature version='${project.version}'>odl-netconf-ssh</feature>
         <feature version='${project.version}'>odl-netconf-connector</feature>