X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-hc2vpp-integration.sh;fp=bootstrap-hc2vpp-integration.sh;h=d4f3c80c260f0758874ba4f70e9600714ab11208;hp=f2858ffbadd54a8c3711b3eb52e576d9aea0a107;hb=b4f0e4d00a1bb93ead30ca22f25595a9776773cf;hpb=c79c748013ec53ff59e9260034822a5b26afa441 diff --git a/bootstrap-hc2vpp-integration.sh b/bootstrap-hc2vpp-integration.sh index f2858ffbad..d4f3c80c26 100755 --- a/bootstrap-hc2vpp-integration.sh +++ b/bootstrap-hc2vpp-integration.sh @@ -39,7 +39,7 @@ OS=$2 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 VIRL_TOPOLOGY=$(cat ${SCRIPT_DIR}/VIRL_TOPOLOGY_CENTOS) VIRL_RELEASE=$(cat ${SCRIPT_DIR}/VIRL_RELEASE_CENTOS) else