added sfclisp feature to integration
[integration/distribution.git] / features / src / main / resources / features.xml
index 3e3483bb4ad0724314b4ad5cbed4aeaab8c88d1a..a3cf0984d883763fc3cfdcc8a12c25ea7407cea6 100644 (file)
     <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-SNAPSHOT/xml/features</repository>
+    <repository>mvn:org.opendaylight.sdninterfaceapp/features-sdninterfaceapp/1.4.2-SNAPSHOT/xml/features</repository>
     <repository>mvn:org.opendaylight.sfc/features-sfc/0.0.1-SNAPSHOT/xml/features</repository>
+    <repository>mvn:org.opendaylight.sfc/features-sfclisp/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>
     <repository>mvn:org.opendaylight.ttp/features-ttp/${feature.ttp.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.vtn/features-vtn-manager/${feature.vtn-manager.version}/xml/features</repository>
 
+    <!-- Please use alphabetical order to add a compbatible with all feature -->
     <feature name='odl-integration-compatible-with-all' version='${project.version}'>
+        <feature version='0.1.0-SNAPSHOT'>odl-aaa-all</feature>
+        <feature version='${feature.adsal.version}'>odl-adsal-all</feature>
+        <feature version='${feature.adsal.version}'>odl-adsal-compatibility</feature>
+        <feature version='${feature.bgp.version}'>odl-bgpcep-all</feature>
+        <feature version='${feature.dlux.version}'>odl-dlux-core</feature>
+        <feature version='${feature.lispflowmapping.version}'>odl-lispflowmapping-all</feature>
         <feature version='1.1-SNAPSHOT'>odl-mdsal-broker</feature>
         <feature version='${feature.mdsal.version}'>odl-netconf-connector-ssh</feature>
-        <feature version='1.1-SNAPSHOT'>odl-restconf</feature>
-        <feature version='${feature.adsal.version}'>odl-adsal-all</feature>
         <feature version='${feature.nsf.version}'>odl-nsf-all</feature>
-        <feature version='0.0.3-SNAPSHOT'>odl-openflowplugin-flow-services</feature>
+        <feature version='0.0.3-SNAPSHOT'>odl-openflow-nxm-extensions</feature>
         <feature version='0.5-SNAPSHOT'>odl-openflowjava-protocol</feature>
+        <feature version='0.0.3-SNAPSHOT'>odl-openflowplugin-flow-services</feature>
         <feature version='${feature.ovsdb.version}'>odl-ovsdb-all</feature>
-        <feature version='0.0.3-SNAPSHOT'>odl-openflow-nxm-extensions</feature>
-        <feature version='${feature.adsal.version}'>odl-adsal-compatibility</feature>
-        <feature version='0.1.0-SNAPSHOT'>odl-aaa-all</feature>
-        <feature version='${feature.bgp.version}'>odl-bgpcep-all</feature>
-        <feature version='${feature.lispflowmapping.version}'>odl-lispflowmapping-all</feature>
-        <feature version='${feature.ttp.version}'>odl-ttp-all</feature>
+        <feature version='${feature.packetcable.version}'>odl-packetcable-all</feature>
+        <feature version="1.4.2-SNAPSHOT">odl-sdninterfaceapp-all</feature>
+        <feature version='1.1-SNAPSHOT'>odl-restconf</feature>
         <feature version='0.0.1-SNAPSHOT'>odl-sfc-all</feature>
+        <feature version='0.0.1-SNAPSHOT'>odl-sfclisp</feature>
         <feature version='${feature.snbi.version}'>odl-snbi-all</feature>
-        <feature version='${feature.dlux.version}'>odl-dlux-core</feature>
-        <feature version='${feature.packetcable.version}'>odl-packetcable-all</feature>
+        <feature version='${feature.ttp.version}'>odl-ttp-all</feature>
+        <!--
         <feature version='0.1.3-SNAPSHOT'>odl-snmp4sdn-all</feature>
+        -->
     </feature>
 
+    <!-- Please use aphabetical order for non-compatible features -->
+    <!-- Since Group Based Policy is not compatible with other flow programming apps,
+         and not compatible with other openstack apps,
+         it is appropriate to create compatible feature for Group Based Policy. -->
+        <feature name='odl-integration-compatible-with-groupbasedpolicy' version='${project.version}'>
+            <feature version='${feature.groupbasedpolicy.version}'>odl-groupbasedpolicy-ofoverlay</feature>
+            <feature version='${project.version}'>odl-integration-compatible-with-all</feature>
+        </feature>
+
     <!--
         * Reason why l2switch has compatibility issues with others:
             l2switch simply provides a simple l2switch among all ports
             <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-SNAPSHOT'>
+            <feature version='${project.version}'>odl-integration-compatible-with-all</feature>
+            <feature version='0.1-SNAPSHOT'>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.
             <feature version='${feature.ovsdb.openstack.version}'>odl-ovsdb-openstack</feature>
         </feature>
 
-    <!-- Since Group Based Policy is not compatible with other flow programming apps,
-         and not compatible with other openstack apps,
-         it is appropriate to create compatible feature for Group Based Policy. -->
-        <feature name='odl-integration-compatible-with-groupbasedpolicy' version='${project.version}'>
+    <!-- TODO (add description here for SFC) -->
+        <feature name='odl-integration-compatible-with-ovs-sfc' description="OpenDaylight :: OVS :: Service Function Chaining" version='${project.version}'>
             <feature version='${project.version}'>odl-integration-compatible-with-all</feature>
-            <feature version='${feature.groupbasedpolicy.version}'>odl-groupbasedpolicy-ofoverlay</feature>
+            <feature version='0.0.1-SNAPSHOT'>odl-ovsdb-ovssfc</feature>
         </feature>
 
     <!-- Since VTN Manager is not compatible with other flow programming apps,
         <feature version='${feature.vtn-manager.version}'>odl-vtn-manager-all</feature>
     </feature>
 
-        <feature name='odl-integration-compatible-with-ovs-sfc' description="OpenDaylight :: OVS :: Service Function Chaining" version='${project.version}'>
-            <feature version='${project.version}'>odl-integration-compatible-with-all</feature>
-            <feature version='0.0.1-SNAPSHOT'>odl-ovsdb-ovssfc</feature>
-        </feature>
-
 </features>