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.netvirt/utils.it-utils/{{VERSION}}</bundle>
42   </feature>
43
44   <feature name="odl-ovsdb-openstack-clusteraware" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization - Cluster Aware"
45            version='${project.version}'>
46     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
47     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-model-li</feature>
48     <feature version="${neutron.version}">odl-neutron-service</feature>
49     <feature version="${ovsdb.version}">odl-ovsdb-southbound-impl</feature>
50     <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services-li</feature>
51     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions-li</feature>
52     <bundle>mvn:org.opendaylight.netvirt/utils.servicehelper/{{VERSION}}</bundle>
53     <bundle>mvn:org.opendaylight.netvirt/utils.neutron-utils/{{VERSION}}</bundle>
54     <bundle>mvn:org.opendaylight.netvirt/utils.mdsal-utils/{{VERSION}}</bundle>
55     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
56     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
57     <bundle>mvn:org.opendaylight.netvirt/openstack.net-virt/{{VERSION}}</bundle>
58     <bundle>mvn:org.opendaylight.netvirt/openstack.net-virt-providers/{{VERSION}}</bundle>
59     <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
60     <configfile finalname="etc/opendaylight/karaf/netvirt-impl-default-config.xml">mvn:org.opendaylight.netvirt/openstack.net-virt/{{VERSION}}/xml/config</configfile>
61     <configfile finalname="etc/opendaylight/karaf/netvirt-providers-impl-default-config.xml">mvn:org.opendaylight.netvirt/openstack.net-virt-providers/{{VERSION}}/xml/config</configfile>
62   </feature>
63
64   <feature name="odl-ovsdb-ui" description="OpenDaylight :: OVSDB :: DLUX Integration Plugin" version='${project.version}'>
65     <feature version="${dlux.version}">odl-dlux-core</feature>
66     <bundle>mvn:org.opendaylight.netvirt/ovsdb-ui-bundle/{{VERSION}}</bundle>
67   </feature>
68
69   <feature name='odl-netvirt-api' version='${project.version}' description='OpenDaylight :: netvirt :: api'>
70     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
71     <bundle>mvn:org.opendaylight.netvirt/netvirt-api/{{VERSION}}</bundle>
72   </feature>
73
74   <feature name='odl-netvirt-rest' version='${project.version}' description='OpenDaylight :: netvirt :: REST'>
75     <feature version="${project.version}">odl-netvirt-api</feature>
76     <feature version="${restconf.version}">odl-restconf</feature>
77   </feature>
78
79   <feature name='odl-netvirt-ui' version='${project.version}' description='OpenDaylight :: netvirt :: UI'>
80     <feature version="${project.version}">odl-netvirt-rest</feature>
81     <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
82     <feature version="${controller.mdsal.version}">odl-mdsal-xsql</feature>
83   </feature>
84
85   <feature name='odl-netvirt-hwgw' version='${project.version}' description='OpenDaylight :: netvirt :: Hardware Gateway'>
86     <feature version="${project.version}">odl-netvirt-api</feature>
87     <feature version='${ovsdb.version}'>odl-ovsdb-hwvtepsouthbound</feature>
88     <bundle>mvn:org.opendaylight.netvirt/hwgw/{{VERSION}}</bundle>
89     <configfile finalname="etc/opendaylight/karaf/hwgw-default-config.xml">mvn:org.opendaylight.netvirt/hwgw/{{VERSION}}/xml/config</configfile>
90   </feature>
91
92     <feature name='odl-netvirt-neutron' version='${project.version}' description='OpenDaylight :: netvirt :: Neutron Renderer'>
93     <feature version="${neutron.version}">odl-neutron-service</feature>
94     <feature version="${project.version}">odl-netvirt-ui</feature>
95     <bundle>mvn:org.opendaylight.netvirt/neutron/{{VERSION}}</bundle>
96     <configfile finalname="etc/opendaylight/karaf/netvirt-neutron-default-config.xml">mvn:org.opendaylight.netvirt/neutron/{{VERSION}}/xml/config</configfile>
97   </feature>
98
99   <feature name='odl-netvirt-it' version='${project.version}' description='OpenDaylight :: netvirt :: IT'>
100     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
101     <feature version="${neutron.version}">odl-neutron-service</feature>
102     <feature version="${project.version}">odl-netvirt-neutron</feature>
103     <feature version="${ovsdb.version}">odl-ovsdb-southbound-api</feature>
104     <bundle>mvn:org.opendaylight.netvirt/utils.it-utils/{{VERSION}}</bundle>
105     <bundle>mvn:org.opendaylight.netvirt/utils.mdsal-utils/{{VERSION}}</bundle>
106     <bundle>mvn:org.opendaylight.netvirt/utils.neutron-utils/{{VERSION}}</bundle>
107     <bundle>mvn:org.opendaylight.netvirt/utils.servicehelper/{{VERSION}}</bundle>
108     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
109     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
110   </feature>
111 </features>