Bug 3864: Notify netconf monitoring about changes in session
[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     <feature version='${config.version}'>odl-config-netty</feature>
55     <!-- Netconf server without config connector is just an empty shell -->
56     <feature version='${project.version}'>odl-config-netconf-connector</feature>
57     <!-- Netconf will not provide schemas without monitoring -->
58     <bundle>mvn:org.opendaylight.controller/config-manager-facade-xml/{{VERSION}}</bundle>
59     <feature version='${project.version}'>odl-netconf-monitoring</feature>
60     <feature version='${project.version}'>odl-netconf-notifications-impl</feature>
61     <bundle>mvn:org.opendaylight.netconf/netconf-impl/{{VERSION}}</bundle>
62   </feature>
63
64   <feature name='odl-config-netconf-connector' version='${project.version}' description="OpenDaylight :: Netconf :: Connector">
65     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/{{VERSION}}</bundle>
66     <bundle>mvn:org.opendaylight.controller/config-manager-facade-xml/{{VERSION}}</bundle>
67     <feature version='${config.version}'>odl-config-manager</feature>
68     <feature version='${project.version}'>odl-netconf-netty-util</feature>
69     <bundle>mvn:org.opendaylight.netconf/netconf-impl/{{VERSION}}</bundle>
70     <feature version='${project.version}'>odl-netconf-notifications-api</feature>
71     <feature version='${config.version}'>odl-config-netty</feature>
72     <bundle>mvn:org.opendaylight.netconf/netconf-notifications-impl/{{VERSION}}</bundle>
73     <bundle>mvn:org.opendaylight.netconf/config-netconf-connector/{{VERSION}}</bundle>
74   </feature>
75
76   <feature name='odl-netconf-netty-util' version='${project.version}' description="OpenDaylight :: Netconf :: Netty Util">
77     <feature version='${project.version}'>odl-netconf-api</feature>
78     <feature version='${project.version}'>odl-netconf-mapping-api</feature>
79     <feature version='${project.version}'>odl-netconf-util</feature>
80     <feature version='[4.0.30,4.1.0)'>odl-netty</feature>
81     <bundle>mvn:org.opendaylight.netconf/netconf-netty-util/{{VERSION}}</bundle>
82     <bundle>mvn:org.bouncycastle/bcpkix-jdk15on/{{VERSION}}</bundle>
83     <bundle>mvn:org.bouncycastle/bcprov-jdk15on/{{VERSION}}</bundle>
84     <bundle>mvn:org.apache.sshd/sshd-core/{{VERSION}}</bundle>
85     <bundle>mvn:openexi/nagasena/{{VERSION}}</bundle>
86   </feature>
87
88   <feature name='odl-netconf-client' version='${project.version}' description="OpenDaylight :: Netconf :: Client">
89     <feature version='${config.version}'>odl-config-all</feature>
90     <feature version='${config.version}'>odl-config-netty</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-shiro</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-shiro</feature>
154     <bundle>mvn:org.opendaylight.netconf/aaa-authn-odl-plugin/{{VERSION}}</bundle>
155   </feature>
156 </features>