dfe39c4ed28aa5fa275a8c682bea84abc0461565
[controller.git] / features / mdsal / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-mdsal-${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
7     <repository>mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features</repository>
8
9     <repository>mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features</repository>
10     <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
11
12     <repository>mvn:org.opendaylight.controller/features-config/{{VERSION}}/xml/features</repository>
13     <repository>mvn:org.opendaylight.controller/features-config-persister/{{VERSION}}/xml/features</repository>
14     <repository>mvn:org.opendaylight.controller/features-config-netty/{{VERSION}}/xml/features</repository>
15     <repository>mvn:org.opendaylight.controller/features-akka/{{VERSION}}/xml/features</repository>
16     <feature name='odl-mdsal-all' version='${project.version}' description="OpenDaylight :: MDSAL :: All">
17         <feature version='${project.version}'>odl-mdsal-broker</feature>
18         <feature version='${project.version}'>odl-mdsal-broker-local</feature>
19         <feature version='${project.version}'>odl-mdsal-xsql</feature>
20         <feature version='${project.version}'>odl-toaster</feature>
21     </feature>
22     <feature name='odl-mdsal-common' version='${project.version}' description="OpenDaylight :: Config :: All">
23       <feature version='${yangtools.version}'>odl-yangtools-yang-data</feature>
24       <feature version='${config.version}'>odl-config-api</feature>
25       <feature version='${mdsal.version}'>odl-mdsal-binding-runtime</feature>
26       <bundle>mvn:org.opendaylight.controller/sal-common-api/{{VERSION}}</bundle>
27       <bundle>mvn:org.opendaylight.controller/sal-common-impl/{{VERSION}}</bundle>
28       <bundle>mvn:org.opendaylight.controller/sal-common-util/{{VERSION}}</bundle>
29     </feature>
30
31     <feature name='odl-mdsal-broker-local' version='${project.version}' description="OpenDaylight :: MDSAL :: Broker">
32         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
33         <feature version='${mdsal.version}'>odl-mdsal-binding-runtime</feature>
34         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
35         <feature version='${project.version}'>odl-mdsal-common</feature>
36         <feature version='${config.version}'>odl-config-startup</feature>
37         <feature version='${config.version}'>odl-config-netty</feature>
38         <!-- FIXME: Bug 4202: Add MD-SAL provided odl-mdsal-binding-adapter -->
39         <!-- FIXME: Bug 4202: Add MD-SAL provided odl-mdsal-dom-broker -->
40         <bundle>mvn:com.lmax/disruptor/{{VERSION}}</bundle>
41         <bundle>mvn:org.opendaylight.controller/sal-core-api/{{VERSION}}</bundle>
42         <bundle>mvn:org.opendaylight.controller/sal-core-spi/{{VERSION}}</bundle>
43         <bundle>mvn:org.opendaylight.controller/sal-broker-impl/{{VERSION}}</bundle>
44         <bundle>mvn:org.opendaylight.controller/sal-binding-api/{{VERSION}}</bundle>
45         <bundle>mvn:org.opendaylight.controller/sal-binding-broker-impl/{{VERSION}}</bundle>
46         <bundle>mvn:org.opendaylight.controller/sal-binding-util/{{VERSION}}</bundle>
47         <bundle>mvn:org.opendaylight.controller/sal-connector-api/{{VERSION}}</bundle>
48         <bundle>mvn:org.opendaylight.controller/sal-dom-config/{{VERSION}}</bundle>
49         <bundle>mvn:org.opendaylight.controller/sal-binding-config/{{VERSION}}</bundle>
50         <bundle>mvn:org.opendaylight.controller/sal-inmemory-datastore/{{VERSION}}</bundle>
51         <bundle>mvn:org.opendaylight.controller/sal-dom-broker-config/{{VERSION}}</bundle>
52         <configfile finalname="${config.configfile.directory}/${config.mdsal.configfile}">mvn:org.opendaylight.controller/md-sal-config/{{VERSION}}/xml/config</configfile>
53     </feature>
54     <feature name='odl-toaster' version='${project.version}' description="OpenDaylight :: Toaster">
55         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
56         <feature version='${yangtools.version}'>odl-yangtools-binding</feature>
57         <feature version='${project.version}'>odl-mdsal-broker</feature>
58         <bundle>mvn:org.opendaylight.controller.samples/sample-toaster/{{VERSION}}</bundle>
59         <bundle>mvn:org.opendaylight.controller.samples/sample-toaster-consumer/{{VERSION}}</bundle>
60         <bundle>mvn:org.opendaylight.controller.samples/sample-toaster-provider/{{VERSION}}</bundle>
61         <configfile finalname="${config.configfile.directory}/${config.toaster.configfile}">mvn:org.opendaylight.controller.samples/toaster-config/{{VERSION}}/xml/config</configfile>
62     </feature>
63     <feature name ='odl-mdsal-xsql' version='${project.version}'>
64         <feature version='${project.version}'>odl-mdsal-broker</feature>
65         <bundle>mvn:org.opendaylight.controller/sal-dom-xsql/{{VERSION}}</bundle>
66         <bundle>mvn:org.opendaylight.controller/sal-karaf-xsql/{{VERSION}}</bundle>
67         <configfile finalname="${config.configfile.directory}/${config.xsql.configfile}">mvn:org.opendaylight.controller/sal-dom-xsql-config/{{VERSION}}/xml/config</configfile>
68     </feature>
69     <feature name ='odl-mdsal-clustering-commons' version='${project.version}'>
70         <feature version='${project.version}'>odl-mdsal-broker-local</feature>
71         <feature version='${akka.version}'>odl-akka-system</feature>
72         <feature version='${akka.version}'>odl-akka-persistence</feature>
73         <bundle>mvn:org.opendaylight.controller/sal-clustering-commons/{{VERSION}}</bundle>
74         <bundle>mvn:org.opendaylight.controller/sal-akka-raft/{{VERSION}}</bundle>
75         <bundle>mvn:com.codahale.metrics/metrics-core/3.0.1</bundle>
76     </feature>
77     <feature name ='odl-mdsal-distributed-datastore' version='${project.version}'>
78         <feature version='${project.version}'>odl-mdsal-broker-local</feature>
79         <feature version='${project.version}'>odl-mdsal-clustering-commons</feature>
80         <feature version='${akka.version}'>odl-akka-clustering</feature>
81         <bundle>mvn:org.opendaylight.controller/sal-distributed-datastore/{{VERSION}}</bundle>
82     </feature>
83     <feature name ='odl-mdsal-remoterpc-connector' version='${project.version}'>
84         <feature version='${project.version}'>odl-mdsal-broker-local</feature>
85         <feature version='${project.version}'>odl-mdsal-clustering-commons</feature>
86         <feature version='${akka.version}'>odl-akka-clustering</feature>
87         <feature version='0.7'>odl-akka-leveldb</feature>
88         <bundle>mvn:org.opendaylight.controller/sal-remoterpc-connector/{{VERSION}}</bundle>
89     </feature>
90     <feature name ='odl-mdsal-broker' version='${project.version}'>
91         <feature version='${project.version}'>odl-mdsal-remoterpc-connector</feature>
92         <feature version='${project.version}'>odl-mdsal-distributed-datastore</feature>
93         <configfile finalname="${config.configfile.directory}/${config.clustering.configfile}">mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/config</configfile>
94         <configfile finalname="${config.configfile.directory}/${config.clustered-entity-ownership.configfile}">mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/entityownershipconfig</configfile>
95         <configfile finalname="configuration/initial/akka.conf">mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/akkaconf</configfile>
96         <configfile finalname="configuration/initial/module-shards.conf">mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleshardconf</configfile>
97         <configfile finalname="configuration/initial/modules.conf">mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleconf</configfile>
98         <configfile finalname="etc/org.opendaylight.controller.cluster.datastore.cfg">mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/cfg/datastore</configfile>
99     </feature>
100     <feature name ='odl-mdsal-clustering' version='${project.version}'>
101       <feature version='${project.version}'>odl-mdsal-broker</feature>
102     </feature>
103     <feature name='odl-clustering-test-app' version='${project.version}'>
104         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
105         <feature version='${project.version}'>odl-mdsal-broker</feature>
106         <bundle>mvn:org.opendaylight.controller.samples/clustering-it-model/{{VERSION}}</bundle>
107         <bundle>mvn:org.opendaylight.controller.samples/clustering-it-provider/{{VERSION}}</bundle>
108         <configfile finalname="${config.configfile.directory}/20-clustering-test-app.xml">mvn:org.opendaylight.controller.samples/clustering-it-config/{{VERSION}}/xml/config</configfile>
109     </feature>
110
111     <feature name='odl-message-bus-collector' version='${project.version}'>
112         <!-- FIXME: Bug 4202: Switch to MD-SAL provided odl-mdsal-binding-base -->
113         <bundle>mvn:org.opendaylight.controller.model/model-inventory/{{VERSION}}</bundle>
114         <feature version='${project.version}'>odl-mdsal-broker</feature>
115         <bundle>mvn:org.opendaylight.controller/messagebus-api/{{VERSION}}</bundle>
116         <bundle>mvn:org.opendaylight.controller/messagebus-spi/{{VERSION}}</bundle>
117         <bundle>mvn:org.opendaylight.controller/messagebus-util/{{VERSION}}</bundle>
118         <bundle>mvn:org.opendaylight.controller/messagebus-impl/{{VERSION}}</bundle>
119         <configfile finalname="${config.configfile.directory}/05-message-bus.xml">mvn:org.opendaylight.controller/messagebus-config/{{VERSION}}/xml/config</configfile>
120     </feature>
121 </features>