Hello vpp developers,

We are facing following issue during installation of release vpp rpm packages 
downloaded from Nexus on VIRL:

DEBUG: Running with topology double-ring-nested.centos7
DEBUG: Checking if file /tmp/vpp-17.04-rc0~359_g077d6ae~b1983.x86_64.rpm exists
DEBUG: Checking if file 
/tmp/vpp-debuginfo-17.04-rc0~359_g077d6ae~b1983.x86_64.rpm exists
DEBUG: Checking if file /tmp/vpp-devel-17.04-rc0~359_g077d6ae~b1983.x86_64.rpm 
exists
DEBUG: Checking if file /tmp/vpp-dpdk-devel-17.02-vpp1.x86_64.rpm exists
DEBUG: Checking if file /tmp/vpp-lib-17.04-rc0~359_g077d6ae~b1983.x86_64.rpm 
exists
DEBUG: Checking if file 
/tmp/vpp-plugins-17.04-rc0~359_g077d6ae~b1983.x86_64.rpm exists
DEBUG: Starting VIRL topology
...
DEBUG: Upgrading VPP
DEBUG: Upgrading VPP on node 10.30.51.211
DEBUG: Installing RPM packages
DEBUG: Command output was:
Preparing...                          ########################################

DEBUG: Command stderr was:
               file /usr/include/dpdk conflicts between attempted installs of 
vpp-dpdk-devel-17.02-vpp1.x86_64 and 
vpp-devel-17.04-rc0~359_g077d6ae~b1983.x86_64

DEBUG: Upgrading VPP on node 10.30.51.212
DEBUG: Installing RPM packages
DEBUG: Command output was:
Preparing...                          ########################################

DEBUG: Command stderr was:
               file /usr/include/dpdk conflicts between attempted installs of 
vpp-dpdk-devel-17.02-vpp1.x86_64 and 
vpp-devel-17.04-rc0~359_g077d6ae~b1983.x86_64


so no VPP is installed...

Could you, please, help us to solve the issue?

Thanks,
Jan

Download settings:
URL=https://nexus.fd.io/service/local/artifact/maven/content
VER=RELEASE
GROUP=io.fd.vpp
ARTIFACTS='vpp vpp-debuginfo vpp-devel vpp-dpdk-devel vpp-lib vpp-plugins'
PACKAGE='rpm rpm.md5'
CLASS=REPO=fd.io.master.centos7

for ART in ${ARTIFACTS}; do
    for PAC in $PACKAGE; do
        curl 
"${URL}?r=${REPO}&g=${GROUP}&a=${ART}&p=${PAC}&v=${VER}&c=${CLASS}" -O -J || 
exit
    done
done
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev
  • [vpp-dev] install... Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)

Reply via email to