BUG-5280: split out cds akka client substrate
[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='[3.3.0,4.0.0)'>odl-lmax</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-eos-dom</feature>
44         <feature version='${mdsal.version}'>odl-mdsal-eos-binding</feature>
45         <feature version='${mdsal.version}'>odl-mdsal-singleton-dom</feature>
46         <bundle>mvn:org.opendaylight.controller/sal-core-api/{{VERSION}}</bundle>
47         <bundle>mvn:org.opendaylight.controller/sal-core-spi/{{VERSION}}</bundle>
48         <bundle start-level="70">mvn:org.opendaylight.controller/sal-schema-service/{{VERSION}}</bundle>
49         <bundle>mvn:org.opendaylight.controller/sal-broker-impl/{{VERSION}}</bundle>
50         <bundle>mvn:org.opendaylight.controller/sal-binding-api/{{VERSION}}</bundle>
51         <bundle>mvn:org.opendaylight.controller/sal-binding-broker-impl/{{VERSION}}</bundle>
52         <bundle>mvn:org.opendaylight.controller/sal-binding-util/{{VERSION}}</bundle>
53         <bundle>mvn:org.opendaylight.controller/sal-connector-api/{{VERSION}}</bundle>
54         <bundle>mvn:org.opendaylight.controller/sal-dom-config/{{VERSION}}</bundle>
55         <bundle>mvn:org.opendaylight.controller/sal-binding-config/{{VERSION}}</bundle>
56         <bundle>mvn:org.opendaylight.controller/sal-inmemory-datastore/{{VERSION}}</bundle>
57         <bundle>mvn:org.opendaylight.controller/sal-dom-broker-config/{{VERSION}}</bundle>
58         <bundle start-level="40">mvn:org.opendaylight.controller/blueprint/{{VERSION}}</bundle>
59         <configfile finalname="${config.configfile.directory}/${config.mdsal.configfile}">mvn:org.opendaylight.controller/md-sal-config/{{VERSION}}/xml/config</configfile>
60     </feature>
61     <feature name='odl-toaster' version='${project.version}' description="OpenDaylight :: Toaster">
62         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
63         <feature version='${mdsal.version}'>odl-mdsal-binding-runtime</feature>
64         <feature version='${project.version}'>odl-mdsal-broker</feature>
65         <bundle>mvn:org.opendaylight.controller.samples/sample-toaster/{{VERSION}}</bundle>
66         <bundle>mvn:org.opendaylight.controller.samples/sample-toaster-consumer/{{VERSION}}</bundle>
67         <bundle>mvn:org.opendaylight.controller.samples/sample-toaster-provider/{{VERSION}}</bundle>
68     </feature>
69     <feature name ='odl-mdsal-xsql' version='${project.version}'>
70         <feature version='${project.version}'>odl-mdsal-broker</feature>
71         <bundle>mvn:org.opendaylight.controller/sal-dom-xsql/{{VERSION}}</bundle>
72         <bundle>mvn:org.opendaylight.controller/sal-karaf-xsql/{{VERSION}}</bundle>
73         <configfile finalname="${config.configfile.directory}/${config.xsql.configfile}">mvn:org.opendaylight.controller/sal-dom-xsql-config/{{VERSION}}/xml/config</configfile>
74     </feature>
75     <feature name ='odl-mdsal-clustering-commons' version='${project.version}'>
76         <feature version='${project.version}'>odl-mdsal-broker-local</feature>
77         <feature version='[2.4.1,2.5.0)'>odl-akka-system</feature>
78         <feature version='[2.4.1,2.5.0)'>odl-akka-persistence</feature>
79         <feature version='[2.4.1,2.5.0)'>odl-akka-clustering</feature>
80         <bundle>mvn:org.opendaylight.controller/sal-clustering-commons/{{VERSION}}</bundle>
81         <bundle>mvn:org.opendaylight.controller/sal-akka-raft/{{VERSION}}</bundle>
82         <bundle>mvn:com.codahale.metrics/metrics-core/3.0.1</bundle>
83     </feature>
84     <feature name ='odl-mdsal-distributed-datastore' version='${project.version}'>
85         <feature version='${project.version}'>odl-mdsal-broker-local</feature>
86         <feature version='${project.version}'>odl-mdsal-clustering-commons</feature>
87         <bundle>mvn:org.opendaylight.controller/cds-access-api/{{VERSION}}</bundle>
88         <bundle>mvn:org.opendaylight.controller/cds-access-client/{{VERSION}}</bundle>
89         <bundle>mvn:org.opendaylight.controller/sal-distributed-datastore/{{VERSION}}</bundle>
90         <bundle>mvn:org.opendaylight.controller/sal-cluster-admin/{{VERSION}}</bundle>
91     </feature>
92     <feature name ='odl-mdsal-remoterpc-connector' version='${project.version}'>
93         <feature version='${project.version}'>odl-mdsal-broker-local</feature>
94         <feature version='${project.version}'>odl-mdsal-clustering-commons</feature>
95         <feature version='0.7'>odl-akka-leveldb</feature>
96         <bundle>mvn:org.opendaylight.controller/sal-remoterpc-connector/{{VERSION}}</bundle>
97     </feature>
98     <feature name ='odl-mdsal-broker' version='${project.version}'>
99         <feature version='${project.version}'>odl-mdsal-remoterpc-connector</feature>
100         <feature version='${project.version}'>odl-mdsal-distributed-datastore</feature>
101         <configfile finalname="${config.configfile.directory}/${config.clustering.configfile}">mvn:org.opendaylight.controller/sal-clustering-config/{{VERSION}}/xml/config</configfile>
102         <configfile finalname="${config.configfile.directory}/${config.clustered-entity-ownership.configfile}">mvn:org.opendaylight.controller/sal-clustering-config/{{VERSION}}/xml/entityownershipconfig</configfile>
103         <configfile finalname="configuration/initial/akka.conf">mvn:org.opendaylight.controller/sal-clustering-config/{{VERSION}}/xml/akkaconf</configfile>
104         <configfile finalname="configuration/factory/akka.conf" override="true">mvn:org.opendaylight.controller/sal-clustering-config/{{VERSION}}/xml/factoryakkaconf</configfile>
105         <configfile finalname="configuration/initial/module-shards.conf">mvn:org.opendaylight.controller/sal-clustering-config/{{VERSION}}/xml/moduleshardconf</configfile>
106         <configfile finalname="configuration/initial/modules.conf">mvn:org.opendaylight.controller/sal-clustering-config/{{VERSION}}/xml/moduleconf</configfile>
107         <configfile finalname="etc/org.opendaylight.controller.cluster.datastore.cfg">mvn:org.opendaylight.controller/sal-clustering-config/{{VERSION}}/cfg/datastore</configfile>
108     </feature>
109     <feature name ='odl-mdsal-clustering' version='${project.version}'>
110       <feature version='${project.version}'>odl-mdsal-broker</feature>
111     </feature>
112     <feature name='odl-clustering-test-app' version='${project.version}'>
113         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
114         <feature version='${project.version}'>odl-mdsal-broker</feature>
115         <bundle>mvn:org.opendaylight.controller.samples/clustering-it-model/{{VERSION}}</bundle>
116         <bundle>mvn:org.opendaylight.controller.samples/clustering-it-provider/{{VERSION}}</bundle>
117     </feature>
118
119     <feature name='odl-message-bus-collector' version='${project.version}'>
120         <!-- FIXME: Bug 4202: Switch to MD-SAL provided odl-mdsal-binding-base -->
121         <bundle>mvn:org.opendaylight.controller.model/model-inventory/{{VERSION}}</bundle>
122         <feature version='${project.version}'>odl-mdsal-broker</feature>
123         <bundle>mvn:org.opendaylight.controller/messagebus-api/{{VERSION}}</bundle>
124         <bundle>mvn:org.opendaylight.controller/messagebus-spi/{{VERSION}}</bundle>
125         <bundle>mvn:org.opendaylight.controller/messagebus-util/{{VERSION}}</bundle>
126         <bundle>mvn:org.opendaylight.controller/messagebus-impl/{{VERSION}}</bundle>
127         <configfile finalname="${config.configfile.directory}/05-message-bus.xml">mvn:org.opendaylight.controller/messagebus-config/{{VERSION}}/xml/config</configfile>
128     </feature>
129 </features>