645f9852823bfc3e6e72f3992ecaf812f654b02a
[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.controller/features-config-netty/{{VERSION}}/xml/features</repository>
11   <repository>mvn:org.opendaylight.aaa/features-aaa-shiro/${aaa.version}/xml/features</repository>
12
13   <feature name='odl-netconf-all' version='${project.version}' description="OpenDaylight :: Netconf :: All">
14     <feature version='${project.version}'>odl-netconf-api</feature>
15     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
16     <feature version='${project.version}'>odl-netconf-util</feature>
17     <feature version='${project.version}'>odl-netconf-impl</feature>
18     <feature version='${project.version}'>odl-config-netconf-connector</feature>
19     <feature version='${project.version}'>odl-netconf-netty-util</feature>
20     <feature version='${project.version}'>odl-netconf-client</feature>
21     <feature version='${project.version}'>odl-netconf-monitoring</feature>
22   </feature>
23
24   <feature name='odl-netconf-api' version='${project.version}' description="OpenDaylight :: Netconf :: API">
25     <feature version='${protocol-framework.version}'>odl-protocol-framework</feature>
26     <feature version='${yangtools.version}'>odl-yangtools-yang-data</feature>
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.netconf/ietf-netconf-yang-library/{{VERSION}}</bundle>
35     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
36   </feature>
37
38   <feature name='odl-netconf-mapping-api' version='${project.version}' description="OpenDaylight :: Netconf :: Mapping API">
39     <feature version='${project.version}'>odl-netconf-api</feature>
40     <bundle>mvn:org.opendaylight.netconf/netconf-mapping-api/{{VERSION}}</bundle>
41   </feature>
42
43   <feature name='odl-netconf-util' version='${project.version}'>
44     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
45     <feature version='${yangtools.version}'>odl-yangtools-yang-data</feature>
46     <bundle>mvn:org.opendaylight.netconf/netconf-util/{{VERSION}}</bundle>
47   </feature>
48
49   <feature name='odl-netconf-impl' version='${project.version}' description="OpenDaylight :: Netconf :: Impl">
50     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/{{VERSION}}</bundle>
51     <feature version='${project.version}'>odl-netconf-api</feature>
52     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
53     <feature version='${project.version}'>odl-netconf-util</feature>
54     <feature version='${project.version}'>odl-netconf-netty-util</feature>
55     <feature version='${config.version}'>odl-config-netty</feature>
56     <!-- Netconf server without config connector is just an empty shell -->
57     <feature version='${project.version}'>odl-config-netconf-connector</feature>
58     <!-- Netconf will not provide schemas without monitoring -->
59     <bundle>mvn:org.opendaylight.controller/config-manager-facade-xml/{{VERSION}}</bundle>
60     <feature version='${project.version}'>odl-netconf-monitoring</feature>
61     <feature version='${project.version}'>odl-netconf-notifications-impl</feature>
62     <bundle>mvn:org.opendaylight.netconf/netconf-impl/{{VERSION}}</bundle>
63   </feature>
64
65   <feature name='odl-config-netconf-connector' version='${project.version}' description="OpenDaylight :: Netconf :: Connector">
66     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/{{VERSION}}</bundle>
67     <bundle>mvn:org.opendaylight.controller/config-manager-facade-xml/{{VERSION}}</bundle>
68     <feature version='${config.version}'>odl-config-manager</feature>
69     <feature version='${project.version}'>odl-netconf-netty-util</feature>
70     <bundle>mvn:org.opendaylight.netconf/netconf-impl/{{VERSION}}</bundle>
71     <feature version='${project.version}'>odl-netconf-notifications-api</feature>
72     <feature version='${config.version}'>odl-config-netty</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>wrap: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='${config.version}'>odl-config-netty</feature>
92     <feature version='${project.version}'>odl-netconf-netty-util</feature>
93     <bundle>mvn:org.opendaylight.netconf/netconf-client/{{VERSION}}</bundle>
94     <bundle>mvn:org.opendaylight.netconf/netconf-config-dispatcher/{{VERSION}}</bundle>
95     <configfile finalname='${config.configfile.directory}/${config.netconf.client.configfile}'>mvn:org.opendaylight.netconf/netconf-config/{{VERSION}}/xml/config</configfile>
96   </feature>
97
98   <feature name='odl-netconf-monitoring' version='${project.version}' description="OpenDaylight :: Netconf :: Monitoring">
99     <feature version='${project.version}'>odl-netconf-util</feature>
100     <bundle>mvn:org.opendaylight.netconf/netconf-monitoring/{{VERSION}}</bundle>
101   </feature>
102
103   <feature name='odl-netconf-notifications-api' version='${project.version}' description="OpenDaylight :: Netconf :: Notification :: Api">
104     <feature version='${config.version}'>odl-config-manager-facade-xml</feature>
105     <feature version='${project.version}'>odl-netconf-api</feature>
106     <bundle>mvn:org.opendaylight.netconf/netconf-notifications-api/{{VERSION}}</bundle>
107   </feature>
108
109   <feature name='odl-netconf-notifications-impl' version='${project.version}' description="OpenDaylight :: Netconf :: Monitoring :: Impl">
110     <feature version='${project.version}'>odl-netconf-notifications-api</feature>
111     <feature version='${project.version}'>odl-netconf-util</feature>
112     <bundle>mvn:org.opendaylight.netconf/netconf-notifications-impl/{{VERSION}}</bundle>
113   </feature>
114
115   <feature name='odl-netconf-ssh' version='${project.version}' description="OpenDaylight :: Netconf Connector :: SSH">
116     <feature version='${project.version}'>odl-netconf-tcp</feature>
117     <feature version='${project.version}'>odl-aaa-netconf-plugin</feature>
118     <bundle>mvn:org.opendaylight.netconf/netconf-ssh/{{VERSION}}</bundle>
119   </feature>
120
121   <feature name='odl-netconf-tcp' version='${project.version}' description="OpenDaylight :: Netconf Connector :: TCP">
122     <feature version='${project.version}'>odl-netconf-impl</feature>
123     <feature version='${config.version}'>odl-config-netty</feature>
124     <bundle>mvn:org.opendaylight.netconf/netconf-tcp/{{VERSION}}</bundle>
125   </feature>
126
127   <feature name='odl-netconf-mdsal' version='${controller.mdsal.version}' description="OpenDaylight :: Netconf :: Mdsal">
128     <feature version='${config.version}'>odl-config-all</feature>
129     <feature version='${config.version}'>odl-config-netty</feature>
130     <feature version='${project.version}'>odl-netconf-all</feature>
131     <feature version='${project.version}'>odl-netconf-tcp</feature>
132     <feature version='${project.version}'>odl-netconf-ssh</feature>
133     <feature version='${project.version}'>odl-netconf-client</feature>
134     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
135     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-notification/{{VERSION}}</bundle>
136     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-connector/{{VERSION}}</bundle>
137     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-monitoring/{{VERSION}}</bundle>
138     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-yang-library/{{VERSION}}</bundle>
139     <configfile finalname='${config.configfile.directory}/${config.netconf.mdsal.configfile}'>mvn:org.opendaylight.netconf/netconf-mdsal-config/{{VERSION}}/xml/config</configfile>
140   </feature>
141
142   <feature name='odl-aaa-netconf-plugin' description='OpenDaylight :: AAA :: ODL NETCONF Plugin'
143            version='${project.version}'>
144     <feature version='${config.version}'>odl-config-api</feature>
145     <bundle>mvn:org.opendaylight.netconf/netconf-auth/{{VERSION}}</bundle>
146     <feature version='${aaa.version}'>odl-aaa-shiro</feature>
147     <bundle>mvn:org.opendaylight.netconf/aaa-authn-odl-plugin/{{VERSION}}</bundle>
148   </feature>
149
150   <feature name='odl-aaa-netconf-plugin-no-cluster'
151            description='OpenDaylight :: AAA :: ODL NETCONF Plugin - NO CLUSTER'
152            version='${project.version}'>
153     <feature version='${config.version}'>odl-config-api</feature>
154     <bundle>mvn:org.opendaylight.netconf/netconf-auth/{{VERSION}}</bundle>
155     <feature version='${aaa.version}'>odl-aaa-shiro</feature>
156     <bundle>mvn:org.opendaylight.netconf/aaa-authn-odl-plugin/{{VERSION}}</bundle>
157   </feature>
158 </features>