Merge "install sshuttle on mininet vm."
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 12 Oct 2015 13:42:14 +0000 (13:42 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 12 Oct 2015 13:42:15 +0000 (13:42 +0000)
jenkins-scripts/mininet.sh

index 96eec7cd9907e87cb064c2cc8ac6fc2ada906b65..366c5e65b3c2dd74fe96db56ff7593f8739b2f25 100755 (executable)
@@ -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