8474cc9b669c9a83dc373fa75dfdbc5f21b3d734
[controller.git] / features / mdsal / odl-mdsal-broker / src / main / feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016, 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 name="odl-mdsal-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
10     <feature name="odl-mdsal-broker" version="${project.version}">
11         <configfile finalname="configuration/initial/akka.conf">
12             mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/akkaconf
13         </configfile>
14         <configfile finalname="configuration/factory/akka.conf" override="true">
15             mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/factoryakkaconf
16         </configfile>
17         <configfile finalname="configuration/initial/module-shards.conf">
18             mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleshardconf
19         </configfile>
20         <configfile finalname="configuration/initial/modules.conf">
21             mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleconf
22         </configfile>
23         <configfile finalname="etc/org.opendaylight.controller.cluster.datastore.cfg">
24             mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/cfg/datastore
25         </configfile>
26     </feature>
27 </features>