added feature odl-openflowplugin-new-southbound
[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
32     <feature name='odl-openflowplugin-new-southbound' description="OpenDaylight :: Openflow Plugin :: New southBound API implementation - right now for testing purpose only" version='${project.version}'>
33         <!-- TODO : next two features should be extracted to separate feature tags, it is assembled this way only for testing of new-southbound during devel -->
34         <feature version="${project.version}">odl-openflowplugin-nsf-services</feature>
35         <feature version="${mdsal.version}">odl-restconf</feature>
36         
37         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
38         <feature version="${project.version}">odl-openflowplugin-nsf-model</feature>
39         <feature version="${openflowjava.version}">odl-openflowjava-protocol</feature>
40         <!-- TODO : remove dependency on openflowplugin in the future -->
41         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin/${project.version}</bundle>
42         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-impl/${project.version}</bundle>
43         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-api/${project.version}</bundle>
44         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-extension-api/${project.version}</bundle>
45         <bundle>mvn:org.opendaylight.controller/liblldp/${sal.api.version}</bundle>
46         <configfile finalname="etc/opendaylight/karaf/42-openflowplugin-new.xml">mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/${project.version}/xml/ofplugin-config</configfile>
47     </feature>
48
49     <feature name='odl-openflowplugin-flow-services' description="OpenDaylight :: Openflow Plugin :: Flow Services" version='${project.version}'>
50         <feature version="${project.version}">odl-openflowplugin-nsf-services</feature>
51         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
52         <feature version="${project.version}">odl-openflowplugin-app-config-pusher</feature>
53         <feature version="${project.version}">odl-openflowplugin-app-lldp-speaker</feature>
54     </feature>
55
56     <feature name='odl-openflowplugin-nsf-services' version='${project.version}'
57         description="OpenDaylight :: OpenflowPlugin :: NSF :: Services">
58         <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
59         <feature version='${project.version}'>odl-openflowplugin-nsf-model</feature>
60         <bundle>mvn:org.opendaylight.openflowplugin.applications/topology-manager/${project.version}</bundle>
61         <bundle>mvn:org.opendaylight.openflowplugin.applications/topology-lldp-discovery/${project.version}</bundle>
62         <bundle>mvn:org.opendaylight.openflowplugin.applications/statistics-manager/${project.version}</bundle>
63         <bundle>mvn:org.opendaylight.openflowplugin.applications/inventory-manager/${project.version}</bundle>
64         <bundle>mvn:org.opendaylight.openflowplugin.applications/forwardingrules-manager/${project.version}</bundle>
65         <bundle>mvn:org.opendaylight.controller/liblldp/${sal.api.version}</bundle>
66         <configfile finalname="${config.configfile.directory}/${config.statistics.manager.configfile}">mvn:org.opendaylight.openflowplugin.applications/statistics-manager-config/${project.version}/xml/config</configfile>
67     </feature>
68
69     <feature name='odl-openflowplugin-nsf-model' version='${project.version}'
70         description="OpenDaylight :: OpenflowPlugin :: NSF :: Model">
71         <!-- general models -->
72         <feature version='${yangtools.version}'>odl-yangtools-models</feature>
73         <bundle>mvn:org.opendaylight.controller.model/model-inventory/${controller.model.version}</bundle>
74         <bundle>mvn:org.opendaylight.controller.model/model-topology/${controller.model.version}</bundle>
75         <!-- openflow specific models -->
76         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-base/${project.version}</bundle>
77         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-statistics/${project.version}</bundle>
78         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-service/${project.version}</bundle>
79     </feature>
80
81     <feature name='odl-openflowplugin-flow-services-rest' description="OpenDaylight :: Openflow Plugin :: Flow Services :: REST" version='${project.version}'>
82         <!-- feature version="${netconf.version}">odl-netconf-connector-ssh</feature -->
83         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
84         <feature version="${mdsal.version}">odl-restconf</feature>
85     </feature>
86     <feature name='odl-openflowplugin-flow-services-ui' description="OpenDaylight :: Openflow Plugin :: Flow Services :: UI" version='${project.version}'>
87         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
88         <feature version="${dlux.version}">odl-dlux-core</feature>
89         <feature version="${mdsal.version}">odl-mdsal-apidocs</feature>
90         <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
91     </feature>
92
93     <!-- CBENCH TESTING -->
94     <feature name='odl-openflowplugin-drop-test' description="OpenDaylight :: Openflow Plugin :: Drop Test" version='${project.version}'>
95         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
96         <bundle>mvn:org.opendaylight.openflowplugin/test-common/${project.version}</bundle>
97         <bundle>mvn:org.opendaylight.openflowplugin/drop-test-karaf/${project.version}</bundle>
98     </feature>
99
100     <!-- APPLICATIONS -->
101     <feature name='odl-openflowplugin-app-table-miss-enforcer' description="OpenDaylight :: Openflow Plugin :: Application - table-miss-enforcer" version='${project.version}'>
102         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
103         <bundle>mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version}</bundle>
104         <configfile finalname="etc/opendaylight/karaf/69-table-miss-enforcer.xml">mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version}/xml/config</configfile>
105     </feature>
106     <feature name='odl-openflowplugin-app-config-pusher' description="OpenDaylight :: Openflow Plugin :: app - default config-pusher" version='${project.version}'>
107         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
108         <bundle>mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/${project.version}</bundle>
109         <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>
110     </feature>
111
112     <feature name='odl-openflowplugin-app-lldp-speaker' description="OpenDaylight :: Openflow Plugin :: app lldp-speaker" version='${project.version}'>
113         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
114         <bundle>mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version}</bundle>
115         <configfile finalname="etc/opendaylight/karaf/71-lldp-speaker.xml">mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version}/xml/config</configfile>
116     </feature>
117     <feature name='odl-openflowplugin-app-new-lldp-speaker' description="OpenDaylight :: Openflow Plugin :: app lldp-speaker" version='${project.version}'>
118         <feature version="${project.version}">odl-openflowplugin-new-southbound</feature>
119         <bundle>mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version}</bundle>
120         <configfile finalname="etc/opendaylight/karaf/71-lldp-speaker.xml">mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/${project.version}/xml/config</configfile>
121     </feature>
122
123 </features>