aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-hc2vpp-integration-odl.sh
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2019-07-23 11:47:02 +0200
committerVratko Polak <vrpolak@cisco.com>2019-07-23 11:47:02 +0200
commit2d5fa6ba9d88091869a83dd1ae10272e2d5bdde8 (patch)
tree0fe085470ac713973d9c08e81576f03822673ef5 /bootstrap-hc2vpp-integration-odl.sh
parentb4f0e4d00a1bb93ead30ca22f25595a9776773cf (diff)
Install also sshpass tin centos bootstraps
Perhaps not needed, but it is better to keep copied code consistent. Change-Id: I068de028586ee6e659e91207f99c2a78ef377e3c 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 4e5b7247ac..5272c7f06b 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 openssh-client
+ 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