diff options
Diffstat (limited to 'bootstrap-DMM.sh')
-rwxr-xr-x | bootstrap-DMM.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-DMM.sh b/bootstrap-DMM.sh index be5010cdf4..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 openssh-client + 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) |