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