X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-DMM.sh;h=145d0bd968b383cff8a748aa351199f8bbffeb1e;hp=7117205f10e435a076589b4bae27e96104704fdf;hb=refs%2Fchanges%2F90%2F20790%2F1;hpb=f5a1d81c2f3c532543b6cd6a457942dbf610f5f3 diff --git a/bootstrap-DMM.sh b/bootstrap-DMM.sh index 7117205f10..145d0bd968 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 + sudo yum install -y python-devel python-virtualenv openssh-client sshpass DPDK_ARTIFACTS="" VIRL_TOPOLOGY=$(cat ${SCRIPT_DIR}/VIRL_TOPOLOGY_CENTOS) VIRL_RELEASE=$(cat ${SCRIPT_DIR}/VIRL_RELEASE_CENTOS)