Add blueprint wiring for neutron renderer
[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.neutron/features-neutron/{{VERSION}}/xml/features</repository>
12   <repository>mvn:org.opendaylight.ovsdb/hwvtepsouthbound-features/{{VERSION}}/xml/features</repository>
13   <repository>mvn:org.opendaylight.ovsdb/southbound-features/{{VERSION}}/xml/features</repository>
14
15   <feature name="odl-ovsdb-openstack" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization"
16            version='${project.version}'>
17     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
18     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-model</feature>
19     <feature version="${neutron.version}">odl-neutron-service</feature>
20     <feature version="${ovsdb.version}">odl-ovsdb-southbound-impl-ui</feature>
21     <feature version="${openflowplugin.version}">odl-openflowplugin-southbound</feature>
22     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-services</feature>
23     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
24     <bundle>mvn:org.opendaylight.netvirt/utils.servicehelper/{{VERSION}}</bundle>
25     <bundle>mvn:org.opendaylight.netvirt/utils.neutron-utils/{{VERSION}}</bundle>
26     <bundle>mvn:org.opendaylight.netvirt/utils.mdsal-utils/{{VERSION}}</bundle>
27     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
28     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
29     <bundle>mvn:org.opendaylight.netvirt/openstack.net-virt/{{VERSION}}</bundle>
30     <bundle>mvn:org.opendaylight.netvirt/openstack.net-virt-providers/{{VERSION}}</bundle>
31     <bundle>mvn:commons-net/commons-net/{{VERSION}}</bundle>
32   </feature>
33
34   <feature name="odl-ovsdb-openstack-it" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization IT"
35            version='${project.version}'>
36     <feature version="${project.version}">odl-ovsdb-openstack</feature>
37     <bundle>mvn:org.opendaylight.ovsdb/utils.ovsdb-it-utils/{{VERSION}}</bundle>
38     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
39     <bundle>mvn:org.opendaylight.netvirt/utils.netvirt-it-utils/{{VERSION}}</bundle>
40     <bundle>mvn:org.opendaylight.netvirt/utils.neutron-utils/{{VERSION}}</bundle>
41   </feature>
42
43   <feature name="odl-ovsdb-ui" description="OpenDaylight :: OVSDB :: DLUX Integration Plugin" version='${project.version}'>
44     <feature version="${dlux.version}">odl-dlux-core</feature>
45     <bundle>mvn:org.opendaylight.netvirt/ovsdb-ui-bundle/{{VERSION}}</bundle>
46   </feature>
47
48   <feature name='odl-netvirt-api' version='${project.version}' description='OpenDaylight :: netvirt :: api'>
49     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
50     <bundle>mvn:org.opendaylight.netvirt/netvirt-api/{{VERSION}}</bundle>
51   </feature>
52
53   <feature name='odl-netvirt-rest' version='${project.version}' description='OpenDaylight :: netvirt :: REST'>
54     <feature version="${project.version}">odl-netvirt-api</feature>
55     <feature version="${restconf.version}">odl-restconf</feature>
56   </feature>
57
58   <feature name='odl-netvirt-ui' version='${project.version}' description='OpenDaylight :: netvirt :: UI'>
59     <feature version="${project.version}">odl-netvirt-rest</feature>
60     <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
61     <feature version="${controller.mdsal.version}">odl-mdsal-xsql</feature>
62   </feature>
63
64   <feature name='odl-netvirt-hwgw' version='${project.version}' description='OpenDaylight :: netvirt :: Hardware Gateway'>
65     <feature version="${project.version}">odl-netvirt-api</feature>
66     <feature version='${ovsdb.version}'>odl-ovsdb-hwvtepsouthbound</feature>
67     <bundle>mvn:org.opendaylight.netvirt/hwgw/{{VERSION}}</bundle>
68     <configfile finalname="etc/opendaylight/karaf/hwgw-default-config.xml">mvn:org.opendaylight.netvirt/hwgw/{{VERSION}}/xml/config</configfile>
69   </feature>
70
71   <feature name='odl-netvirt-neutron' version='${project.version}' description='OpenDaylight :: netvirt :: Neutron Renderer'>
72     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
73     <feature version="${neutron.version}">odl-neutron-service</feature>
74     <feature version="${project.version}">odl-netvirt-ui</feature>
75     <bundle>mvn:org.opendaylight.netvirt/utils.mdsal-utils/{{VERSION}}</bundle>
76     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
77     <bundle>mvn:org.opendaylight.netvirt/neutron/{{VERSION}}</bundle>
78   </feature>
79
80   <feature name='odl-netvirt-it' version='${project.version}' description='OpenDaylight :: netvirt :: IT'>
81     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
82     <feature version="${neutron.version}">odl-neutron-service</feature>
83     <feature version="${project.version}">odl-netvirt-neutron</feature>
84     <feature version="${ovsdb.version}">odl-ovsdb-southbound-api</feature>
85     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-model</feature>
86     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
87     <bundle>mvn:org.opendaylight.netvirt/openstack.net-virt/{{VERSION}}</bundle>
88     <bundle>mvn:org.opendaylight.netvirt/utils.servicehelper/{{VERSION}}</bundle>
89     <bundle>mvn:org.opendaylight.netvirt/utils.neutron-utils/{{VERSION}}</bundle>
90     <bundle>mvn:org.opendaylight.netvirt/utils.mdsal-utils/{{VERSION}}</bundle>
91     <bundle>mvn:org.opendaylight.netvirt/utils.netvirt-it-utils/{{VERSION}}</bundle>
92     <bundle>mvn:org.opendaylight.netvirt/utils.neutron-utils/{{VERSION}}</bundle>
93     <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
94     <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
95   </feature>
96 </features>