Merge "Make Raft messages serializable"
[controller.git] / features / nsf / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <features name="nsf-${project.version}"  xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
3     <feature name="odl-nsf-all" description="OpenDaylight :: NSF :: All Network Service Functions" version="${project.version}">
4         <feature version="${sal.version}">odl-adsal-all</feature>
5         <feature version="${project.version}">odl-nsf-managers</feature>
6         <feature version="${project.version}">odl-adsal-northbound</feature>
7         <!--
8          TODO : Resolve this in a follow-up commit
9             <feature>odl-controller-web</feature>
10         -->
11     </feature>
12
13     <feature name="odl-nsf-managers" description="OpenDaylight :: AD-SAL :: Network Service Functions" version="${project.version}">
14         <feature version="${project.version}">base-all</feature>
15         <feature version="${sal.version}">odl-adsal-all</feature>
16         <bundle>mvn:org.opendaylight.controller/usermanager/${usermanager.version}</bundle>
17         <bundle>mvn:org.opendaylight.controller/usermanager.implementation/${usermanager.version}</bundle>
18
19         <bundle>mvn:org.opendaylight.controller/appauth/${appauth.version}</bundle>
20
21         <bundle>mvn:org.opendaylight.controller/connectionmanager/${connectionmanager.version}</bundle>
22         <bundle>mvn:org.opendaylight.controller/connectionmanager.implementation/${connectionmanager.version}</bundle>
23
24         <bundle>mvn:org.opendaylight.controller/containermanager/${containermanager.version}</bundle>
25         <bundle>mvn:org.opendaylight.controller/containermanager.implementation/${containermanager.version}</bundle>
26
27         <bundle>mvn:org.opendaylight.controller/statisticsmanager/${statisticsmanager.version}</bundle>
28         <bundle>mvn:org.opendaylight.controller/statisticsmanager.implementation/${statisticsmanager.implementation.version}</bundle>
29
30         <bundle>mvn:org.opendaylight.controller/switchmanager/${switchmanager.api.version}</bundle>
31         <bundle>mvn:org.opendaylight.controller/switchmanager.implementation/${switchmanager.implementation.version}</bundle>
32
33         <bundle>mvn:org.opendaylight.controller/forwardingrulesmanager/${forwardingrulesmanager.version}</bundle>
34         <bundle>mvn:org.opendaylight.controller/forwardingrulesmanager.implementation/${forwardingrulesmanager.implementation.version}</bundle>
35
36         <bundle>mvn:org.opendaylight.controller/topologymanager/${topologymanager.version}</bundle>
37
38         <bundle>mvn:org.opendaylight.controller/networkconfig.neutron/${networkconfig.neutron.version}</bundle>
39         <bundle>mvn:org.opendaylight.controller/networkconfig.neutron.implementation/${networkconfig.neutron.implementation.version}</bundle>
40
41         <bundle>mvn:org.opendaylight.controller/hosttracker/${hosttracker.api.version}</bundle>
42         <bundle>mvn:org.opendaylight.controller/hosttracker.implementation/${hosttracker.implementation.version}</bundle>
43
44         <bundle>mvn:org.opendaylight.controller/forwarding.staticrouting</bundle>
45
46         <bundle>mvn:org.opendaylight.controller.thirdparty/net.sf.jung2/2.0.1</bundle>
47         <bundle>mvn:org.opendaylight.controller/routing.dijkstra_implementation</bundle>
48     </feature>
49
50     <feature name="odl-adsal-northbound" description="OpenDaylight :: AD-SAL :: Northbound APIs" version="${project.version}">
51         <feature version="${project.version}">base-all</feature>
52         <feature version="${project.version}">odl-nsf-managers</feature>
53         <bundle start-level="35">mvn:org.ow2.asm/asm-all/${asm.version}</bundle>
54         <!--
55             TODO : Resolve these in a follow-up commit
56             <bundle>mvn:org.opendaylight.controller/httpservice-bridge/${httpservice-bridge.northbound.version}</bundle>
57             <bundle>mvn:org.opendaylight.controller/jolokia-bridge/${jolokia-bridge.version}</bundle>
58         -->
59         <bundle>mvn:org.opendaylight.controller/bundlescanner/${bundlescanner.api.version}</bundle>
60         <bundle>mvn:org.opendaylight.controller/bundlescanner.implementation/${bundlescanner.implementation.version}</bundle>
61         <bundle>mvn:org.opendaylight.controller/commons.northbound/${northbound.commons.version}</bundle>
62         <bundle>mvn:org.opendaylight.controller/flowprogrammer.northbound/${flowprogrammer.northbound.version}</bundle>
63         <bundle>mvn:org.opendaylight.controller/hosttracker.northbound/${hosttracker.northbound.version}</bundle>
64         <bundle>mvn:org.opendaylight.controller/networkconfig.bridgedomain.northbound/${networkconfig.bridgedomain.northbound.version}</bundle>
65         <bundle>mvn:org.opendaylight.controller/networkconfig.neutron.northbound/${networkconfig.neutron.northbound.version}</bundle>
66         <bundle>mvn:org.opendaylight.controller/forwarding.staticrouting.northbound/${forwarding.staticrouting.northbound.version}</bundle>
67         <bundle>mvn:org.opendaylight.controller/statistics.northbound/${statistics.northbound.version}</bundle>
68         <bundle>mvn:org.opendaylight.controller/subnets.northbound/${subnets.northbound.version}</bundle>
69         <bundle>mvn:org.opendaylight.controller/switchmanager.northbound/${switchmanager.northbound.version}</bundle>
70         <bundle>mvn:org.opendaylight.controller/topology.northbound/${topology.northbound.version}</bundle>
71         <bundle>mvn:org.opendaylight.controller/usermanager.northbound/${usermanager.northbound.version}</bundle>
72     </feature>
73 </features>