diff options
author | Luc Provoost <luc.provoost@intel.com> | 2020-09-07 16:57:26 +0200 |
---|---|---|
committer | Luc Provoost <luc.provoost@intel.com> | 2020-09-07 16:57:26 +0200 |
commit | 1edebebda08242170aaffba43cfb0747ded2fc76 (patch) | |
tree | 14068e806605f16358fd2e8636de9a0d188977e6 /VNFs/DPPD-PROX | |
parent | ba394f91bd74cd2f0dac04dfbcece5b3cb461f3e (diff) |
deploycentostools.sh to use latest PROX
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>
Diffstat (limited to 'VNFs/DPPD-PROX')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/rapid/deploycentostools.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/deploycentostools.sh b/VNFs/DPPD-PROX/helper-scripts/rapid/deploycentostools.sh index 3837012e..f90283ef 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/deploycentostools.sh +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/deploycentostools.sh @@ -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 |