Revert "Bug-2827: role switch proposal"
[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.openflowjava/features-openflowjava/${openflowjava.version}/xml/features</repository>
9     <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features</repository>
10     <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.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="${project.version}">odl-openflowplugin-nsf-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="${project.version}">odl-openflowplugin-nsf-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     
37     <feature name='odl-openflowplugin-nsf-services' version='${project.version}'
38         description="OpenDaylight :: OpenflowPlugin :: NSF :: Services">
39         <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
40         <feature version='${project.version}'>odl-openflowplugin-nsf-model</feature>
41         <bundle>mvn:org.opendaylight.openflowplugin.applications/topology-manager/${project.version}</bundle>
42         <bundle>mvn:org.opendaylight.openflowplugin.applications/topology-lldp-discovery/${project.version}</bundle>
43         <bundle>mvn:org.opendaylight.openflowplugin.applications/statistics-manager/${project.version}</bundle>
44         <bundle>mvn:org.opendaylight.openflowplugin.applications/inventory-manager/${project.version}</bundle>
45         <bundle>mvn:org.opendaylight.openflowplugin.applications/forwardingrules-manager/${project.version}</bundle>
46         <bundle>mvn:org.opendaylight.controller/liblldp/${sal.api.version}</bundle>
47         <configfile finalname="${config.configfile.directory}/${config.statistics.manager.configfile}">mvn:org.opendaylight.openflowplugin.applications/statistics-manager-config/${project.version}/xml/config</configfile>
48     </feature>
49     
50     <feature name='odl-openflowplugin-nsf-model' version='${project.version}'
51         description="OpenDaylight :: OpenflowPlugin :: NSF :: Model">
52         <!-- general models -->
53         <feature version='${yangtools.version}'>odl-yangtools-models</feature>
54         <bundle>mvn:org.opendaylight.controller.model/model-inventory/${controller.model.version}</bundle>
55         <bundle>mvn:org.opendaylight.controller.model/model-topology/${controller.model.version}</bundle>
56         <!-- openflow specific models -->
57         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-base/${project.version}</bundle>
58         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-statistics/${project.version}</bundle>
59         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-service/${project.version}</bundle>
60     </feature>
61     
62     <feature name='odl-openflowplugin-flow-services-rest' description="OpenDaylight :: Openflow Plugin :: Flow Services :: REST" version='${project.version}'>
63         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
64         <feature version="${mdsal.version}">odl-restconf</feature>
65     </feature>
66     <feature name='odl-openflowplugin-flow-services-ui' description="OpenDaylight :: Openflow Plugin :: Flow Services :: UI" version='${project.version}'>
67         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
68         <feature version="${dlux.version}">odl-dlux-core</feature>
69         <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
70         <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
71     </feature>
72     
73     <!-- CBENCH TESTING -->
74     <feature name='odl-openflowplugin-drop-test' description="OpenDaylight :: Openflow Plugin :: Drop Test" version='${project.version}'>
75         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
76         <bundle>mvn:org.opendaylight.openflowplugin/test-common/${project.version}</bundle>
77         <bundle>mvn:org.opendaylight.openflowplugin/drop-test-karaf/${project.version}</bundle>
78     </feature>
79
80     <!-- APPLICATIONS -->
81     <feature name='odl-openflowplugin-app-table-miss-enforcer' description="OpenDaylight :: Openflow Plugin :: Application - table-miss-enforcer" version='${project.version}'>
82         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
83         <bundle>mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version}</bundle>
84         <configfile finalname="etc/opendaylight/karaf/69-table-miss-enforcer.xml">mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version}/xml/config</configfile>
85     </feature>
86     <feature name='odl-openflowplugin-app-config-pusher' description="OpenDaylight :: Openflow Plugin :: app - default config-pusher" version='${project.version}'>
87         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
88         <bundle>mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/${project.version}</bundle>
89         <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>
90     </feature>
91     <feature name='odl-openflowplugin-app-lldp-speaker' description="OpenDaylight :: Openflow Plugin :: app lldp-speaker" version='${project.version}'>
92         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
93         <bundle>mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version}</bundle>
94         <configfile finalname="etc/opendaylight/karaf/71-lldp-speaker.xml">mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version}/xml/config</configfile>
95     </feature>
96
97 </features>