X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-DMM.sh;h=2f72b25a92ecc1dcd9025606a778e029d0d1fb4d;hp=145d0bd968b383cff8a748aa351199f8bbffeb1e;hb=83aaeda489a47d4cf03ee84e2894e52aa9c9fcc8;hpb=c788beaecccfa253fafd4708af45c28594704aab diff --git a/bootstrap-DMM.sh b/bootstrap-DMM.sh index 145d0bd968..2f72b25a92 100755 --- a/bootstrap-DMM.sh +++ b/bootstrap-DMM.sh @@ -28,7 +28,7 @@ export PYTHONPATH=${SCRIPT_DIR} if [ -f "/etc/redhat-release" ]; then DISTRO="CENTOS" - sudo yum install -y python-devel python-virtualenv openssh-client sshpass + sudo yum install -y python-devel python-virtualenv openssh-clients sshpass DPDK_ARTIFACTS="" VIRL_TOPOLOGY=$(cat ${SCRIPT_DIR}/VIRL_TOPOLOGY_CENTOS) VIRL_RELEASE=$(cat ${SCRIPT_DIR}/VIRL_RELEASE_CENTOS)