X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jenkins-scripts%2Fmininet.sh;h=366c5e65b3c2dd74fe96db56ff7593f8739b2f25;hb=bd329baa86ed18e1258c445cb61efffc278ba6af;hp=96eec7cd9907e87cb064c2cc8ac6fc2ada906b65;hpb=0e348577f3d6f01198540ca7692fa234d42515ba;p=releng%2Fbuilder.git diff --git a/jenkins-scripts/mininet.sh b/jenkins-scripts/mininet.sh index 96eec7cd9..366c5e65b 100755 --- a/jenkins-scripts/mininet.sh +++ b/jenkins-scripts/mininet.sh @@ -9,7 +9,11 @@ EOF # for whatever reason netopeer & CPqD aren't installed (they weren't in # one of the yum repos we were hooked up to when the base image was # built, they are now. Make sure they're install -yum install -q -y netopeer-server-sl CPqD-ofsoftswitch13 +yum install -q -y netopeer-server-sl CPqD-ofsoftswitch13 + +# installing sshuttle to create a VPN-ish proxy to VMs that have +# docker containers on them in order to make them externally accessible +yum install -q -y sshuttle # netaddr and ipaddress libraries can be useful on this system as # some tests are starting to push pyhon scripts/tools to this VM