X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-hc2vpp-verify.sh;fp=bootstrap-hc2vpp-verify.sh;h=d8a772d06374a637efe50db2a67abd4e961efe9b;hp=6c136759beac1c446015da2503dac55af259cf53;hb=b4f0e4d00a1bb93ead30ca22f25595a9776773cf;hpb=c79c748013ec53ff59e9260034822a5b26afa441 diff --git a/bootstrap-hc2vpp-verify.sh b/bootstrap-hc2vpp-verify.sh index 6c136759be..d8a772d063 100755 --- a/bootstrap-hc2vpp-verify.sh +++ b/bootstrap-hc2vpp-verify.sh @@ -37,7 +37,7 @@ OS=$1 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