From ecb1d8a5e8387afb502ee61846bfcfca6a242214 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 25 Jan 2018 18:07:14 +0100 Subject: [PATCH] Use profiles Group all features in per-project profiles. Profiles are active or inactive by default to reflect their current status in the project. This allows jobs to enable or disable projects as necessary to test project changes before enabling them. Change-Id: I60906c10b0a7354f27005bf2d4bbaffa8cd395db Signed-off-by: Stephen Kitt --- artifacts/upstream/artifacts/pom.xml | 443 ++++--- artifacts/upstream/feature-repos/pom.xml | 727 +++++++---- artifacts/upstream/other/pom.xml | 30 +- artifacts/upstream/single-features/pom.xml | 1109 ++++++++++------- features/repos/index/pom.xml | 1028 +++++++++------ features/singles/odl-integration-all/pom.xml | 716 ++++++----- .../pom.xml | 655 ++++++---- 7 files changed, 2852 insertions(+), 1856 deletions(-) diff --git a/artifacts/upstream/artifacts/pom.xml b/artifacts/upstream/artifacts/pom.xml index 4bf8f597..88b0b7b4 100644 --- a/artifacts/upstream/artifacts/pom.xml +++ b/artifacts/upstream/artifacts/pom.xml @@ -37,147 +37,304 @@ https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=artifacts/upstream/artifacts;hb=HEAD HEAD - - - - - - org.opendaylight.bgpcep - bgpcep-artifacts - ${bgpcep.version} - pom - import - - - org.opendaylight.coe - coe-artifacts - ${coe.version} - pom - import - - - org.opendaylight.controller - config-artifacts - ${config.version} - pom - import - - - org.opendaylight.daexim - daexim-artifacts - ${daexim.version} - pom - import - - - org.opendaylight.genius - genius-artifacts - ${genius.version} - pom - import - - - org.opendaylight.infrautils - infrautils-artifacts - ${infrautils.version} - pom - import - - - org.opendaylight.lispflowmapping - lispflowmapping-artifacts - ${lispflowmapping.version} - pom - import - - - org.opendaylight.netconf - restconf-artifacts - ${restconf.version} - pom - import - - - org.opendaylight.netvirt - vpnservice-artifacts - ${vpnservice.version} - pom - import - - - org.opendaylight.neutron - neutron-artifacts - ${neutron.version} - pom - import - - - org.opendaylight.openflowplugin - openflowplugin-artifacts - ${openflowplugin.version} - pom - import - - - org.opendaylight.ovsdb - hwvtepsouthbound-artifacts - ${ovsdb.version} - pom - import - - - org.opendaylight.ovsdb - library-artifacts - ${ovsdb.version} - pom - import - - - org.opendaylight.ovsdb - southbound-artifacts - ${ovsdb.version} - pom - import - - - - org.opendaylight.honeycomb.vbd - vbd-artifacts - ${honeycomb.vbd.version} - pom - import - - - org.opendaylight.netconf - netconf-artifacts - ${netconf.version} - pom - import - - - - + + + + + bgpcep + + true + + + + + org.opendaylight.bgpcep + bgpcep-artifacts + ${bgpcep.version} + pom + import + + + + + + coe + + true + + + + + org.opendaylight.coe + coe-artifacts + ${coe.version} + pom + import + + + + + + controller + + true + + + + + org.opendaylight.controller + config-artifacts + ${config.version} + pom + import + + + + + + daexim + + true + + + + + org.opendaylight.daexim + daexim-artifacts + ${daexim.version} + pom + import + + + + + + genius + + true + + + + + org.opendaylight.genius + genius-artifacts + ${genius.version} + pom + import + + + + + + groupbasedpolicy + + + false + + + + + org.opendaylight.groupbasedpolicy + groupbasedpolicy-artifacts + ${groupbasedpolicy.version} + pom + import + + + + + + honeycombvbd + + true + + + + + org.opendaylight.honeycomb.vbd + vbd-artifacts + ${honeycomb.vbd.version} + pom + import + + + + + + infrautils + + true + + + + + org.opendaylight.infrautils + infrautils-artifacts + ${infrautils.version} + pom + import + + + + + + lispflowmapping + + true + + + + + org.opendaylight.lispflowmapping + lispflowmapping-artifacts + ${lispflowmapping.version} + pom + import + + + + + + netconf + + true + + + + + org.opendaylight.netconf + netconf-artifacts + ${netconf.version} + pom + import + + + org.opendaylight.netconf + restconf-artifacts + ${restconf.version} + pom + import + + + + + + netvirt + + true + + + + + org.opendaylight.netvirt + vpnservice-artifacts + ${vpnservice.version} + pom + import + + + + + + neutron + + true + + + + + org.opendaylight.neutron + neutron-artifacts + ${neutron.version} + pom + import + + + + + + openflowplugin + + true + + + + + org.opendaylight.openflowplugin + openflowplugin-artifacts + ${openflowplugin.version} + pom + import + + + + + + ovsdb + + true + + + + + org.opendaylight.ovsdb + hwvtepsouthbound-artifacts + ${ovsdb.version} + pom + import + + + org.opendaylight.ovsdb + library-artifacts + ${ovsdb.version} + pom + import + + + org.opendaylight.ovsdb + southbound-artifacts + ${ovsdb.version} + pom + import + + + + + + tsdr + + + false + + + + + org.opendaylight.tsdr + tsdr-artifacts + ${tsdr.version} + pom + import + + + + + + unimgr + + + false + + + + + org.opendaylight.unimgr + unimgr-artifacts + ${unimgr.version} + pom + import + + + + + diff --git a/artifacts/upstream/feature-repos/pom.xml b/artifacts/upstream/feature-repos/pom.xml index bde17376..bfef93df 100644 --- a/artifacts/upstream/feature-repos/pom.xml +++ b/artifacts/upstream/feature-repos/pom.xml @@ -38,273 +38,462 @@ HEAD - - - - - - - - org.opendaylight.aaa - features-aaa - ${aaa.version} - features - xml - - - - - - - - - - - - org.opendaylight.controller - features-extras - ${controller.extras.version} - features - xml - - - org.opendaylight.controller - features-mdsal - ${mdsal.version} - features - xml - - - org.opendaylight.controller - features-mdsal-benchmark - ${benchmark.version} - features - xml - - - org.opendaylight.controller - features-mdsal-trace - ${mdsal.version} - features - xml - - - - - org.opendaylight.dlux - features-dlux - ${dlux.version} - features - xml - - - - - org.opendaylight.dluxapps - features-dluxapps - ${dluxapps.version} - features - xml - - - - - - - - - - - org.opendaylight.infrautils - infrautils-features - ${infrautils.version} - features - xml - - - - - org.opendaylight.l2switch - features-l2switch - ${l2switch.version} - features - xml - - - - - - - - - - - - - - org.opendaylight.odlparent - features-akka - ${odlparent.version} - features - xml - - - org.opendaylight.odlparent - features-odlparent - ${odlparent.version} - features - xml - - - - - - - - - - - - - - org.opendaylight.sfc - features4-sfc - ${sfc.version} - features - xml - - - - - org.opendaylight.snmp - features-snmp - ${snmp.version} - features - xml - - - - - - - - org.opendaylight.sxp - features-sxp - ${sxp.version} - features - xml - - - - - - - - - - + + + + + aaa + + true + + + + + org.opendaylight.aaa + features-aaa + ${aaa.version} + features + xml + + + + + + + alto + + + false + + + + + org.opendaylight.alto + features4-alto + ${alto.version} + features + xml + + + + + + + bier + + + false + + + + + org.opendaylight.bier + features-bier + ${bier.version} + features + xml + + + + + + + controller + + true + + + + + org.opendaylight.controller + features-extras + ${controller.extras.version} + features + xml + + + org.opendaylight.controller + features-mdsal + ${mdsal.version} + features + xml + + + org.opendaylight.controller + features-mdsal-benchmark + ${benchmark.version} + features + xml + + + org.opendaylight.controller + features-mdsal-trace + ${mdsal.version} + features + xml + + + + + + + dlux + + true + + + + + org.opendaylight.dlux + features-dlux + ${dlux.version} + features + xml + + + + + + + dluxapps + + true + + + + + org.opendaylight.dluxapps + features-dluxapps + ${dluxapps.version} + features + xml + + + + + + + + eman + + false + + + + + org.opendaylight.eman + features-eman + ${eman.version} + features + xml + + + + + + + faas + + + false + + + + + org.opendaylight.faas + features4-faas + ${faas.version} + features + xml + + + + + + + infrautils + + true + + + + + org.opendaylight.infrautils + infrautils-features + ${infrautils.version} + features + xml + + + + + + + l2switch + + true + + + + + org.opendaylight.l2switch + features-l2switch + ${l2switch.version} + features + xml + + + + + + + nemo + + + false + + + + + org.opendaylight.nemo + nemo-features + ${nemo.version} + features + xml + + + + + + + nic + + + false + + + + + org.opendaylight.nic + features-nic + ${nic.version} + features + xml + + + + + + + ocpplugin + + + false + + + + + org.opendaylight.ocpplugin + features-ocpplugin + ${ocpplugin.version} + features + xml + + + + + + + odlparent + + true + + + + + org.opendaylight.odlparent + features-akka + ${odlparent.version} + features + xml + + + org.opendaylight.odlparent + features-odlparent + ${odlparent.version} + features + xml + + + + + + + ofconfig + + + false + + + + + org.opendaylight.of-config + features-of-config + ${ofconfig.version} + features + xml + + + + + + + p4plugin + + + true + + + + + org.opendaylight.p4plugin + features-p4plugin + ${p4plugin.version} + features + xml + + + + + + + packetcable + + + false + + + + + org.opendaylight.packetcable + features4-packetcable-policy + ${packetcable.version} + features + xml + + + + + + + sfc + + true + + + + + org.opendaylight.sfc + features4-sfc + ${sfc.version} + features + xml + + + + + + + snmp + + true + + + + + org.opendaylight.snmp + features-snmp + ${snmp.version} + features + xml + + + + + + + snmp4sdn + + + false + + + + + org.opendaylight.snmp4sdn + features-snmp4sdn + ${snmp4sdn.version} + features + xml + + + + + + + sxp + + true + + + + + org.opendaylight.sxp + features-sxp + ${sxp.version} + features + xml + + + + + + + usc + + + false + + + + + org.opendaylight.usc + usc-features + ${usc.version} + features + xml + + + + + + + vtn + + + false + + + + + org.opendaylight.vtn + features-vtn-manager + ${vtn-manager.version} + features + xml + + + + + diff --git a/artifacts/upstream/other/pom.xml b/artifacts/upstream/other/pom.xml index 4b29f7ba..36578a59 100644 --- a/artifacts/upstream/other/pom.xml +++ b/artifacts/upstream/other/pom.xml @@ -37,15 +37,23 @@ https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=artifacts/upstream/other;hb=HEAD HEAD - - - - - org.opendaylight.aaa - aaa-cli-jar - - ${aaa.version} - - - + + + + aaa + + true + + + + + org.opendaylight.aaa + aaa-cli-jar + + ${aaa.version} + + + + + diff --git a/artifacts/upstream/single-features/pom.xml b/artifacts/upstream/single-features/pom.xml index a13cc783..5efa6b5b 100644 --- a/artifacts/upstream/single-features/pom.xml +++ b/artifacts/upstream/single-features/pom.xml @@ -37,472 +37,645 @@ https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=artifacts/upstream/single-features;hb=HEAD HEAD - - - - - - - - org.opendaylight.aaa - odl-aaa-cert - ${aaa.version} - features - xml - - - org.opendaylight.aaa - odl-aaa-shiro - ${aaa.version} - features - xml - - - - - - - - - - - org.opendaylight.controller - odl-mdsal-broker - ${mdsal.version} - features - xml - - - - - org.opendaylight.dluxapps - odl-dluxapps-nodes - ${dluxapps.version} - xml - features - - - org.opendaylight.dluxapps - odl-dluxapps-topology - ${dluxapps.version} - features - xml - - - org.opendaylight.dluxapps - odl-dluxapps-yangman - ${dluxapps.version} - features - xml - - - org.opendaylight.dluxapps - odl-dluxapps-yangvisualizer - ${dluxapps.version} - xml - features - - - - - - - - - - - org.opendaylight.l2switch - odl-l2switch-switch - ${l2switch.version} - features - xml - - - org.opendaylight.l2switch - odl-l2switch-switch-rest - ${l2switch.version} - features - xml - - - org.opendaylight.l2switch - odl-l2switch-switch-ui - ${l2switch.version} - features - xml - - - - - - - - - - - - - - - - - - - - - - - org.opendaylight.sfc - odl-sfc-ios-xe-renderer - ${sfc.version} - xml - features - - - org.opendaylight.sfc - odl-sfc-netconf - ${sfc.version} - xml - features - - - org.opendaylight.sfc - odl-sfc-openflow-renderer - ${sfc.version} - xml - features - - - org.opendaylight.sfc - odl-sfc-ovs - ${sfc.version} - xml - features - - - org.opendaylight.sfc - odl-sfc-sb-rest - ${sfc.version} - xml - features - - - org.opendaylight.sfc - odl-sfc-ui - ${sfc.version} - xml - features - - - org.opendaylight.sfc - odl-sfc-vpp-renderer - ${sfc.version} - xml - features - - - org.opendaylight.sfc - odl-sfclisp - ${sfc.version} - xml - features - - - org.opendaylight.sfc - odl-sfc-shell - ${sfc.version} - xml - features - - - - - org.opendaylight.snmp - odl-snmp-plugin - ${snmp.version} - features - xml - - - - - - - - org.opendaylight.sxp - odl-sxp-controller - ${sxp.version} - features - xml - - - - - - - - - - - - + + + + + + aaa + + true + + + + + org.opendaylight.aaa + odl-aaa-cert + ${aaa.version} + features + xml + + + org.opendaylight.aaa + odl-aaa-shiro + ${aaa.version} + features + xml + + + + + + + alto + + + false + + + + + org.opendaylight.alto + odl-alto-simpleird + ${alto.version} + features + xml + + + org.opendaylight.alto + odl-alto-manual-maps + ${alto.version} + features + xml + + + org.opendaylight.alto + odl-alto-simpleecs + ${alto.version} + features + xml + + + org.opendaylight.alto + odl-alto-auto-maps + ${alto.version} + features + xml + + + org.opendaylight.alto + odl-alto-spce + ${alto.version} + features + xml + + + + + + + bier + + + false + + + + + org.opendaylight.bier + odl-bier-all + ${bier.version} + features + xml + + + + + + + controller + + true + + + + + org.opendaylight.controller + odl-mdsal-broker + ${mdsal.version} + features + xml + + + + + + + dluxapps + + true + + + + + org.opendaylight.dluxapps + odl-dluxapps-nodes + ${dluxapps.version} + xml + features + + + org.opendaylight.dluxapps + odl-dluxapps-topology + ${dluxapps.version} + features + xml + + + org.opendaylight.dluxapps + odl-dluxapps-yangman + ${dluxapps.version} + features + xml + + + org.opendaylight.dluxapps + odl-dluxapps-yangvisualizer + ${dluxapps.version} + xml + features + + + + + + + eman + + + false + + + + + org.opendaylight.eman + odl-eman-ui + ${eman.version} + xml + features + + + org.opendaylight.eman + odl-eman-api + ${eman.version} + xml + features + + + org.opendaylight.eman + odl-eman + ${eman.version} + xml + features + + + + + + + faas + + + false + + + + + org.opendaylight.faas + odl-faas-base + ${faas.version} + xml + features + + + org.opendaylight.faas + odl-faas-vxlan-ovs-adapter + ${faas.version} + xml + features + + + org.opendaylight.faas + odl-faas-vxlan-fabric + ${faas.version} + xml + features + + + org.opendaylight.faas + odl-faas-vlan-fabric + ${faas.version} + xml + features + + + org.opendaylight.faas + odl-faas-fabric + ${faas.version} + xml + features + + + org.opendaylight.faas + odl-faas-fabricmgr + ${faas.version} + xml + features + + + org.opendaylight.faas + odl-faas-uln-mapper + ${faas.version} + xml + features + + + org.opendaylight.faas + odl-faas-all + ${faas.version} + xml + features + + + + + + + l2switch + + true + + + + + org.opendaylight.l2switch + odl-l2switch-switch + ${l2switch.version} + features + xml + + + org.opendaylight.l2switch + odl-l2switch-switch-rest + ${l2switch.version} + features + xml + + + org.opendaylight.l2switch + odl-l2switch-switch-ui + ${l2switch.version} + features + xml + + + + + + + nemo + + + false + + + + + org.opendaylight.nemo + odl-nemo-engine + ${nemo.version} + features + xml + + + org.opendaylight.nemo + odl-nemo-engine-rest + ${nemo.version} + features + xml + + + org.opendaylight.nemo + odl-nemo-engine-ui + ${nemo.version} + features + xml + + + org.opendaylight.nemo + odl-nemo-openflow-renderer + ${nemo.version} + features + xml + + + org.opendaylight.nemo + odl-nemo-cli-renderer + ${nemo.version} + features + xml + + + + + + + nic + + + false + + + + + org.opendaylight.nic + odl-nic-intent-common + ${nic.version} + features + xml + + + org.opendaylight.nic + odl-nic-core-mdsal + ${nic.version} + features + xml + + + + + + + ocpplugin + + + false + + + + + org.opendaylight.ocpplugin + odl-ocpplugin-all + ${ocpplugin.version} + features + xml + + + + + + + ofconfig + + + false + + + + + org.opendaylight.of-config + odl-of-config-all + ${ofconfig.version} + features + xml + + + + + + + p4plugin + + + false + + + + + org.opendaylight.p4plugin + odl-p4plugin-all + ${p4plugin.version} + features + xml + + + + + + + packetcable + + + false + + + + + org.opendaylight.packetcable + odl-packetcable-policy-model + ${packetcable.version} + features + xml + + + org.opendaylight.packetcable + odl-packetcable-policy-server + ${packetcable.version} + features + xml + + + org.opendaylight.packetcable + odl-packetcable-policy-server-all + ${packetcable.version} + features + xml + + + + + + + sfc + + true + + + + + org.opendaylight.sfc + odl-sfc-ios-xe-renderer + ${sfc.version} + xml + features + + + org.opendaylight.sfc + odl-sfc-netconf + ${sfc.version} + xml + features + + + org.opendaylight.sfc + odl-sfc-openflow-renderer + ${sfc.version} + xml + features + + + org.opendaylight.sfc + odl-sfc-ovs + ${sfc.version} + xml + features + + + org.opendaylight.sfc + odl-sfc-sb-rest + ${sfc.version} + xml + features + + + org.opendaylight.sfc + odl-sfc-ui + ${sfc.version} + xml + features + + + org.opendaylight.sfc + odl-sfc-vpp-renderer + ${sfc.version} + xml + features + + + org.opendaylight.sfc + odl-sfclisp + ${sfc.version} + xml + features + + + org.opendaylight.sfc + odl-sfc-shell + ${sfc.version} + xml + features + + + + + + + snmp + + true + + + + + org.opendaylight.snmp + odl-snmp-plugin + ${snmp.version} + features + xml + + + + + + + snmp4sdn + + + false + + + + + org.opendaylight.snmp4sdn + odl-snmp4sdn-snmp4sdn + ${snmp4sdn.version} + features + xml + + + + + + + sxp + + true + + + + + org.opendaylight.sxp + odl-sxp-controller + ${sxp.version} + features + xml + + + + + + + unimgr + + + false + + + + + org.opendaylight.unimgr + odl-unimgr + ${unimgr.version} + features + xml + + + + + + + usc + + + false + + + + + org.opendaylight.usc + odl-usc-channel-ui + ${usc.version} + features + xml + + + + + + + vtn + + + false + + + + + org.opendaylight.vtn + odl-vtn-manager-rest + ${vtn-manager.version} + features + xml + + + org.opendaylight.vtn + odl-vtn-manager-neutron + ${vtn-manager.version} + features + xml + + + + + diff --git a/features/repos/index/pom.xml b/features/repos/index/pom.xml index 24ecbe25..ae73a5f8 100644 --- a/features/repos/index/pom.xml +++ b/features/repos/index/pom.xml @@ -50,434 +50,680 @@ - - - - - + + + - - org.opendaylight.aaa - features-aaa - features - xml - - + + aaa + + true + + + + org.opendaylight.aaa + features-aaa + features + xml + + + - - + + alto + + + false + + + + org.opendaylight.alto + features4-alto + features + xml + + + - - org.opendaylight.bgpcep - features-bgp - features - xml - - - org.opendaylight.bgpcep - features-bmp - features - xml - - - org.opendaylight.bgpcep - features-bgpcep-extras - features - xml - - - org.opendaylight.bgpcep - features-pcep - features - xml - - - org.opendaylight.bgpcep - features-rsvp - features - xml - - + + bgpcep + + true + + + + org.opendaylight.bgpcep + features-bgp + features + xml + + + org.opendaylight.bgpcep + features-bmp + features + xml + + + org.opendaylight.bgpcep + features-bgpcep-extras + features + xml + + + org.opendaylight.bgpcep + features-pcep + features + xml + + + org.opendaylight.bgpcep + features-rsvp + features + xml + + + - - + + bier + + + false + + + + org.opendaylight.bier + features-bier + features + xml + + + - - org.opendaylight.coe - features-coe - features - xml - - + + coe + + true + + + + org.opendaylight.coe + features-coe + features + xml + + + - - org.opendaylight.controller - features-extras - features - xml - - - org.opendaylight.controller - features-mdsal - features - xml - - - org.opendaylight.controller - features-mdsal-benchmark - features - xml - - - org.opendaylight.controller - features-mdsal-trace - features - xml - - + + controller + + true + + + + org.opendaylight.controller + features-extras + features + xml + + + org.opendaylight.controller + features-mdsal + features + xml + + + org.opendaylight.controller + features-mdsal-benchmark + features + xml + + + org.opendaylight.controller + features-mdsal-trace + features + xml + + + - - org.opendaylight.daexim - daexim-features - features - xml - - + + daexim + + true + + + + org.opendaylight.daexim + daexim-features + features + xml + + + - - ${project.groupId} - features-distribution - features - xml - - + + distribution + + true + + + + ${project.groupId} + features-distribution + features + xml + + + - - org.opendaylight.dlux - features-dlux - features - xml - - + + dlux + + true + + + + org.opendaylight.dlux + features-dlux + features + xml + + + - - org.opendaylight.dluxapps - features-dluxapps - features - xml - - + + dluxapps + + true + + + + org.opendaylight.dluxapps + features-dluxapps + features + xml + + + - - + + emacs + + + false + + + + org.opendaylight.eman + features-eman + features + xml + + + - - + + faas + + + false + + + + org.opendaylight.faas + features4-faas + features + xml + + + - - org.opendaylight.genius - genius-features - features - xml - - + + genius + + true + + + + org.opendaylight.genius + genius-features + features + xml + + + - - + + groupbasedpolicy + + + false + + + + org.opendaylight.groupbasedpolicy + features-groupbasedpolicy + xml + features + + + - - org.opendaylight.honeycomb.vbd - vbd-features - features - xml - - + + honeycombvbd + + true + + + + org.opendaylight.honeycomb.vbd + vbd-features + features + xml + + + - - org.opendaylight.infrautils - infrautils-features - features - xml - - + + infrautils + + true + + + + org.opendaylight.infrautils + infrautils-features + features + xml + + + - - org.opendaylight.l2switch - features-l2switch - features - xml - - - - - + + l2switch + + true + + + + org.opendaylight.l2switch + features-l2switch + features + xml + + + - - org.opendaylight.lispflowmapping - features-lispflowmapping - features - xml - - + + lispflowmapping + + true + + + + org.opendaylight.lispflowmapping + features-lispflowmapping + features + xml + + + - + + + nemo + + + false + + + + org.opendaylight.nemo + nemo-features + features + xml + + + - - org.opendaylight.netconf - features-netconf - features - xml - - - org.opendaylight.netconf - features-netconf-connector - features - xml - - - org.opendaylight.netconf - features-restconf - features - xml - - - org.opendaylight.netconf - features-yanglib - features - xml - - + + netconf + + true + + + + org.opendaylight.netconf + features-netconf + features + xml + + + org.opendaylight.netconf + features-netconf-connector + features + xml + + + org.opendaylight.netconf + features-restconf + features + xml + + + org.opendaylight.netconf + features-yanglib + features + xml + + + - - org.opendaylight.netvirt - vpnservice-features - features - xml - - + + netvirt + + true + + + + org.opendaylight.netvirt + vpnservice-features + features + xml + + + - - org.opendaylight.neutron - features-neutron-service - features - xml - - + + neutron + + true + + + + org.opendaylight.neutron + features-neutron-service + features + xml + + + - - + + nic + + + false + + + + org.opendaylight.nic + features-nic + features + xml + + + - - + + ocpplugin + + + false + + + + org.opendaylight.ocpplugin + features-ocpplugin + features + xml + + + - - org.opendaylight.odlparent - features-akka - features - xml - - - org.opendaylight.odlparent - features-odlparent - features - xml - - + + odlparent + + true + + + + org.opendaylight.odlparent + features-akka + features + xml + + + org.opendaylight.odlparent + features-odlparent + features + xml + + + - - + + ofconfig + + + false + + + + org.opendaylight.of-config + features-of-config + xml + features + + + - - org.opendaylight.openflowplugin - features-openflowplugin - features - xml - - - org.opendaylight.openflowplugin - features-openflowplugin-extension - features - xml - - + + openflowplugin + + true + + + + org.opendaylight.openflowplugin + features-openflowplugin + features + xml + + + org.opendaylight.openflowplugin + features-openflowplugin-extension + features + xml + + + - - org.opendaylight.ovsdb - library-features - features - xml - - - org.opendaylight.ovsdb - hwvtepsouthbound-features - features - xml - - - org.opendaylight.ovsdb - southbound-features - features - xml - - + + ovsdb + + true + + + + org.opendaylight.ovsdb + library-features + features + xml + + + org.opendaylight.ovsdb + hwvtepsouthbound-features + features + xml + + + org.opendaylight.ovsdb + southbound-features + features + xml + + + - - + + p4plugin + + + false + + + + org.opendaylight.p4plugin + features-p4plugin + features + xml + + + - - + + packetcable + + + false + + + + org.opendaylight.packetcable + features4-packetcable-policy + features + xml + + + - - org.opendaylight.sfc - features4-sfc - features - xml - - + + sfc + + true + + + + org.opendaylight.sfc + features4-sfc + features + xml + + + - - org.opendaylight.snmp - features-snmp - features - xml - - + + snmp + + true + + + + org.opendaylight.snmp + features-snmp + features + xml + + + - - + + snmp4sdn + + + false + + + + org.opendaylight.snmp4sdn + features-snmp4sdn + features + xml + + + - - org.opendaylight.sxp - features-sxp - features - xml - - + + sxp + + true + + + + org.opendaylight.sxp + features-sxp + features + xml + + + - - + + tsdr + + + false + + + + org.opendaylight.tsdr + features-tsdr + features + xml + + + - - + + unimgr + + + false + + + + org.opendaylight.unimgr + features4-unimgr + features + xml + + + - - + + + usc + + false + + + + org.opendaylight.usc + usc-features + features + xml + + + - - + + vtn + + + false + + + + org.opendaylight.vtn + features-vtn-manager + features + xml + + + - - + diff --git a/features/singles/odl-integration-all/pom.xml b/features/singles/odl-integration-all/pom.xml index cf93b0aa..82cdca23 100644 --- a/features/singles/odl-integration-all/pom.xml +++ b/features/singles/odl-integration-all/pom.xml @@ -57,326 +57,432 @@ xml features - - - + + + - - + + bier + + + false + + + + org.opendaylight.bier + odl-bier-all + xml + features + + + - - org.opendaylight.coe - odl-coe - xml - features - - + + coe + + true + + + + org.opendaylight.coe + odl-coe + xml + features + + + - - + + faas + + + false + + + + org.opendaylight.faas + odl-faas-all + xml + features + + + - - org.opendaylight.genius - odl-genius-rest - xml - features - - + + genius + + true + + + + org.opendaylight.genius + odl-genius-rest + xml + features + + + - - + + groupbasedpolicy + + + false + + + + org.opendaylight.groupbasedpolicy + odl-groupbasedpolicy-base + xml + features + + + org.opendaylight.groupbasedpolicy + odl-groupbasedpolicy-iovisor + xml + features + + + org.opendaylight.groupbasedpolicy + odl-groupbasedpolicy-neutronmapper + xml + features + + + org.opendaylight.groupbasedpolicy + odl-groupbasedpolicy-neutron-and-ofoverlay + xml + features + + + org.opendaylight.groupbasedpolicy + odl-groupbasedpolicy-ofoverlay + xml + features + + + org.opendaylight.groupbasedpolicy + odl-groupbasedpolicy-vpp + xml + features + + + org.opendaylight.groupbasedpolicy + odl-groupbasedpolicy-neutron-vpp-mapper + xml + features + + + org.opendaylight.groupbasedpolicy + odl-groupbasedpolicy-ui + xml + features + + + org.opendaylight.groupbasedpolicy + odl-groupbasedpolicy-ip-sgt-distribution-service + xml + features + + + org.opendaylight.groupbasedpolicy + odl-groupbasedpolicy-ne-location-provider + xml + features + + + org.opendaylight.groupbasedpolicy + odl-groupbasedpolicy-ios-xe + xml + features + + + org.opendaylight.groupbasedpolicy + odl-groupbasedpolicy-sxp-ep-provider + xml + features + + + org.opendaylight.groupbasedpolicy + odl-groupbasedpolicy-sxp-ise-adapter + xml + features + + + - - + + honeycombvbd + + + false + + + + org.opendaylight.honeycomb.vbd + odl-vbd + features + xml + + + org.opendaylight.honeycomb.vbd + odl-vbd-rest + features + xml + + + org.opendaylight.honeycomb.vbd + odl-vbd-ui + features + xml + + + - - org.opendaylight.l2switch - odl-l2switch-switch-rest - features - xml - - + + l2switch + + true + + + + org.opendaylight.l2switch + odl-l2switch-switch-rest + features + xml + + + - - + + nemo + + + false + + + + org.opendaylight.nemo + odl-nemo-engine + features + xml + + + org.opendaylight.nemo + odl-nemo-engine-rest + features + xml + + + org.opendaylight.nemo + odl-nemo-engine-ui + features + xml + + + org.opendaylight.nemo + odl-nemo-openflow-renderer + features + xml + + + org.opendaylight.nemo + odl-nemo-cli-renderer + features + xml + + + - - + + netconf + + + false + + + + org.opendaylight.netconf + odl-netconf-callhome-ssh + features + xml + + + org.opendaylight.netconf + odl-netconf-console + features + xml + + + org.opendaylight.netconf + odl-netconf-mdsal + xml + features + + + org.opendaylight.netconf + odl-netconf-topology + xml + features + + + org.opendaylight.netconf + odl-netconf-clustered-topology + xml + features + + + - - org.opendaylight.netvirt - odl-netvirt-openstack - xml - features - - + + netvirt + + true + + + + org.opendaylight.netvirt + odl-netvirt-openstack + xml + features + + + - - + + ofconfig + + + false + + + + org.opendaylight.of-config + odl-of-config-all + xml + features + + + - - + + p4plugin + + + false + + + + org.opendaylight.p4plugin + odl-p4plugin-all + xml + features + + + - - + + sfc + + + false + + + + org.opendaylight.sfc + odl-sfc-ios-xe-renderer + xml + features + + + org.opendaylight.sfc + odl-sfc-netconf + xml + features + + + org.opendaylight.sfc + odl-sfc-openflow-renderer + xml + features + + + org.opendaylight.sfc + odl-sfc-vpp-renderer + xml + features + + + - - + + tsdr + + + false + + + + org.opendaylight.tsdr + odl-tsdr-hsqldb-all + features + xml + + + - - + + unimgr + + + false + + + + org.opendaylight.unimgr + odl-unimgr + xml + features + + + - - + + usc + + + false + + + + org.opendaylight.usc + odl-usc-channel-ui + xml + features + + + - - - + + vtn + + + false + + + + org.opendaylight.vtn + odl-vtn-manager-rest + xml + features + + + org.opendaylight.vtn + odl-vtn-manager-neutron + xml + features + + + + diff --git a/features/singles/odl-integration-compatible-with-all/pom.xml b/features/singles/odl-integration-compatible-with-all/pom.xml index 1aff17a1..b57c32f0 100644 --- a/features/singles/odl-integration-compatible-with-all/pom.xml +++ b/features/singles/odl-integration-compatible-with-all/pom.xml @@ -50,291 +50,408 @@ - - - - + + - - org.opendaylight.aaa - odl-aaa-shiro - xml - features - - + + aaa + + true + + + + org.opendaylight.aaa + odl-aaa-shiro + xml + features + + + - - + + alto + + + false + + + + org.opendaylight.alto + odl-alto-simpleird + features + xml + + + org.opendaylight.alto + odl-alto-manual-maps + features + xml + + + org.opendaylight.alto + odl-alto-simpleecs + features + xml + + + org.opendaylight.alto + odl-alto-auto-maps + features + xml + + + org.opendaylight.alto + odl-alto-spce + features + xml + + + - - org.opendaylight.bgpcep - odl-bgpcep-bgp - xml - features - - - org.opendaylight.bgpcep - odl-bgpcep-bmp - xml - features - - - org.opendaylight.bgpcep - odl-bgpcep-pcep - xml - features - - - org.opendaylight.bgpcep - odl-bgpcep-rsvp - xml - features - - + + bgpcep + + true + + + + org.opendaylight.bgpcep + odl-bgpcep-bgp + xml + features + + + org.opendaylight.bgpcep + odl-bgpcep-bmp + xml + features + + + org.opendaylight.bgpcep + odl-bgpcep-pcep + xml + features + + + org.opendaylight.bgpcep + odl-bgpcep-rsvp + xml + features + + + - - org.opendaylight.daexim - odl-daexim-all - xml - features - - + + daexim + + true + + + + org.opendaylight.daexim + odl-daexim-all + xml + features + + + - - ${project.groupId} - odl-distribution-version - xml - features - - + + distribution + + true + + + + ${project.groupId} + odl-distribution-version + xml + features + + + - - org.opendaylight.dluxapps - odl-dluxapps-nodes - xml - features - - - org.opendaylight.dluxapps - odl-dluxapps-topology - xml - features - - - org.opendaylight.dluxapps - odl-dluxapps-yangman - xml - features - - - org.opendaylight.dluxapps - odl-dluxapps-yangvisualizer - xml - features - - + + dluxapps + + true + + + + org.opendaylight.dluxapps + odl-dluxapps-nodes + xml + features + + + org.opendaylight.dluxapps + odl-dluxapps-topology + xml + features + + + org.opendaylight.dluxapps + odl-dluxapps-yangman + xml + features + + + org.opendaylight.dluxapps + odl-dluxapps-yangvisualizer + xml + features + + + - - org.opendaylight.infrautils - odl-infrautils-ready - xml - features - - + + infrautils + + true + + + + org.opendaylight.infrautils + odl-infrautils-ready + xml + features + + + - - org.opendaylight.lispflowmapping - odl-lispflowmapping-msmr - xml - features - - + + lispflowmapping + + true + + + + org.opendaylight.lispflowmapping + odl-lispflowmapping-msmr + xml + features + + + - - org.opendaylight.netconf - odl-mdsal-apidocs - features - xml - - - org.opendaylight.netconf - odl-restconf - features - xml - - - org.opendaylight.netconf - odl-yanglib - features - xml - - + + netconf + + true + + + + org.opendaylight.netconf + odl-mdsal-apidocs + features + xml + + + org.opendaylight.netconf + odl-restconf + features + xml + + + org.opendaylight.netconf + odl-yanglib + features + xml + + + - - org.opendaylight.neutron - odl-neutron-service - xml - features - - + + neutron + + true + + + + org.opendaylight.neutron + odl-neutron-service + xml + features + + + - - + + nic + + + false + + + + org.opendaylight.nic + odl-nic-intent-common + xml + features + + + - - + + ocpplugin + + + false + + + + org.opendaylight.ocpplugin + odl-ocpplugin-all + xml + features + + + - - org.opendaylight.openflowplugin - odl-openflowplugin-flow-services-rest - xml - features - - - org.opendaylight.openflowplugin - odl-openflowplugin-nxm-extensions - xml - features - - + + openflowplugin + + true + + + + org.opendaylight.openflowplugin + odl-openflowplugin-flow-services-rest + xml + features + + + org.opendaylight.openflowplugin + odl-openflowplugin-nxm-extensions + xml + features + + + - - org.opendaylight.ovsdb - odl-ovsdb-library - xml - features - - - org.opendaylight.ovsdb - odl-ovsdb-hwvtepsouthbound - xml - features - - - org.opendaylight.ovsdb - odl-ovsdb-southbound-impl - xml - features - - + + ovsdb + + true + + + + org.opendaylight.ovsdb + odl-ovsdb-library + xml + features + + + org.opendaylight.ovsdb + odl-ovsdb-hwvtepsouthbound + xml + features + + + org.opendaylight.ovsdb + odl-ovsdb-southbound-impl + xml + features + + + - - - + + packetcable + + + false + + + + org.opendaylight.packetcable + odl-packetcable-policy-model + xml + features + + + org.opendaylight.packetcable + odl-packetcable-policy-server + xml + features + + + org.opendaylight.packetcable + odl-packetcable-policy-server-all + xml + features + + + - - org.opendaylight.sfc - odl-sfc-ovs - xml - features - - - org.opendaylight.sfc - odl-sfc-sb-rest - xml - features - - - org.opendaylight.sfc - odl-sfc-ui - xml - features - - - org.opendaylight.sfc - odl-sfclisp - xml - features - - - org.opendaylight.sfc - odl-sfc-shell - xml - features - - + + sfc + + true + + + + org.opendaylight.sfc + odl-sfc-ovs + xml + features + + + org.opendaylight.sfc + odl-sfc-sb-rest + xml + features + + + org.opendaylight.sfc + odl-sfc-ui + xml + features + + + org.opendaylight.sfc + odl-sfclisp + xml + features + + + org.opendaylight.sfc + odl-sfc-shell + xml + features + + + - - + + snmp4sdn + + + false + + + + org.opendaylight.snmp4sdn + odl-snmp4sdn-snmp4sdn + features + xml + + + - - org.opendaylight.sxp - odl-sxp-controller - features - xml - - - + + sxp + + true + + + + org.opendaylight.sxp + odl-sxp-controller + features + xml + + + + -- 2.36.6