ac0ad75e53a982c79f2e4be8140d91c04a38bfd2
[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     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
35   </feature>
36
37   <feature name='odl-netconf-mapping-api' version='${project.version}' description="OpenDaylight :: Netconf :: Mapping API">
38     <feature version='${project.version}'>odl-netconf-api</feature>
39     <bundle>mvn:org.opendaylight.netconf/netconf-mapping-api/{{VERSION}}</bundle>
40   </feature>
41
42   <feature name='odl-netconf-util' version='${project.version}'>
43     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
44     <feature version='${yangtools.version}'>odl-yangtools-yang-data</feature>
45     <bundle>mvn:org.opendaylight.netconf/netconf-util/{{VERSION}}</bundle>
46   </feature>
47
48   <feature name='odl-netconf-impl' version='${project.version}' description="OpenDaylight :: Netconf :: Impl">
49     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/{{VERSION}}</bundle>
50     <feature version='${project.version}'>odl-netconf-api</feature>
51     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
52     <feature version='${project.version}'>odl-netconf-util</feature>
53     <feature version='${project.version}'>odl-netconf-netty-util</feature>
54     <!-- Netconf server without config connector is just an empty shell -->
55     <feature version='${project.version}'>odl-config-netconf-connector</feature>
56     <!-- Netconf will not provide schemas without monitoring -->
57     <bundle>mvn:org.opendaylight.controller/config-manager-facade-xml/{{VERSION}}</bundle>
58     <feature version='${project.version}'>odl-netconf-monitoring</feature>
59     <feature version='${project.version}'>odl-netconf-notifications-impl</feature>
60     <bundle>mvn:org.opendaylight.netconf/netconf-impl/{{VERSION}}</bundle>
61   </feature>
62
63   <feature name='odl-config-netconf-connector' version='${project.version}' description="OpenDaylight :: Netconf :: Connector">
64     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/{{VERSION}}</bundle>
65     <bundle>mvn:org.opendaylight.controller/config-manager-facade-xml/{{VERSION}}</bundle>
66     <feature version='${config.version}'>odl-config-manager</feature>
67     <feature version='${project.version}'>odl-netconf-netty-util</feature>
68     <bundle>mvn:org.opendaylight.netconf/netconf-impl/{{VERSION}}</bundle>
69     <feature version='${project.version}'>odl-netconf-notifications-api</feature>
70     <bundle>mvn:org.opendaylight.netconf/netconf-notifications-impl/{{VERSION}}</bundle>
71     <bundle>mvn:org.opendaylight.netconf/config-netconf-connector/{{VERSION}}</bundle>
72   </feature>
73
74   <feature name='odl-netconf-netty-util' version='${project.version}' description="OpenDaylight :: Netconf :: Netty Util">
75     <feature version='${project.version}'>odl-netconf-api</feature>
76     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
77     <feature version='${project.version}'>odl-netconf-util</feature>
78     <feature version='[4.0.30,4.1.0)'>odl-netty</feature>
79     <bundle>mvn:org.opendaylight.netconf/netconf-netty-util/{{VERSION}}</bundle>
80     <bundle>mvn:org.bouncycastle/bcpkix-jdk15on/{{VERSION}}</bundle>
81     <bundle>mvn:org.bouncycastle/bcprov-jdk15on/{{VERSION}}</bundle>
82     <bundle>mvn:org.apache.sshd/sshd-core/{{VERSION}}</bundle>
83     <bundle>mvn:openexi/nagasena/{{VERSION}}</bundle>
84   </feature>
85
86   <feature name='odl-netconf-client' version='${project.version}' description="OpenDaylight :: Netconf :: Client">
87     <feature version='${config.version}'>odl-config-all</feature>
88     <feature version='${config.version}'>odl-config-netty</feature>
89     <feature version='${project.version}'>odl-netconf-netty-util</feature>
90     <bundle>mvn:org.opendaylight.netconf/netconf-client/{{VERSION}}</bundle>
91     <bundle>mvn:org.opendaylight.netconf/netconf-config-dispatcher/{{VERSION}}</bundle>
92     <configfile finalname='${config.configfile.directory}/${config.netconf.client.configfile}'>mvn:org.opendaylight.netconf/netconf-config/{{VERSION}}/xml/config</configfile>
93   </feature>
94
95   <feature name='odl-netconf-monitoring' version='${project.version}' description="OpenDaylight :: Netconf :: Monitoring">
96     <feature version='${project.version}'>odl-netconf-util</feature>
97     <bundle>mvn:org.opendaylight.netconf/netconf-monitoring/{{VERSION}}</bundle>
98   </feature>
99
100   <feature name='odl-netconf-notifications-api' version='${project.version}' description="OpenDaylight :: Netconf :: Notification :: Api">
101     <feature version='${config.version}'>odl-config-manager-facade-xml</feature>
102     <feature version='${project.version}'>odl-netconf-api</feature>
103     <bundle>mvn:org.opendaylight.netconf/netconf-notifications-api/{{VERSION}}</bundle>
104   </feature>
105
106   <feature name='odl-netconf-notifications-impl' version='${project.version}' description="OpenDaylight :: Netconf :: Monitoring :: Impl">
107     <feature version='${project.version}'>odl-netconf-notifications-api</feature>
108     <feature version='${project.version}'>odl-netconf-util</feature>
109     <bundle>mvn:org.opendaylight.netconf/netconf-notifications-impl/{{VERSION}}</bundle>
110   </feature>
111
112   <feature name='odl-netconf-ssh' version='${project.version}' description="OpenDaylight :: Netconf Connector :: SSH">
113     <feature version='${project.version}'>odl-netconf-tcp</feature>
114     <feature version='${project.version}'>odl-aaa-netconf-plugin</feature>
115     <bundle>mvn:org.opendaylight.netconf/netconf-ssh/{{VERSION}}</bundle>
116   </feature>
117
118   <feature name='odl-netconf-tcp' version='${project.version}' description="OpenDaylight :: Netconf Connector :: TCP">
119     <feature version='${project.version}'>odl-netconf-impl</feature>
120     <feature version='${config.version}'>odl-config-netty</feature>
121     <bundle>mvn:org.opendaylight.netconf/netconf-tcp/{{VERSION}}</bundle>
122   </feature>
123
124   <feature name='odl-netconf-mdsal' version='${controller.mdsal.version}' description="OpenDaylight :: Netconf :: Mdsal">
125     <feature version='${config.version}'>odl-config-all</feature>
126     <feature version='${config.version}'>odl-config-netty</feature>
127     <feature version='${project.version}'>odl-netconf-all</feature>
128     <feature version='${project.version}'>odl-netconf-tcp</feature>
129     <feature version='${project.version}'>odl-netconf-ssh</feature>
130     <feature version='${project.version}'>odl-netconf-client</feature>
131     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
132     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-notification/{{VERSION}}</bundle>
133     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-connector/{{VERSION}}</bundle>
134     <bundle>mvn:org.opendaylight.netconf/mdsal-netconf-monitoring/{{VERSION}}</bundle>
135     <configfile finalname='${config.configfile.directory}/${config.netconf.mdsal.configfile}'>mvn:org.opendaylight.netconf/netconf-mdsal-config/{{VERSION}}/xml/config</configfile>
136   </feature>
137
138   <feature name='odl-aaa-netconf-plugin' description='OpenDaylight :: AAA :: ODL NETCONF Plugin'
139            version='${project.version}'>
140     <feature version='${config.version}'>odl-config-api</feature>
141     <bundle>mvn:org.opendaylight.netconf/netconf-auth/{{VERSION}}</bundle>
142     <feature version='${aaa.version}'>odl-aaa-shiro</feature>
143     <bundle>mvn:org.opendaylight.netconf/aaa-authn-odl-plugin/{{VERSION}}</bundle>
144   </feature>
145
146   <feature name='odl-aaa-netconf-plugin-no-cluster'
147            description='OpenDaylight :: AAA :: ODL NETCONF Plugin - NO CLUSTER'
148            version='${project.version}'>
149     <feature version='${config.version}'>odl-config-api</feature>
150     <bundle>mvn:org.opendaylight.netconf/netconf-auth/{{VERSION}}</bundle>
151     <feature version='${aaa.version}'>odl-aaa-shiro</feature>
152     <bundle>mvn:org.opendaylight.netconf/aaa-authn-odl-plugin/{{VERSION}}</bundle>
153   </feature>
154 </features>