Merge "Added Security Rule for Custom ICMP"
[ovsdb.git] / features / ovsdb / 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.openflowplugin/features-openflowplugin-extension/${openflowplugin.version}/xml/features</repository>
6   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflowplugin.version}/xml/features</repository>
7   <repository>mvn:org.opendaylight.neutron/features-neutron/${networkconfig.neutron.version}/xml/features</repository>
8   <repository>mvn:org.opendaylight.ovsdb/southbound-features/1.2.1-SNAPSHOT/xml/features</repository>
9   <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
10   <repository>mvn:org.opendaylight.ovsdb/library-features/${ovsdb.library.version}/xml/features</repository>
11
12   <feature name="odl-ovsdb-all" description="OpenDaylight :: OVSDB :: all"
13            version='${project.version}'>
14     <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
15   </feature>
16
17   <feature name="odl-ovsdb-schema-openvswitch" description="OVSDB :: Schema :: Open_vSwitch"
18            version='${schema.openvswitch.version}'>
19     <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
20     <bundle>mvn:org.opendaylight.ovsdb/schema.openvswitch/${schema.openvswitch.version}</bundle>
21   </feature>
22
23   <feature name="odl-ovsdb-schema-hardwarevtep" description="OVSDB :: Schema :: hardware_vtep"
24            version='${schema.hardwarevtep.version}'>
25     <feature version="${ovsdb.library.version}">odl-ovsdb-library</feature>
26     <bundle>mvn:org.opendaylight.ovsdb/schema.hardwarevtep/${schema.hardwarevtep.version}</bundle>
27   </feature>
28
29   <feature name="odl-ovsdb-openstack" description="OpenDaylight :: OVSDB :: OpenStack Network Virtualization"
30            version='${openstack.netvirt.version}'>
31     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
32     <feature version="${openflowplugin.version}">odl-openflowplugin-nsf-model</feature>
33     <feature version="${networkconfig.neutron.version}">odl-neutron-service</feature>
34     <feature version="1.2.1-SNAPSHOT">odl-ovsdb-southbound-impl-ui</feature>
35     <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
36     <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
37     <bundle>mvn:org.opendaylight.ovsdb/utils.servicehelper/${ovsdb.utils.servicehelper.version}</bundle>
38     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt/${openstack.netvirt.version}</bundle>
39     <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/${openstack.netvirt.providers.version}</bundle>
40     <configfile finalname="etc/opendaylight/karaf/netvirt-impl-default-config.xml">mvn:org.opendaylight.ovsdb/openstack.net-virt/${project.version}/xml/config</configfile>
41     <configfile finalname="etc/opendaylight/karaf/netvirt-providers-impl-default-config.xml">mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/${project.version}/xml/config</configfile>
42   </feature>
43   <feature name="odl-ovsdb-ui" description="OpenDaylight :: OVSDB :: DLUX Integration Plugin" version='${ovsdb.ui.version}'>
44     <feature version="${dlux.core.version}">odl-dlux-core</feature>
45     <bundle>mvn:org.opendaylight.ovsdb/ovsdb-ui-bundle/${ovsdb.ui.version}</bundle>
46   </feature>
47 </features>