From: Deepak S Date: Fri, 14 Jul 2017 04:47:16 +0000 (-0700) Subject: Adding dpdk version for non-interactive vnf_build options. X-Git-Tag: opnfv-5.0.RC1~65 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F37507%2F1;p=samplevnf.git Adding dpdk version for non-interactive vnf_build options. Change-Id: I95c6778fd216c6f7e3eee97c83f93726bb4298d0 Signed-off-by: Deepak S --- diff --git a/tools/vnf_build.sh b/tools/vnf_build.sh index d404cf82..5ac79a47 100755 --- a/tools/vnf_build.sh +++ b/tools/vnf_build.sh @@ -290,20 +290,15 @@ build_vnfs() #--- Add non intractive option to build vnfs if [[ "$1" = "--silient" ]];then + DPDK_VER=("" "16.04" "16.11" "17.02" "17.05") + member="$2" + for item in "${DPDK_VER[@]}"; do + if [[ "$member" == "$item" ]]; then + DPDK_RTE_VER="$member" + fi + done pushd $VNF_CORE - echo "Setup proxy if needed..." - http_proxy=$2 - https_proxy=$3 - if [[ "$http_proxy" != "" ]]; then - export http_proxy=$http_proxy - export https_proxy=$http_proxy - fi - - if [[ "$https_proxy" != "" ]]; then - export https_proxy=$https_proxy - fi - echo "Install required libraries..." touch .agree install_libs