X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-hc2vpp-verify.sh;h=e6e2d8a724f47eeb34e7895d40fd6d247093e971;hp=6c136759beac1c446015da2503dac55af259cf53;hb=2d5fa6ba9d88091869a83dd1ae10272e2d5bdde8;hpb=0ac66d491ae486ad5d553eecb5aa400ca1fbd9db diff --git a/bootstrap-hc2vpp-verify.sh b/bootstrap-hc2vpp-verify.sh index 6c136759be..e6e2d8a724 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 sshpass VIRL_TOPOLOGY=$(cat ${SCRIPT_DIR}/VIRL_TOPOLOGY_CENTOS) VIRL_RELEASE=$(cat ${SCRIPT_DIR}/VIRL_RELEASE_CENTOS) else