From: Emma Foley Date: Tue, 8 Jun 2021 15:39:10 +0000 (+0100) Subject: [ci] Update DPDK package version X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fstable%2Fjerma;p=barometer.git [ci] Update DPDK package version The nominal package for DPDK (19.11-3) is no longer available in CentOS 8. This is causing the container builds to fail [1][2][3] The version has been updated to 20.11. This may cause issues with the dpdkstat and dpdkevents plugins, however, the dpdk_telemetry plugin is preferred over these. The V1 legacy interface, accessed by dpdk_telemetry plugin, is also exposed by DPDK 20.11. So the version can be updated to 20.11. [1] https://build.opnfv.org/ci/view/barometer/job/barometer-collectd-docker-build-push-master/123/console [2] https://build.opnfv.org/ci/view/barometer/job/barometer-collectd-latest-docker-build-push-master/17/console [3] https://build.opnfv.org/ci/view/barometer/job/barometer-collectd-latest-docker-build-push-master/17/console Change-Id: I33690a9694467a39b4f02f239197aa7cae064716 Signed-off-by: Emma Foley (cherry picked from commit 7687ddcd9c6ca2a2266e34dd811289b336042a88) --- diff --git a/systems/centos/8/build_base_machine.sh b/systems/centos/8/build_base_machine.sh index 8486f3c0..4c33bd6e 100755 --- a/systems/centos/8/build_base_machine.sh +++ b/systems/centos/8/build_base_machine.sh @@ -76,7 +76,7 @@ librdkafka-devel yajl-devel protobuf-c-devel rrdtool-devel -dpdk-19.11.3 +dpdk-20.11 qpid-proton-c-devel #install epel release required for git-review