8da663793e9c1eac2ee29bc7179f8738acf44bc4
[controller.git] / features / mdsal / odl-mdsal-distributed-datastore / src / main / feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright © 2017 Red Hat, Inc. and others.
4   ~
5   ~ This program and the accompanying materials are made available under the
6   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
7   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
8   -->
9 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-controller-${project.version}">
10     <feature name="odl-mdsal-distributed-datastore" version="${project.version}">
11         <feature version="[5,6)">odl-apache-commons-text</feature>
12         <feature version="[3,4)">odl-yangtools-codec</feature>
13         <feature version="[4,5)">odl-mdsal-eos-dom</feature>
14         <feature version="[4,5)">odl-mdsal-dom-broker</feature>
15         <configfile finalname="configuration/initial/akka.conf">
16             mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/akkaconf
17         </configfile>
18         <configfile finalname="configuration/factory/akka.conf" override="true">
19             mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/factoryakkaconf
20         </configfile>
21         <configfile finalname="configuration/initial/module-shards.conf">
22             mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleshardconf
23         </configfile>
24         <configfile finalname="configuration/initial/modules.conf">
25             mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleconf
26         </configfile>
27         <configfile finalname="etc/org.opendaylight.controller.cluster.datastore.cfg">
28             mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/cfg/datastore
29         </configfile>
30     </feature>
31 </features>