deploycentostools.sh to use latest PROX 10/71010/1
authorLuc Provoost <luc.provoost@intel.com>
Mon, 7 Sep 2020 14:57:26 +0000 (16:57 +0200)
committerLuc Provoost <luc.provoost@intel.com>
Mon, 7 Sep 2020 14:57:26 +0000 (16:57 +0200)
Rapid scripts are communicating to the PROX instances. Rapid scripts
will not work with every PROX version sice sometime we change the
interface between the scripts and PROX. Hence we have a commit ID in
deploycentostools.sh to make sure we have a version of PROX that we can
work with. This change will now ensure we have a recent PROX version
when we use deploycentostools.sh to build an image.

Change-Id: Ia634f61a2dc8f49188cec6697ebf5f980d35ce7d
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
VNFs/DPPD-PROX/helper-scripts/rapid/deploycentostools.sh

index 3837012..f90283e 100644 (file)
@@ -18,7 +18,7 @@
 # Directory for package build
 BUILD_DIR="/opt/rapid"
 DPDK_VERSION="20.05"
-PROX_COMMIT="7c3217fc16"
+PROX_COMMIT="ba394f91"
 PROX_CHECKOUT="git checkout ${PROX_COMMIT}"
 ## Next line is overruling the PROX_COMMIT and will replace the version with a very specific patch. Should be commented out
 ##     if you want to use a committed version of PROX with the COMMIT ID specified above