Decouple message bus from netconf connector
[controller.git] / opendaylight / netconf / features / netconf-connector / src / main / resources / features.xml
index 70cbb4e0eab4e07be0477958b1eaed94c56fe777..963cd0ec5b9cf5baa03b8d470ef742dd4e0beaec 100644 (file)
         <feature version='${project.version}'>odl-netconf-connector-ssh</feature>
     </feature>
 
+    <feature name='odl-message-bus' version='${project.version}'>
+        <!-- messagebus endpoint for netconf connector-->
+        <feature version='${project.version}'>odl-netconf-connector-all</feature>
+        <feature version='${mdsal.version}'>odl-message-bus-collector</feature>
+        <bundle>mvn:org.opendaylight.controller/messagebus-netconf/${netconf.version}</bundle>
+        <configfile finalname="${config.configfile.directory}/06-message-netconf.xml">mvn:org.opendaylight.controller/messagebus-netconf/${netconf.version}/xml/config</configfile>
+    </feature>
+
     <feature name='odl-netconf-connector' version='${project.version}' description="OpenDaylight :: Netconf Connector :: Netconf Connector">
         <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
         <feature version='${netconf.version}'>odl-netconf-client</feature>