From 7687ddcd9c6ca2a2266e34dd811289b336042a88 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Tue, 8 Jun 2021 16:39:10 +0100 Subject: [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 --- systems/centos/8/build_base_machine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/centos/8/build_base_machine.sh b/systems/centos/8/build_base_machine.sh index ceb583d7..f345e677 100755 --- a/systems/centos/8/build_base_machine.sh +++ b/systems/centos/8/build_base_machine.sh @@ -79,7 +79,7 @@ librdkafka-devel yajl-devel protobuf-c-devel rrdtool-devel -dpdk-19.11.3 +dpdk-20.11 qpid-proton-c-devel # ping collectd-6 -- cgit 1.2.3-korg