Adding feature odl-openflowplugin-nxm-extensions and configs.
[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 version="${project.version}">odl-openflowplugin-app-config-pusher</feature>
34         <feature version="${project.version}">odl-openflowplugin-app-lldp-speaker</feature>
35     </feature>
36     <feature name='odl-openflowplugin-flow-services-rest' description="OpenDaylight :: Openflow Plugin :: Flow Services :: REST" version='${project.version}'>
37         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
38         <feature version="${mdsal.version}">odl-restconf</feature>
39     </feature>
40     <feature name='odl-openflowplugin-flow-services-ui' description="OpenDaylight :: Openflow Plugin :: Flow Services :: UI" version='${project.version}'>
41         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
42         <feature version="${dlux.version}">odl-dlux-core</feature>
43         <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
44         <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
45     </feature>
46     
47     <!-- CBENCH TESTING -->
48     <feature name='odl-openflowplugin-drop-test' description="OpenDaylight :: Openflow Plugin :: Drop Test" version='${project.version}'>
49         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
50         <bundle>mvn:org.opendaylight.openflowplugin/test-common/${project.version}</bundle>
51         <bundle>mvn:org.opendaylight.openflowplugin/drop-test-karaf/${project.version}</bundle>
52     </feature>
53
54     <!-- APPLICATIONS -->
55     <feature name='odl-openflowplugin-app-table-miss-enforcer' description="OpenDaylight :: Openflow Plugin :: Application - table-miss-enforcer" version='${project.version}'>
56         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
57         <bundle>mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version}</bundle>
58         <configfile finalname="etc/opendaylight/karaf/69-table-miss-enforcer.xml">mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version}/xml/config</configfile>
59     </feature>
60     <feature name='odl-openflowplugin-app-config-pusher' description="OpenDaylight :: Openflow Plugin :: app - default config-pusher" version='${project.version}'>
61         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
62         <bundle>mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/${project.version}</bundle>
63         <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>
64     </feature>
65     <feature name='odl-openflowplugin-app-lldp-speaker' description="OpenDaylight :: Openflow Plugin :: app lldp-speaker" version='${project.version}'>
66         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
67         <bundle>mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version}</bundle>
68         <configfile finalname="etc/opendaylight/karaf/71-lldp-speaker.xml">mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version}/xml/config</configfile>
69     </feature>
70
71 </features>