Merge "BUG 1582 - PUT fails validate outer object name"
[controller.git] / 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     <!--
14         Necessary TODO: Please read the features guidelines:
15         https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Best_Practices
16     -->
17     <!--
18     Necessary TODO: Add repo entries for the repositories of features you refer to
19         in this feature file but do not define here.
20         Examples:
21             <repository>mvn:org.opendaylight.yangtools/features-yangtools/0.6.2-SNAPSHOT/xml/features</repository>
22             <repository>mvn:org.opendaylight.controller/features-mdsal/1.1-SNAPSHOT/xml/features</repository>
23             <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.0.3-SNAPSHOT/xml/features</repository>
24     -->
25     <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
26     <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
27     <repository>mvn:org.opendaylight.controller/features-netconf/${netconf.version}/xml/features</repository>
28     <repository>mvn:org.opendaylight.aaa/features-aaa/${aaa.version}/xml/features</repository>
29     <feature name='odl-netconf-connector-all' version='${project.version}' description='OpenDaylight :: Netconf Connector :: All'>
30         <!--
31             Necessary TODO:
32             List all of the user consumable features you define in this feature file here.
33             Generally you would *not* list individual bundles here, but only features defined in *this* file.
34             It is useful to list them in the same order they occur in the file.
35
36             Examples:
37             <feature version='${project.version}'>odl-controller-provider</feature>
38             <feature version='${project.version}'>odl-controller-model</feature>
39         -->
40         <feature version='${project.version}'>odl-netconf-connector</feature>
41         <feature version='${project.version}'>odl-netconf-connector-ssh</feature>
42     </feature>
43     <!--
44         Necessary TODO: Define your features.  It is useful to list then in order of dependency.  So if A depends on B, list A first.
45         When naming your features please be mindful of the guidelines:
46             https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines
47         Particularly:
48             a) Prefixing names with 'odl-': https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Naming
49             b) Descriptions: https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description
50             c) Avoid start-levels: https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Avoid_start-levels
51
52         It's also nice to list inside a feature, first the features it needs, then the bundles it needs, then the configfiles.
53         Examples:
54
55         * Basic MD-SAL Provider
56         <feature name='odl-controller-provider' version='${project.version}' description='OpenDaylight :: controller :: Provider '>
57             <feature version='1.1-SNAPSHOT'>odl-mdsal-broker</feature>
58             <feature version='${project.version}'>odl-controller-model</feature>
59             <bundle>mvn:org.opendaylight.controller/controller-provider/${project.version}</bundle>
60             ... whatever other bundles you need
61         </feature>
62
63         * Basic MD-SAL Model feature
64         <feature name='odl-controller-model' version='${project.version}' description='OpenDaylight :: controller :: Model'>
65             <feature version='0.6.2-SNAPSHOT'>odl-yangtools-binding</feature>
66             <feature version='0.6.2-SNAPSHOT'>odl-yangtools-models</feature>
67             <bundle>mvn:org.opendaylight.controller/controller-model/${project.version}</bundle>
68             ... whatever other bundles you need
69         </feature>
70
71         * Config Subsystem example - the config file is your config subsystem configuration
72         <feature name='odl-controller-provider' version='${project.version}' description='OpenDaylight :: controller :: Provider'>
73             <feature version='1.1-SNAPSHOT'>odl-mdsal-broker</feature>
74             <bundle>mvn:org.opendaylight.controller/controller-provider/${project.version}</bundle>
75             <configfile finalname="etc/opendaylight/karaf/80-controller.xml">mvn:org.opendaylight.controller/controller-config/${project.version}/xml/config</configfile>
76             ... whatever other bundles you need
77         </feature>
78
79         * Basic MD-SAL Provider that uses openflowplugin-flow-services (which brings along odl-mdsal-broker)
80         <feature name='odl-controller-provider' version='${project.version}' description='OpenDaylight :: controller :: Provider'>
81             <feature version='0.0.3-SNAPSHOT'>odl-openflowplugin-flow-services</feature>
82             <bundle>mvn:org.opendaylight.controller/controller-provider/${project.version}</bundle>
83             ... whatever other bundles you need
84         </feature>
85
86     -->
87     <feature name='odl-netconf-connector' version='${project.version}' description="OpenDaylight :: Netconf Connector :: Netconf Connector">
88         <feature version='${project.version}'>odl-mdsal-broker</feature>
89         <feature version='${netconf.version}'>odl-netconf-client</feature>
90         <feature version='${yangtools.version}'>odl-yangtools-models</feature>
91         <bundle>mvn:org.opendaylight.controller/sal-netconf-connector/${project.version}</bundle>
92         <bundle>mvn:org.opendaylight.controller.model/model-inventory/${project.version}</bundle>
93         <bundle>mvn:org.opendaylight.controller/netconf-config-dispatcher/${config.version}</bundle>
94         <configfile finalname='${config.configfile.directory}/${config.netconf.client.configfile}'>mvn:org.opendaylight.controller/netconf-config/${netconf.version}/xml/config</configfile>
95     </feature>
96     <feature name='odl-netconf-connector-ssh' version='${project.version}' description="OpenDaylight :: Netconf Connector :: Netconf Connector + Netconf SSH Server + loopback connection configuration">
97         <feature version='${netconf.version}'>odl-netconf-ssh</feature>
98         <feature version='${project.version}'>odl-netconf-connector</feature>
99         <configfile finalname="${config.configfile.directory}/${config.netconf.connector.configfile}">mvn:org.opendaylight.controller/netconf-connector-config/${netconf.version}/xml/config</configfile>
100     </feature>
101     <feature name='odl-netconf-ssh' version='${netconf.version}' description="OpenDaylight :: Netconf Connector :: SSH">
102         <feature version='${netconf.version}'>odl-netconf-tcp</feature>
103         <feature version='${aaa.version}'>odl-aaa-authn-plugin</feature>
104         <bundle>mvn:org.opendaylight.controller/netconf-ssh/${netconf.version}</bundle>
105         <bundle>mvn:org.bouncycastle/bcpkix-jdk15on/${bouncycastle.version}</bundle>
106         <bundle>mvn:org.bouncycastle/bcprov-jdk15on/${bouncycastle.version}</bundle>
107       </feature>
108       <feature name='odl-netconf-tcp' version='${netconf.version}' description="OpenDaylight :: Netconf Connector :: TCP">
109         <feature version='${netconf.version}'>odl-netconf-impl</feature>
110         <bundle>mvn:org.opendaylight.controller/netconf-tcp/${netconf.version}</bundle>
111       </feature>
112
113     <!-- Optional TODO: Remove TODO Comments -->
114
115 </features>