Adding plugin2oc features
[integration/distribution.git] / features / src / main / resources / features.xml
index efef224238b5396d83879edd9e99ae272298726d..edc1a482c0b08b48e22f85b526ada8b78b9d80ad 100644 (file)
@@ -66,6 +66,7 @@
     <repository>mvn:org.opendaylight.ovsdb/features-ovsdb/${feature.ovsdb.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.ovsdb/features-ovs-sfc/0.0.1-SNAPSHOT/xml/features</repository>
     <repository>mvn:org.opendaylight.packetcable/features-packetcable/${feature.packetcable.version}/xml/features</repository>
+    <repository>mvn:org.opendaylight.plugin2oc/features-plugin2oc/0.1/xml/features</repository>
     <repository>mvn:org.opendaylight.sfc/features-sfc/0.0.1-SNAPSHOT/xml/features</repository>
     <repository>mvn:org.opendaylight.snbi/features-snbi/${feature.snbi.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.snmp4sdn/features-snmp4sdn/0.1.3-SNAPSHOT/xml/features</repository>
             <feature version='0.1.0-SNAPSHOT'>odl-l2switch-switch</feature>
         </feature>
 
+    <!--  plugin2oc Policy is not compatible with other flow programming apps,
+          it is appropriate to create compatible feature for plugin2oc.
+    -->
+        <feature name='odl-integration-compatible-with-plugin2oc' description="OpenDaylight :: plugin2oc :: SouthBound Plugin to the OpenContrail Platform" version='0.1'>
+            <feature version='${project.version}'>odl-integration-compatible-with-all</feature>
+            <feature version='0.1'>odl-plugin2oc</feature>
+        </feature>
+
     <!--
           Since ODL supports a few Incompatible Openstack integration such as ovs-openstack and vtn-openstack,
           it is appropriate to create compatible feature for each of the incompatible openstack approaches.