From 6e8439da86536587a1fa1798a7bc0697ae2f08fe Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Mon, 15 May 2017 09:07:49 +1000 Subject: [PATCH] Disable building 6wind/quagga binaries The issue needs to fixed in an zrcpd repository externally. The script does not install the required dependencies for building the binaries causing the jobs to fail. https://lists.opendaylight.org/pipermail/dev/2017-May/003671.html https://lists.opendaylight.org/pipermail/dev/2017-May/003679.html Change-Id: I429251b0e6459bdeb6d7ad53ba3f095af1a88fca Signed-off-by: Anil Belur --- packer/provision/mininet-ovs-2.5.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packer/provision/mininet-ovs-2.5.sh b/packer/provision/mininet-ovs-2.5.sh index 55efc9970..5f392cf8a 100644 --- a/packer/provision/mininet-ovs-2.5.sh +++ b/packer/provision/mininet-ovs-2.5.sh @@ -47,15 +47,3 @@ apt-get install vlan # Install netaddr package which is needed by some custom mininet topologies apt-get install python-netaddr - -#Check out 6Wind quagga with tag name '20170418', compile and install for router functionalities -echo "---> Installing the Quagga..." -mkdir -p /tmp/build_quagga -cd /tmp/build_quagga -git clone https://github.com/6WIND/zrpcd.git -cd zrpcd -chmod a+x /tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh -/tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh -d -b -t -v 2 - -# Removing the build_quagga folder -rm -rf /tmp/build_quagga/ -- 2.36.6