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