Merge "Use dpl portId"
[netvirt.git] / features / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <features name="ovsdb-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
3           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
5   <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
6   <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
7   <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
8   <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
9   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/{{VERSION}}/xml/features</repository>
10   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/{{VERSION}}/xml/features</repository>
11   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension-li/{{VERSION}}/xml/features</repository>
12   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin-li/{{VERSION}}/xml/features</repository>
13   <repository>mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features</repository>
14   <repository>mvn:org.opendaylight.ovsdb/hwvtepsouthbound-features/{{VERSION}}/xml/features</repository>
15   <repository>mvn:org.opendaylight.ovsdb/southbound-features/{{VERSION}}/xml/features</repository>
16
17   <feature name="odl-ovsdb-openstack" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization"
18            version='${project.version}'>
19     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
20     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-model</feature>
21     <feature version="${neutron.version}">odl-neutron-service</feature>
22     <feature version="${ovsdb.version}">odl-ovsdb-southbound-impl</feature>
23     <feature version="${openflowplugin.version}">odl-openflowplugin-southbound</feature>
24     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-services</feature>
25     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
26     <bundle>mvn:org.opendaylight.netvirt/utils.servicehelper/{{VERSION}}</bundle>
27     <bundle>mvn:org.opendaylight.netvirt/utils.neutron-utils/{{VERSION}}</bundle>
28     <bundle>mvn:org.opendaylight.netvirt/utils.mdsal-utils/{{VERSION}}</bundle>
29     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
30     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
31     <bundle>mvn:org.opendaylight.netvirt/openstack.net-virt/{{VERSION}}</bundle>
32     <bundle>mvn:org.opendaylight.netvirt/openstack.net-virt-providers/{{VERSION}}</bundle>
33     <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
34     <configfile finalname="etc/opendaylight/karaf/netvirt-impl-default-config.xml">mvn:org.opendaylight.netvirt/openstack.net-virt/{{VERSION}}/xml/config</configfile>
35     <configfile finalname="etc/opendaylight/karaf/netvirt-providers-impl-default-config.xml">mvn:org.opendaylight.netvirt/openstack.net-virt-providers/{{VERSION}}/xml/config</configfile>
36   </feature>
37
38   <feature name="odl-ovsdb-openstack-it" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization IT"
39            version='${project.version}'>
40     <feature version="${project.version}">odl-ovsdb-openstack</feature>
41     <bundle>mvn:org.opendaylight.ovsdb/utils.ovsdb-it-utils/{{VERSION}}</bundle>
42     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
43     <bundle>mvn:org.opendaylight.netvirt/utils.netvirt-it-utils/{{VERSION}}</bundle>
44   </feature>
45
46   <feature name="odl-ovsdb-openstack-clusteraware" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization - Cluster Aware"
47            version='${project.version}'>
48     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
49     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-model-li</feature>
50     <feature version="${neutron.version}">odl-neutron-service</feature>
51     <feature version="${ovsdb.version}">odl-ovsdb-southbound-impl</feature>
52     <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services-li</feature>
53     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions-li</feature>
54     <bundle>mvn:org.opendaylight.netvirt/utils.servicehelper/{{VERSION}}</bundle>
55     <bundle>mvn:org.opendaylight.netvirt/utils.neutron-utils/{{VERSION}}</bundle>
56     <bundle>mvn:org.opendaylight.netvirt/utils.mdsal-utils/{{VERSION}}</bundle>
57     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
58     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
59     <bundle>mvn:org.opendaylight.netvirt/openstack.net-virt/{{VERSION}}</bundle>
60     <bundle>mvn:org.opendaylight.netvirt/openstack.net-virt-providers/{{VERSION}}</bundle>
61     <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
62     <configfile finalname="etc/opendaylight/karaf/netvirt-impl-default-config.xml">mvn:org.opendaylight.netvirt/openstack.net-virt/{{VERSION}}/xml/config</configfile>
63     <configfile finalname="etc/opendaylight/karaf/netvirt-providers-impl-default-config.xml">mvn:org.opendaylight.netvirt/openstack.net-virt-providers/{{VERSION}}/xml/config</configfile>
64   </feature>
65
66   <feature name="odl-ovsdb-ui" description="OpenDaylight :: OVSDB :: DLUX Integration Plugin" version='${project.version}'>
67     <feature version="${dlux.version}">odl-dlux-core</feature>
68     <bundle>mvn:org.opendaylight.netvirt/ovsdb-ui-bundle/{{VERSION}}</bundle>
69   </feature>
70
71   <feature name='odl-netvirt-api' version='${project.version}' description='OpenDaylight :: netvirt :: api'>
72     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
73     <bundle>mvn:org.opendaylight.netvirt/netvirt-api/{{VERSION}}</bundle>
74   </feature>
75
76   <feature name='odl-netvirt-rest' version='${project.version}' description='OpenDaylight :: netvirt :: REST'>
77     <feature version="${project.version}">odl-netvirt-api</feature>
78     <feature version="${restconf.version}">odl-restconf</feature>
79   </feature>
80
81   <feature name='odl-netvirt-ui' version='${project.version}' description='OpenDaylight :: netvirt :: UI'>
82     <feature version="${project.version}">odl-netvirt-rest</feature>
83     <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
84     <feature version="${controller.mdsal.version}">odl-mdsal-xsql</feature>
85   </feature>
86
87   <feature name='odl-netvirt-hwgw' version='${project.version}' description='OpenDaylight :: netvirt :: Hardware Gateway'>
88     <feature version="${project.version}">odl-netvirt-api</feature>
89     <feature version='${ovsdb.version}'>odl-ovsdb-hwvtepsouthbound</feature>
90     <bundle>mvn:org.opendaylight.netvirt/hwgw/{{VERSION}}</bundle>
91     <configfile finalname="etc/opendaylight/karaf/hwgw-default-config.xml">mvn:org.opendaylight.netvirt/hwgw/{{VERSION}}/xml/config</configfile>
92   </feature>
93
94     <feature name='odl-netvirt-neutron' version='${project.version}' description='OpenDaylight :: netvirt :: Neutron Renderer'>
95     <feature version="${neutron.version}">odl-neutron-service</feature>
96     <feature version="${project.version}">odl-netvirt-ui</feature>
97     <bundle>mvn:org.opendaylight.netvirt/neutron/{{VERSION}}</bundle>
98     <configfile finalname="etc/opendaylight/karaf/netvirt-neutron-default-config.xml">mvn:org.opendaylight.netvirt/neutron/{{VERSION}}/xml/config</configfile>
99   </feature>
100
101   <feature name='odl-netvirt-it' version='${project.version}' description='OpenDaylight :: netvirt :: IT'>
102     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
103     <feature version="${neutron.version}">odl-neutron-service</feature>
104     <feature version="${project.version}">odl-netvirt-neutron</feature>
105     <feature version="${ovsdb.version}">odl-ovsdb-southbound-api</feature>
106     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-model</feature>
107     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
108     <bundle>mvn:org.opendaylight.netvirt/utils.servicehelper/{{VERSION}}</bundle>
109     <bundle>mvn:org.opendaylight.netvirt/utils.neutron-utils/{{VERSION}}</bundle>
110     <bundle>mvn:org.opendaylight.netvirt/utils.mdsal-utils/{{VERSION}}</bundle>
111     <bundle>mvn:org.opendaylight.netvirt/utils.netvirt-it-utils/{{VERSION}}</bundle>
112     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
113     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
114   </feature>
115 </features>