Remove Quagga builds from packer images 29/73629/1
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 2 Jul 2018 00:34:10 +0000 (10:34 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 2 Jul 2018 00:34:10 +0000 (10:34 +1000)
https://lists.opendaylight.org/pipermail/integration-dev/2018-June/012203.html

Change-Id: I2653906737e43540a38f5f4dc15fc83a86e665e7
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
packer/provision/local-builder.yaml
packer/provision/mininet-ovs-2.5.sh
packer/provision/mininet-ovs-2.6.sh
packer/provision/mininet-ovs-2.8.yaml

index 462005323af31ede51a2a035b23d20be3fc4cf87..149060c537d6f77d025bfa36ee244fdcca9372da 100644 (file)
             src: '/tmp/hbase-{{hbase_version}}.tar.gz'
             dest: /tmp/Hbase
             remote_src: true
-    - name: Install Quagga
-      block:
-        - name: Fetch Quagga git repo
-          git:
-            repo: https://github.com/6WIND/zrpcd.git
-            dest: /tmp/build_quagga/zrpcd
-            version: master
-        - name: Set compile script executable
-          file:
-            path: /tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh
-            mode: 0755
-        - name: Compile Quagga
-          shell: /tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh -d -b -t
-          args:
-            chdir: /tmp/build_quagga/zrpcd
-            executable: /bin/bash
-          become: true
 
   post_tasks:
     - name: System Reseal
index c2ecaa759e99ecea036b28bdec912f4c0a0137ed..7cbab296ab9cee1c07585a76dd5797c42693b4e1 100644 (file)
@@ -50,16 +50,3 @@ apt-get install vlan
 
 # Install netaddr package which is needed by some custom mininet topologies
 apt-get install python-netaddr
-
-# Check out quagga , 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
-git checkout 20170731
-chmod a+x /tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh
-/tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh -d -b -t
-
-# Removing the build_quagga folder
-rm -rf /tmp/build_quagga/
index 5b599d39a4920c0e7776d896535fcb1230b653c7..6673762bc1e0dda6a23d30dce0288d66949ce34f 100644 (file)
@@ -66,16 +66,3 @@ apt-get install vlan
 
 # Install netaddr package which is needed by some custom mininet topologies
 apt-get install python-netaddr
-
-# Check out quagga , 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
-git checkout 20170731
-chmod a+x /tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh
-/tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh -d -b -t
-
-# Removing the build_quagga folder
-rm -rf /tmp/build_quagga/
index f07daa8a1f7da9206f4fc9eb4313ef5dc7c3f267..441a9d1b1b4cc8224c05f9cc732040cd2afd847b 100644 (file)
       apt: name=vlan state=present
       become: true
 
-    - name: Install Quagga
-      block:
-        - name: Fetch Quagga git repo
-          git:
-            repo: https://github.com/6WIND/zrpcd.git
-            dest: /tmp/build_quagga/zrpcd
-            version: 20170731
-        - name: Set compile script executable
-          file:
-            path: /tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh
-            mode: 0755
-        - name: Compile Quagga
-          shell: /tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh -d -b -t
-          args:
-            chdir: /tmp/build_quagga/zrpcd
-            executable: /bin/bash
-          become: true
-
   post_tasks:
     - name: System Reseal
       script: ../common-packer/provision/system-reseal.sh