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