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