aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-hc2vpp-integration-odl.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-odl.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-odl.sh')
-rwxr-xr-xbootstrap-hc2vpp-integration-odl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-hc2vpp-integration-odl.sh b/bootstrap-hc2vpp-integration-odl.sh
index abffaab066..4e5b7247ac 100755
--- a/bootstrap-hc2vpp-integration-odl.sh
+++ b/bootstrap-hc2vpp-integration-odl.sh
@@ -40,7 +40,7 @@ ODL=$3
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