aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-hc2vpp-integration.sh
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2019-07-23 11:40:46 +0200
committerVratko Polak <vrpolak@cisco.com>2019-07-23 11:40:46 +0200
commitb4f0e4d00a1bb93ead30ca22f25595a9776773cf (patch)
tree4f44d91f63e521eadf7fac3ec03cf0b313798988 /bootstrap-hc2vpp-integration.sh
parentc79c748013ec53ff59e9260034822a5b26afa441 (diff)
Install openssh-client in all centos bootstraps
Change-Id: Id3de81b88dfdbfecd1b343c50bcda46dd689a3ee Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'bootstrap-hc2vpp-integration.sh')
-rwxr-xr-xbootstrap-hc2vpp-integration.sh2
1 files changed, 1 insertions, 1 deletions
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