Merge "Convert Functions to private methods"
[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
15     <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
16     <repository>mvn:org.opendaylight.netconf/features-restconf/${restconf.version}/xml/features</repository>
17     <repository>mvn:org.opendaylight.openflowjava/features-openflowjava/${openflowjava.version}/xml/features</repository>
18     <repository>mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features</repository>
19     <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
20     <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/${mdsal.model.version}/xml/features</repository>
21
22     <feature name='odl-openflowplugin-flow-services-ui' description="OpenDaylight :: Openflow Plugin :: Flow Services :: UI" version='${project.version}'>
23         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
24         <feature version="${dlux.version}">odl-dlux-core</feature>
25         <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
26     </feature>
27
28     <feature name='odl-openflowplugin-flow-services-rest' description="OpenDaylight :: Openflow Plugin :: Flow Services :: REST" version='${project.version}'>
29         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
30         <feature version="${restconf.version}">odl-restconf</feature>
31     </feature>
32
33     <feature name='odl-openflowplugin-flow-services' description="OpenDaylight :: Openflow Plugin :: Flow Services" version='${project.version}'>
34         <feature version="${project.version}">odl-openflowplugin-app-config-pusher</feature>
35         <feature version="${project.version}">odl-openflowplugin-app-topology</feature>
36         <feature version="${project.version}">odl-openflowplugin-app-forwardingrules-manager</feature>
37     </feature>
38
39     <feature name='odl-openflowplugin-southbound' description="OpenDaylight :: Openflow Plugin :: Li southbound API implementation " version='${project.version}'>
40         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
41         <feature version="${openflowjava.version}">odl-openflowjava-protocol</feature>
42         <feature version="${project.version}">odl-openflowplugin-nsf-model</feature>
43         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-common/{{VERSION}}</bundle>
44         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-api/{{VERSION}}</bundle>
45         <!-- TODO : remove dependency on openflowplugin in the future -->
46         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin/{{VERSION}}</bundle>
47         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-impl/{{VERSION}}</bundle>
48         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-extension-api/{{VERSION}}</bundle>
49         <bundle>mvn:org.opendaylight.controller/liblldp/{{VERSION}}</bundle>
50         <bundle>mvn:org.opendaylight.openflowplugin/openflowplugin-blueprint-config/{{VERSION}}</bundle>
51         <configfile finalname="etc/org.opendaylight.openflowplugin.cfg">mvn:org.opendaylight.openflowplugin/openflowplugin-blueprint-config/{{VERSION}}/cfg/config</configfile>
52         <configfile finalname="etc/opendaylight/karaf/42-openflowplugin-Li.xml">mvn:org.opendaylight.openflowplugin/openflowplugin-controller-config/{{VERSION}}/xml/config-Li</configfile>
53     </feature>
54
55     <feature name='odl-openflowplugin-nsf-model' version='${project.version}' description="OpenDaylight :: OpenflowPlugin :: NSF :: Model">
56         <!-- general models -->
57         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
58         <bundle>mvn:org.opendaylight.controller.model/model-inventory/{{VERSION}}</bundle>
59         <bundle>mvn:org.opendaylight.controller.model/model-topology/{{VERSION}}</bundle>
60         <!-- openflow specific models -->
61         <feature version="${openflowjava.version}">odl-openflowjava-protocol</feature>
62         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-base/{{VERSION}}</bundle>
63         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-statistics/{{VERSION}}</bundle>
64         <bundle>mvn:org.opendaylight.openflowplugin.model/model-flow-service/{{VERSION}}</bundle>
65     </feature>
66
67     <!-- CBENCH TESTING -->
68     <feature name='odl-openflowplugin-drop-test' description="OpenDaylight :: Openflow Plugin :: Drop Test" version='${project.version}'>
69         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
70         <bundle>mvn:org.opendaylight.openflowplugin/test-common/{{VERSION}}</bundle>
71         <bundle>mvn:org.opendaylight.openflowplugin/drop-test-karaf/{{VERSION}}</bundle>
72     </feature>
73
74     <!-- APPLICATIONS -->
75     <feature name='odl-openflowplugin-app-table-miss-enforcer' description="OpenDaylight :: Openflow Plugin :: Application - table-miss-enforcer" version='${project.version}'>
76         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
77         <bundle>mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/{{VERSION}}</bundle>
78     </feature>
79
80     <feature name='odl-openflowplugin-app-config-pusher' description="OpenDaylight :: Openflow Plugin :: Application - default config-pusher" version='${project.version}'>
81         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
82         <bundle>mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/{{VERSION}}</bundle>
83     </feature>
84
85     <feature name='odl-openflowplugin-app-topology' description="OpenDaylight :: Openflow Plugin :: Application - topology" version='${project.version}'>
86         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
87         <bundle>mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/{{VERSION}}</bundle>
88         <bundle>mvn:org.opendaylight.openflowplugin.applications/topology-lldp-discovery/{{VERSION}}</bundle>
89         <bundle>mvn:org.opendaylight.openflowplugin.applications/topology-manager/{{VERSION}}</bundle>
90     </feature>
91
92     <feature name='odl-openflowplugin-app-bulk-o-matic' description="OpenDaylight :: Openflow Plugin :: Application -  bulk flow operations support" version='${project.version}'>
93         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
94         <bundle>mvn:org.opendaylight.openflowplugin.applications/bulk-o-matic/${project.version}</bundle>
95     </feature>
96
97     <feature name='odl-openflowplugin-app-notifications' description="OpenDaylight :: Openflow Plugin :: Application - notifications supplier" version='${project.version}'>
98         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
99         <bundle>mvn:org.opendaylight.openflowplugin.applications/notification-supplier/{{VERSION}}</bundle>
100     </feature>
101
102     <feature name='odl-openflowplugin-app-forwardingrules-manager' description="OpenDaylight :: Openflow Plugin :: Application - FRM" version='${project.version}'>
103         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
104         <bundle>mvn:org.opendaylight.openflowplugin.applications/forwardingrules-manager/{{VERSION}}</bundle>
105     </feature>
106
107     <feature name='odl-openflowplugin-app-forwardingrules-sync' description="OpenDaylight :: Openflow Plugin :: Application - FRS" version='${project.version}'>
108         <feature version="${project.version}">odl-openflowplugin-southbound</feature>
109         <bundle>mvn:org.opendaylight.openflowplugin.applications/forwardingrules-sync/{{VERSION}}</bundle>
110     </feature>
111
112 </features>