Merge "Fixed the log level."
[openflowplugin.git] / features / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4   ~ Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
5   ~
6   ~ This program and the accompanying materials are made available under the
7   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
8   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
9   -->
10
11 <features name="openflowplugin-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
12           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
14     <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
15     <repository>mvn:org.opendaylight.netconf/features-restconf/${restconf.version}/xml/features</repository>
16     <repository>mvn:org.opendaylight.openflowjava/features-openflowjava/${openflowjava.version}/xml/features</repository>
17     <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features</repository>
18     <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
19     <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/${mdsal.model.version}/xml/features</repository>
20
21
22     <feature name='odl-openflowplugin-all' description="OpenDaylight :: Openflow Plugin :: All" version='${project.version}'>
23         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
24         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
25         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
26         <feature version="${project.version}">odl-openflowplugin-flow-services-ui</feature>
27     </feature>
28
29     <feature name='odl-openflowplugin-southbound' description="OpenDaylight :: Openflow Plugin :: Li southBound API implementation " version='${project.version}'>
30         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
31         <feature version="${project.version}">odl-openflowplugin-nsf-services</feature>
32         <feature version="${openflowjava.version}">odl-openflowjava-protocol</feature>
33         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-common/{{VERSION}}</bundle>
34         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-api/{{VERSION}}</bundle>
35         <!-- TODO : remove dependency on openflowplugin in the future -->
36         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin/{{VERSION}}</bundle>
37         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-impl/{{VERSION}}</bundle>
38         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-extension-api/{{VERSION}}</bundle>
39         <bundle>mvn:org.opendaylight.controller/liblldp/{{VERSION}}</bundle>
40         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-blueprint-config/{{VERSION}}</bundle>
41         <configfile finalname="etc/opendaylight/karaf/42-openflowplugin-Li.xml">mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/{{VERSION}}/xml/config-Li</configfile>
42     </feature>
43
44     <feature name='odl-openflowplugin-flow-services' description="OpenDaylight :: Openflow Plugin :: Flow Services" version='${project.version}'>
45         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
46         <feature version="${project.version}">odl-openflowplugin-app-config-pusher</feature>
47         <feature version="${project.version}">odl-openflowplugin-app-lldp-speaker</feature>
48         <feature version="${project.version}">odl-openflowplugin-nsf-services</feature>
49
50     </feature>
51
52     <feature name='odl-openflowplugin-nsf-services' version='${project.version}'
53              description="OpenDaylight :: OpenflowPlugin :: NSF :: Services">
54         <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
55         <feature version='${project.version}'>odl-openflowplugin-nsf-model</feature>
56         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-common/{{VERSION}}</bundle>
57         <bundle>mvn:org.opendaylight.openflowplugin.applications/topology-manager/{{VERSION}}</bundle>
58         <bundle>mvn:org.opendaylight.openflowplugin.applications/topology-lldp-discovery/{{VERSION}}</bundle>
59         <bundle>mvn:org.opendaylight.openflowplugin.applications/forwardingrules-manager/{{VERSION}}</bundle>
60         <bundle>mvn:org.opendaylight.controller/liblldp/{{VERSION}}</bundle>
61     </feature>
62
63     <feature name='odl-openflowplugin-nsf-model' version='${project.version}'
64              description="OpenDaylight :: OpenflowPlugin :: NSF :: Model">
65         <!-- general models -->
66         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
67         <bundle>mvn:org.opendaylight.controller.model/model-inventory/{{VERSION}}</bundle>
68         <bundle>mvn:org.opendaylight.controller.model/model-topology/{{VERSION}}</bundle>
69         <!-- openflow specific models -->
70         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-base/{{VERSION}}</bundle>
71         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-statistics/{{VERSION}}</bundle>
72         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-service/{{VERSION}}</bundle>
73     </feature>
74
75     <feature name='odl-openflowplugin-flow-services-rest' description="OpenDaylight :: Openflow Plugin :: Flow Services :: REST" version='${project.version}'>
76         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
77         <feature version="${restconf.version}">odl-restconf</feature>
78     </feature>
79     <feature name='odl-openflowplugin-flow-services-ui' description="OpenDaylight :: Openflow Plugin :: Flow Services :: UI" version='${project.version}'>
80         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
81         <feature version="${dlux.version}">odl-dlux-core</feature>
82         <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
83         <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
84     </feature>
85
86     <!-- CBENCH TESTING -->
87     <feature name='odl-openflowplugin-drop-test' description="OpenDaylight :: Openflow Plugin :: Drop Test" version='${project.version}'>
88         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
89         <bundle>mvn:org.opendaylight.openflowplugin/test-common/{{VERSION}}</bundle>
90         <bundle>mvn:org.opendaylight.openflowplugin/drop-test-karaf/{{VERSION}}</bundle>
91     </feature>
92
93     <!-- APPLICATIONS -->
94     <feature name='odl-openflowplugin-app-table-miss-enforcer' description="OpenDaylight :: Openflow Plugin :: Application - table-miss-enforcer" version='${project.version}'>
95         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
96         <bundle>mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/{{VERSION}}</bundle>
97     </feature>
98     <feature name='odl-openflowplugin-app-config-pusher' description="OpenDaylight :: Openflow Plugin :: app - default config-pusher" version='${project.version}'>
99         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
100         <bundle>mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/{{VERSION}}</bundle>
101     </feature>
102
103     <feature name='odl-openflowplugin-app-lldp-speaker' description="OpenDaylight :: Openflow Plugin :: app lldp-speaker" version='${project.version}'>
104         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
105         <bundle>mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/{{VERSION}}</bundle>
106     </feature>
107
108     <feature name='odl-openflowplugin-app-bulk-o-matic' description="OpenDaylight :: Openflow Plugin :: app bulk flow operations support" version='${project.version}'>
109         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
110         <bundle>mvn:org.opendaylight.openflowplugin.applications/bulk-o-matic/${project.version}</bundle>
111         <configfile finalname="etc/opendaylight/karaf/71-bulk-o-matic.xml">mvn:org.opendaylight.openflowplugin.applications/bulk-o-matic/${project.version}/xml/config</configfile>
112     </feature>
113
114     <feature name='odl-openflowplugin-notifications' description="OpenDaylight :: Openflow Plugin :: app notifications supplier" version='${project.version}'>
115         <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
116         <feature version="${project.version}">odl-openflowplugin-nsf-model</feature>
117         <bundle>mvn:org.opendaylight.openflowplugin.applications/notification-supplier/{{VERSION}}</bundle>
118         <configfile finalname="etc/opendaylight/karaf/73-notification-supplier.xml">mvn:org.opendaylight.openflowplugin.applications/notification-supplier/{{VERSION}}/xml/config</configfile>
119     </feature>
120
121 </features>