X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=build%2Finstack_ovs.sh;h=4c258a43c6efcc4c2bcfd8a1ed570fdb407c0261;hb=1ce9fdfca431b528d66704a26fdf9904e325a894;hp=c4378d9fbec446e7eb56a23e64fc449255489c3d;hpb=4c54b37aca48867c694539692a3ada76be39f4d6;p=ovsnfv.git diff --git a/build/instack_ovs.sh b/build/instack_ovs.sh index c4378d9..4c258a4 100755 --- a/build/instack_ovs.sh +++ b/build/instack_ovs.sh @@ -26,6 +26,7 @@ while getopts "a:dg:hi:p:tu:v" opt; do ;; d) DPDK="yes" + setdpdk="-d" ;; g) TAG=${OPTARG} @@ -58,8 +59,10 @@ echo =============================================== echo Default Configuration Options. echo =============================================== echo option NOCHECK is set to $NOCHECK +echo build DPDK option is set to $DPDK echo DPDK Patch URL is set to $DPDK_PATCH -echo Build and Test OVS Kernel Module is set to $KMOD +echo DPDK Version is set to $DPDK_VERSION +echo Option for OVS Kernel Module is set to $KMOD echo =============================================== if [[ $NOCHECK =~ "yes" ]]; then setnocheck="-c" @@ -194,7 +197,7 @@ fi sudo rm -f /tmp/instack.answers # ensure that no previous undercloud VMs are running -clean.sh +sudo ../ci/clean.sh # and rebuild the bare undercloud VMs ssh -T ${SSH_OPTIONS[@]} stack@localhost <