aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-hc2vpp-verify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-hc2vpp-verify.sh')
-rwxr-xr-xbootstrap-hc2vpp-verify.sh2
1 files changed, 1 insertions, 1 deletions
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