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     <!-- repository>mvn:org.opendaylight.controller/features-netconf-connector/${netconf.version}/xml/features</repository -->
12
13     <feature name='odl-openflowplugin-all' description="OpenDaylight :: Openflow Plugin :: All" version='${project.version}'>
14         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
15         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
16         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
17         <feature version="${project.version}">odl-openflowplugin-flow-services-ui</feature>
18     </feature>
19
20     <feature name='odl-openflowplugin-southbound' description="OpenDaylight :: Openflow Plugin :: SouthBound" version='${project.version}'>
21         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
22         <feature version="${project.version}">odl-openflowplugin-nsf-model</feature>
23         <feature version="${openflowjava.version}">odl-openflowjava-protocol</feature>
24         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin/${project.version}</bundle>
25         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-api/${project.version}</bundle>
26         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-extension-api/${project.version}</bundle>
27         <bundle>mvn:org.opendaylight.controller/liblldp/${sal.api.version}</bundle>
28         <configfile finalname="etc/opendaylight/karaf/42-openflowplugin.xml">mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}/xml/config</configfile>
29         <configfile finalname="etc/opendaylight/karaf/43-msg-spy.xml">mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}/xml/configmsgspy</configfile>
30     </feature>
31     <feature name='odl-openflowplugin-flow-services' description="OpenDaylight :: Openflow Plugin :: Flow Services" version='${project.version}'>
32         <feature version="${project.version}">odl-openflowplugin-nsf-services</feature>
33         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
34         <feature version="${project.version}">odl-openflowplugin-app-config-pusher</feature>
35         <feature version="${project.version}">odl-openflowplugin-app-lldp-speaker</feature>
36     </feature>
37
38     <feature name='odl-openflowplugin-nsf-services' version='${project.version}'
39         description="OpenDaylight :: OpenflowPlugin :: NSF :: Services">
40         <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
41         <feature version='${project.version}'>odl-openflowplugin-nsf-model</feature>
42         <bundle>mvn:org.opendaylight.openflowplugin.applications/topology-manager/${project.version}</bundle>
43         <bundle>mvn:org.opendaylight.openflowplugin.applications/topology-lldp-discovery/${project.version}</bundle>
44         <bundle>mvn:org.opendaylight.openflowplugin.applications/statistics-manager/${project.version}</bundle>
45         <bundle>mvn:org.opendaylight.openflowplugin.applications/inventory-manager/${project.version}</bundle>
46         <bundle>mvn:org.opendaylight.openflowplugin.applications/forwardingrules-manager/${project.version}</bundle>
47         <bundle>mvn:org.opendaylight.controller/liblldp/${sal.api.version}</bundle>
48         <configfile finalname="${config.configfile.directory}/${config.statistics.manager.configfile}">mvn:org.opendaylight.openflowplugin.applications/statistics-manager-config/${project.version}/xml/config</configfile>
49     </feature>
50
51     <feature name='odl-openflowplugin-nsf-model' version='${project.version}'
52         description="OpenDaylight :: OpenflowPlugin :: NSF :: Model">
53         <!-- general models -->
54         <feature version='${yangtools.version}'>odl-yangtools-models</feature>
55         <bundle>mvn:org.opendaylight.controller.model/model-inventory/${controller.model.version}</bundle>
56         <bundle>mvn:org.opendaylight.controller.model/model-topology/${controller.model.version}</bundle>
57         <!-- openflow specific models -->
58         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-base/${project.version}</bundle>
59         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-statistics/${project.version}</bundle>
60         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-service/${project.version}</bundle>
61     </feature>
62
63     <feature name='odl-openflowplugin-flow-services-rest' description="OpenDaylight :: Openflow Plugin :: Flow Services :: REST" version='${project.version}'>
64         <!-- feature version="${netconf.version}">odl-netconf-connector-ssh</feature -->
65         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
66         <feature version="${mdsal.version}">odl-restconf</feature>
67     </feature>
68     <feature name='odl-openflowplugin-flow-services-ui' description="OpenDaylight :: Openflow Plugin :: Flow Services :: UI" version='${project.version}'>
69         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
70         <feature version="${dlux.version}">odl-dlux-core</feature>
71         <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
72         <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
73     </feature>
74
75     <!-- CBENCH TESTING -->
76     <feature name='odl-openflowplugin-drop-test' description="OpenDaylight :: Openflow Plugin :: Drop Test" version='${project.version}'>
77         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
78         <bundle>mvn:org.opendaylight.openflowplugin/test-common/${project.version}</bundle>
79         <bundle>mvn:org.opendaylight.openflowplugin/drop-test-karaf/${project.version}</bundle>
80     </feature>
81
82     <!-- APPLICATIONS -->
83     <feature name='odl-openflowplugin-app-table-miss-enforcer' description="OpenDaylight :: Openflow Plugin :: Application - table-miss-enforcer" version='${project.version}'>
84         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
85         <bundle>mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version}</bundle>
86         <configfile finalname="etc/opendaylight/karaf/69-table-miss-enforcer.xml">mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version}/xml/config</configfile>
87     </feature>
88     <feature name='odl-openflowplugin-app-config-pusher' description="OpenDaylight :: Openflow Plugin :: app - default config-pusher" version='${project.version}'>
89         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
90         <bundle>mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/${project.version}</bundle>
91         <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>
92     </feature>
93     <feature name='odl-openflowplugin-app-lldp-speaker' description="OpenDaylight :: Openflow Plugin :: app lldp-speaker" version='${project.version}'>
94         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
95         <bundle>mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version}</bundle>
96         <configfile finalname="etc/opendaylight/karaf/71-lldp-speaker.xml">mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version}/xml/config</configfile>
97     </feature>
98
99 </features>