Getting FAAS renderer started
[groupbasedpolicy.git] / features / src / main / features / features.xml
index 364f771bd48094c2846424efe327eede912e0d3e..a8c0c3f0d46ac702aaf5148198850c0d2be1689b 100644 (file)
         <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-ofoverlay.xml">mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-ofoverlay-config/{{VERSION}}/xml/config</configfile>
     </feature>
 
+    <!--
+        The FAAS renderer.
+
+        This renderer maps GBP service model to the common abstraction logical network models
+        of the Fabric As A Service (FAAS). In turns, FAAS maps those abstraction
+        models to the physical networks.
+    -->
+    <feature name='odl-groupbasedpolicy-faas' version='${project.version}' description='OpenDaylight :: groupbasedpolicy :: Fabric As A Service Renderer'>
+        <feature version="${project.version}">odl-groupbasedpolicy-base</feature>
+        <feature version='${openflowplugin.version}'>odl-openflowplugin-nxm-extensions</feature>
+        <bundle>mvn:org.opendaylight.groupbasedpolicy/faas-renderer/{{VERSION}}</bundle>
+        <configfile finalname="${config.configfile.directory}/15-groupbasedpolicy-faas.xml">mvn:org.opendaylight.groupbasedpolicy/groupbasedpolicy-faas-config/{{VERSION}}/xml/config</configfile>
+    </feature>
+
     <!--
          The Neutron provider
     -->