13ccf485d1ac6ac26f52906cc43355a4fecc23f5
[netconf.git] / features / netconf / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-netconf-${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   <repository>mvn:org.opendaylight.controller/features-protocol-framework/{{VERSION}}/xml/features</repository>
7   <repository>mvn:org.opendaylight.controller/features-config/{{VERSION}}/xml/features</repository>
8   <repository>mvn:org.opendaylight.controller/features-config-persister/{{VERSION}}/xml/features</repository>
9   <!-- FIXME: This introduces cycle between projects, which makes version updates
10               harder. Should be moved to different.
11       -->
12   <repository>mvn:org.opendaylight.aaa/features-aaa/${aaa.version}/xml/features</repository>
13
14   <feature name='odl-netconf-all' version='${project.version}' description="OpenDaylight :: Netconf :: All">
15     <feature version='${project.version}'>odl-netconf-api</feature>
16     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
17     <feature version='${project.version}'>odl-netconf-util</feature>
18     <feature version='${project.version}'>odl-netconf-impl</feature>
19     <feature version='${project.version}'>odl-config-netconf-connector</feature>
20     <feature version='${project.version}'>odl-netconf-netty-util</feature>
21     <feature version='${project.version}'>odl-netconf-client</feature>
22     <feature version='${project.version}'>odl-netconf-monitoring</feature>
23   </feature>
24
25   <feature name='odl-netconf-api' version='${project.version}' description="OpenDaylight :: Netconf :: API">
26     <feature version='${protocol-framework.version}'>odl-protocol-framework</feature>
27     <!-- FIXME: Reference YANGTools via feateure instead of bundles -->
28     <bundle>mvn:org.opendaylight.yangtools/yang-model-api/{{VERSION}}</bundle>
29     <bundle>mvn:org.opendaylight.controller/config-util/{{VERSION}}</bundle>
30     <bundle>mvn:org.opendaylight.netconf/netconf-api/{{VERSION}}</bundle>
31     <bundle>mvn:org.opendaylight.netconf/netconf-auth/{{VERSION}}</bundle>
32     <bundle>mvn:org.opendaylight.netconf/ietf-netconf-monitoring/{{VERSION}}</bundle>
33     <bundle>mvn:org.opendaylight.netconf/ietf-netconf/{{VERSION}}</bundle>
34     <bundle>mvn:org.opendaylight.netconf/ietf-netconf-notifications/{{VERSION}}</bundle>
35     <bundle>mvn:org.opendaylight.netconf/ietf-netconf-monitoring-extension/{{VERSION}}</bundle>
36     <bundle>mvn:org.opendaylight.mdsal.model/ietf-inet-types/{{VERSION}}</bundle>
37     <bundle>mvn:org.opendaylight.mdsal.model/ietf-yang-types/{{VERSION}}</bundle>
38     <bundle>mvn:org.opendaylight.mdsal.model/ietf-yang-types-20130715/2013.07.15.8-SNAPSHOT</bundle>
39   </feature>
40
41   <feature name='odl-netconf-mapping-api' version='${project.version}' description="OpenDaylight :: Netconf :: Mapping API">
42     <feature version='${project.version}'>odl-netconf-api</feature>
43     <bundle>mvn:org.opendaylight.netconf/netconf-mapping-api/{{VERSION}}</bundle>
44   </feature>
45
46   <feature name='odl-netconf-util' version='${project.version}'>
47     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
48     <bundle>mvn:org.opendaylight.yangtools/yang-model-api/{{VERSION}}</bundle>
49     <bundle>mvn:org.opendaylight.yangtools/yang-data-api/{{VERSION}}</bundle>
50     <bundle>mvn:org.opendaylight.netconf/netconf-util/{{VERSION}}</bundle>
51   </feature>
52
53   <feature name='odl-netconf-impl' version='${project.version}' description="OpenDaylight :: Netconf :: Impl">
54     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/{{VERSION}}</bundle>
55     <feature version='${project.version}'>odl-netconf-api</feature>
56     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
57     <feature version='${project.version}'>odl-netconf-util</feature>
58     <feature version='${project.version}'>odl-netconf-netty-util</feature>
59     <!-- Netconf server without config connector is just an empty shell -->
60     <feature version='${project.version}'>odl-config-netconf-connector</feature>
61     <!-- Netconf will not provide schemas without monitoring -->
62     <bundle>mvn:org.opendaylight.controller/config-manager-facade-xml/{{VERSION}}</bundle>
63     <feature version='${project.version}'>odl-netconf-monitoring</feature>
64     <feature version='${project.version}'>odl-netconf-notifications-impl</feature>
65     <bundle>mvn:org.opendaylight.netconf/netconf-impl/{{VERSION}}</bundle>
66   </feature>
67
68   <feature name='odl-config-netconf-connector' version='${project.version}' description="OpenDaylight :: Netconf :: Connector">
69     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/{{VERSION}}</bundle>
70     <bundle>mvn:org.opendaylight.controller/config-manager-facade-xml/{{VERSION}}</bundle>
71     <feature version='${config.version}'>odl-config-manager</feature>
72     <feature version='${project.version}'>odl-netconf-netty-util</feature>
73     <bundle>mvn:org.opendaylight.netconf/netconf-impl/{{VERSION}}</bundle>
74     <feature version='${project.version}'>odl-netconf-notifications-api</feature>
75     <bundle>mvn:org.opendaylight.netconf/netconf-notifications-impl/{{VERSION}}</bundle>
76     <bundle>mvn:org.opendaylight.netconf/config-netconf-connector/{{VERSION}}</bundle>
77   </feature>
78
79   <feature name='odl-netconf-netty-util' version='${project.version}' description="OpenDaylight :: Netconf :: Netty Util">
80     <feature version='${project.version}'>odl-netconf-api</feature>
81     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
82     <feature version='${project.version}'>odl-netconf-util</feature>
83     <bundle>mvn:org.opendaylight.netconf/netconf-netty-util/{{VERSION}}</bundle>
84     <bundle>mvn:org.bouncycastle/bcpkix-jdk15on/${bouncycastle.version}</bundle>
85     <bundle>mvn:org.bouncycastle/bcprov-jdk15on/${bouncycastle.version}</bundle>
86     <bundle>mvn:org.apache.sshd/sshd-core/{{VERSION}}</bundle>
87     <bundle>mvn:openexi/nagasena/{{VERSION}}</bundle>
88     <bundle>mvn:io.netty/netty-codec/{{VERSION}}</bundle>
89     <bundle>mvn:io.netty/netty-handler/{{VERSION}}</bundle>
90     <bundle>mvn:io.netty/netty-common/{{VERSION}}</bundle>
91     <bundle>mvn:io.netty/netty-buffer/{{VERSION}}</bundle>
92     <bundle>mvn:io.netty/netty-transport/{{VERSION}}</bundle>
93   </feature>
94
95   <feature name='odl-netconf-client' version='${project.version}' description="OpenDaylight :: Netconf :: Client">
96     <feature version='${config.version}'>odl-config-all</feature>
97     <feature version='${project.version}'>odl-netconf-netty-util</feature>
98     <bundle>mvn:org.opendaylight.netconf/netconf-client/{{VERSION}}</bundle>
99     <bundle>mvn:org.opendaylight.netconf/netconf-config-dispatcher/{{VERSION}}</bundle>
100     <configfile finalname='${config.configfile.directory}/${config.netconf.client.configfile}'>mvn:org.opendaylight.netconf/netconf-config/{{VERSION}}/xml/config</configfile>
101   </feature>
102
103   <feature name='odl-netconf-monitoring' version='${project.version}' description="OpenDaylight :: Netconf :: Monitoring">
104     <feature version='${project.version}'>odl-netconf-util</feature>
105     <bundle>mvn:org.opendaylight.netconf/netconf-monitoring/{{VERSION}}</bundle>
106   </feature>
107
108   <feature name='odl-netconf-notifications-api' version='${project.version}' description="OpenDaylight :: Netconf :: Notification :: Api">
109     <feature version='${config.version}'>odl-config-manager-facade-xml</feature>
110     <feature version='${project.version}'>odl-netconf-api</feature>
111     <bundle>mvn:org.opendaylight.netconf/netconf-notifications-api/{{VERSION}}</bundle>
112   </feature>
113
114   <feature name='odl-netconf-notifications-impl' version='${project.version}' description="OpenDaylight :: Netconf :: Monitoring :: Impl">
115     <feature version='${project.version}'>odl-netconf-notifications-api</feature>
116     <feature version='${project.version}'>odl-netconf-util</feature>
117     <bundle>mvn:org.opendaylight.netconf/netconf-notifications-impl/{{VERSION}}</bundle>
118   </feature>
119
120   <feature name='odl-netconf-ssh' version='${project.version}' description="OpenDaylight :: Netconf Connector :: SSH">
121     <feature version='${project.version}'>odl-netconf-tcp</feature>
122     <!-- FIXME: This introduces cycle between projects, which makes version updates
123                 harder. Should be moved to different.
124     -->
125     <feature version='${project.version}'>odl-aaa-netconf-plugin</feature>
126     <bundle>mvn:org.opendaylight.netconf/netconf-ssh/{{VERSION}}</bundle>
127   </feature>
128
129   <feature name='odl-netconf-tcp' version='${project.version}' description="OpenDaylight :: Netconf Connector :: TCP">
130     <feature version='${project.version}'>odl-netconf-impl</feature>
131     <feature version='${config.version}'>odl-config-netty</feature>
132     <bundle>mvn:org.opendaylight.netconf/netconf-tcp/{{VERSION}}</bundle>
133   </feature>
134
135   <feature name='odl-netconf-mdsal' version='${project.version}' description="OpenDaylight :: Netconf :: Mdsal">
136     <feature version='${config.version}'>odl-config-all</feature>
137     <feature version='${config.version}'>odl-config-netty</feature>
138     <feature version='${project.version}'>odl-netconf-all</feature>
139     <feature version='${project.version}'>odl-netconf-tcp</feature>
140     <feature version='${project.version}'>odl-netconf-ssh</feature>
141     <feature version='${project.version}'>odl-netconf-client</feature>
142     <feature version='${controller.sal.version}'>odl-mdsal-broker</feature>
143     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-notification/{{VERSION}}</bundle>
144     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-connector/{{VERSION}}</bundle>
145     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-monitoring/{{VERSION}}</bundle>
146     <configfile finalname='${config.configfile.directory}/${config.netconf.mdsal.configfile}'>mvn:org.opendaylight.netconf/netconf-mdsal-config/{{VERSION}}/xml/config</configfile>
147   </feature>
148
149   <feature name='odl-aaa-netconf-plugin' description='OpenDaylight :: AAA :: ODL NETCONF Plugin'
150            version='${project.version}'>
151     <feature version='${config.version}'>odl-config-api</feature>
152     <bundle>mvn:org.opendaylight.netconf/netconf-auth/{{VERSION}}</bundle>
153     <feature version='${aaa.version}'>odl-aaa-authn</feature>
154     <bundle>mvn:org.opendaylight.netconf/aaa-authn-odl-plugin/{{VERSION}}</bundle>
155   </feature>
156
157   <feature name='odl-aaa-netconf-plugin-no-cluster'
158            description='OpenDaylight :: AAA :: ODL NETCONF Plugin - NO CLUSTER'
159            version='${project.version}'>
160     <feature version='${config.version}'>odl-config-api</feature>
161     <bundle>mvn:org.opendaylight.netconf/netconf-auth/{{VERSION}}</bundle>
162     <feature version='${aaa.version}'>odl-aaa-authn-no-cluster</feature>
163     <bundle>mvn:org.opendaylight.netconf/aaa-authn-odl-plugin/{{VERSION}}</bundle>
164   </feature>
165 </features>