Bug 1764 - added karaf settings for os-switch-config-pusher
[openflowplugin.git] / features / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="openflowplugin-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
4    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5    xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
6     <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
7     <repository>mvn:org.opendaylight.controller/features-restconf/${mdsal.version}/xml/features</repository>
8     <repository>mvn:org.opendaylight.controller/features-flow/${mdsal.version}/xml/features</repository>
9     <repository>mvn:org.opendaylight.openflowjava/features-openflowjava/${openflowjava.version}/xml/features</repository>
10     <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features</repository>
11
12     <feature name='odl-openflowplugin-all' description="OpenDaylight :: Openflow Plugin :: All" version='${project.version}'>
13         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
14         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
15         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
16         <feature version="${project.version}">odl-openflowplugin-flow-services-ui</feature>
17     </feature>
18
19     <feature name='odl-openflowplugin-southbound' description="OpenDaylight :: Openflow Plugin :: SouthBound" version='${project.version}'>
20         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
21         <feature version="${mdsal.version}">odl-flow-model</feature>
22         <feature version="${openflowjava.version}">odl-openflowjava-protocol</feature>
23         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin/${project.version}</bundle>
24         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-api/${project.version}</bundle>
25         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-extension-api/${project.version}</bundle>
26         <bundle>mvn:org.opendaylight.controller/liblldp/${sal.api.version}</bundle>
27         <configfile finalname="etc/opendaylight/karaf/42-openflowplugin.xml">mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}/xml/config</configfile>
28         <configfile finalname="etc/opendaylight/karaf/43-msg-spy.xml">mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}/xml/configmsgspy</configfile>
29     </feature>
30     <feature name='odl-openflowplugin-flow-services' description="OpenDaylight :: Openflow Plugin :: Flow Services" version='${project.version}'>
31         <feature version="${mdsal.version}">odl-flow-services</feature>
32         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
33     </feature>
34     <feature name='odl-openflowplugin-flow-services-rest' description="OpenDaylight :: Openflow Plugin :: Flow Services :: REST" version='${project.version}'>
35         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
36         <feature version="${mdsal.version}">odl-restconf</feature>
37     </feature>
38     <feature name='odl-openflowplugin-flow-services-ui' description="OpenDaylight :: Openflow Plugin :: Flow Services :: UI" version='${project.version}'>
39         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
40         <feature version="${dlux.version}">odl-dlux-core</feature>
41         <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
42         <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
43     </feature>
44     <feature name='odl-openflowplugin-drop-test' description="OpenDaylight :: Openflow Plugin :: Drop Test" version='${project.version}'>
45         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
46         <bundle>mvn:org.opendaylight.openflowplugin/test-common/${project.version}</bundle>
47         <bundle>mvn:org.opendaylight.openflowplugin/drop-test-karaf/${project.version}</bundle>
48     </feature>
49     <feature name='odl-openflowplugin-apps' description="OpenDaylight :: Openflow Plugin :: Applications" version='${project.version}'>
50         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
51
52         <bundle>mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version}</bundle>
53         <configfile finalname="etc/opendaylight/karaf/69-table-miss-enforcer.xml">mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version}/xml/config</configfile>
54
55 <!--
56         <bundle>mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/${project.version}</bundle>
57         <configfile finalname="etc/opendaylight/karaf/70-of-switch-config-pusher.xml">mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/${project.version}/xml/config</configfile>
58 -->
59     </feature>
60 </features>