70cbb4e0eab4e07be0477958b1eaed94c56fe777
[controller.git] / opendaylight / netconf / features / netconf-connector / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <features name="odl-controller-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
11           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
13     <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
14     <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
15     <repository>mvn:org.opendaylight.controller/features-netconf/${netconf.version}/xml/features</repository>
16
17     <feature name='odl-netconf-connector-all' version='${project.version}' description='OpenDaylight :: Netconf Connector :: All'>
18         <feature version='${project.version}'>odl-netconf-connector</feature>
19         <feature version='${project.version}'>odl-netconf-connector-ssh</feature>
20     </feature>
21
22     <feature name='odl-netconf-connector' version='${project.version}' description="OpenDaylight :: Netconf Connector :: Netconf Connector">
23         <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
24         <feature version='${netconf.version}'>odl-netconf-client</feature>
25         <feature version='${yangtools.version}'>odl-yangtools-models</feature>
26         <bundle>mvn:org.opendaylight.controller/sal-netconf-connector/${project.version}</bundle>
27         <bundle>mvn:org.opendaylight.controller.model/model-inventory/${mdsal.version}</bundle>
28     </feature>
29
30     <feature name='odl-netconf-connector-ssh' version='${project.version}' description="OpenDaylight :: Netconf Connector :: Netconf Connector + Netconf SSH Server + loopback connection configuration">
31         <feature version='${netconf.version}'>odl-netconf-ssh</feature>
32         <feature version='${project.version}'>odl-netconf-connector</feature>
33         <configfile finalname="${config.configfile.directory}/${config.netconf.connector.configfile}">mvn:org.opendaylight.controller/netconf-connector-config/${netconf.version}/xml/config</configfile>
34     </feature>
35
36 </features>