Remove CPqD and dependencies for mininet 61/53961/2
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 28 Mar 2017 03:35:06 +0000 (13:35 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 30 Mar 2017 21:20:22 +0000 (07:20 +1000)
- https://lists.opendaylight.org/pipermail/dev/2017-March/003474.html

Change-Id: I5c93f8cc55a6dbed360a6d3fdd3d6651c63ed535
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
packer/provision/mininet.sh

index 45bef63f0cd6b8beb89b876696525641149fce2e..0e7efcb37dfa7b1f8155222705f73a31ebdca1b6 100644 (file)
@@ -51,35 +51,6 @@ git apply -p0 < ../newOptions.patch
 cd ./util
 ./install.sh -nfv
 
-echo '---> Install CPqD and dependencies'
-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 \
-         http://de.archive.ubuntu.com/ubuntu/pool/main/b/bison/libbison-dev_2.5.dfsg-2.1_amd64.deb
-
-dpkg -i bison_2.5.dfsg-2.1_amd64.deb libbison-dev_2.5.dfsg-2.1_amd64.deb
-rm bison_2.5.dfsg-2.1_amd64.deb libbison-dev_2.5.dfsg-2.1_amd64.deb
-
-wget -nc http://www.nbee.org/download/nbeesrc-jan-10-2013.zip
-unzip nbeesrc-jan-10-2013.zip
-cd nbeesrc-jan-10-2013/src
-cmake .
-make
-cp ../bin/libn*.so /usr/local/lib
-ldconfig
-cp -R ../include/* /usr/include/
-cd ../..
-
-git clone https://github.com/CPqD/ofsoftswitch13.git
-cd ofsoftswitch13
-./boot.sh
-./configure
-make
-make install
-cd ..
-
 echo '---> Installing cbench installation for running openflow performance tests'
 OF_DIR=$HOME/openflow  # Directory that contains OpenFlow code
 OFLOPS_DIR=$HOME/oflops  # Directory that contains oflops repo