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