X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=packer%2Fprovision%2Fmininet-ovs-2.3.sh;h=8938a5f743083e06ef143433e0f57da668526fa5;hb=71004968d939e2f5b46cebe7d1dfd3217e1a4358;hp=f7b0bd773245ceb45dc368924998ade5a91705c1;hpb=623c12b81a8221ce7eb56311e9c6db6293995463;p=releng%2Fbuilder.git diff --git a/packer/provision/mininet-ovs-2.3.sh b/packer/provision/mininet-ovs-2.3.sh index f7b0bd773..8938a5f74 100644 --- a/packer/provision/mininet-ovs-2.3.sh +++ b/packer/provision/mininet-ovs-2.3.sh @@ -14,11 +14,12 @@ echo 'PS1="[\u@\h \W]> "' >> /etc/skel/.bashrc echo '---> Install OpenVSwitch 2.3.1' add-apt-repository -y ppa:vshn/openvswitch -apt-get install -y --force-yes -qq openvswitch-switch +apt-get update -y --force-yes +apt-get install -y --force-yes openvswitch-switch echo '---> Installing CPqD and dependencies' -apt-get install -y --force-yes -qq build-essential cmake flex -apt-get install -y --force-yes -qq libpcre++-dev libxerces-c-dev libpcap-dev libboost-all-dev +apt-get install -y --force-yes build-essential cmake flex +apt-get install -y --force-yes libpcre++-dev libxerces-c-dev libpcap-dev libboost-all-dev cd /tmp wget -nc http://de.archive.ubuntu.com/ubuntu/pool/main/b/bison/bison_2.5.dfsg-2.1_amd64.deb \ @@ -56,7 +57,7 @@ echo '---> Installing cbench for openflow performance tests' OF_DIR=$HOME/openflow # Directory that contains OpenFlow code OFLOPS_DIR=$HOME/oflops # Directory that contains oflops repo -apt-get install -y --force-yes -qq libsnmp-dev libpcap-dev libconfig-dev +apt-get install -y --force-yes libsnmp-dev libpcap-dev libconfig-dev git clone git://gitosis.stanford.edu/openflow.git $OF_DIR git clone https://github.com/andi-bigswitch/oflops.git $OFLOPS_DIR @@ -68,7 +69,7 @@ make make install echo '---> Installing exabgp' -apt-get install -y --force-yes -qq exabgp +apt-get install -y --force-yes exabgp echo '---> All Python package installation should happen in virtualenv' -apt-get install -y --force-yes -qq python-virtualenv python-pip +apt-get install -y --force-yes python-virtualenv python-pip