X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-hc2vpp-integration-odl.sh;h=cc4913a816dcb39849dd19f76544215869fd029f;hp=5272c7f06bd4617534f79dea306ceb9d379ca91a;hb=83aaeda489a47d4cf03ee84e2894e52aa9c9fcc8;hpb=c788beaecccfa253fafd4708af45c28594704aab diff --git a/bootstrap-hc2vpp-integration-odl.sh b/bootstrap-hc2vpp-integration-odl.sh index 5272c7f06b..cc4913a816 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 sshpass + sudo yum install -y python-devel python-virtualenv openssh-clients sshpass VIRL_TOPOLOGY=$(cat ${SCRIPT_DIR}/VIRL_TOPOLOGY_CENTOS) VIRL_RELEASE=$(cat ${SCRIPT_DIR}/VIRL_RELEASE_CENTOS) else