fix for pyaml install
[releng/builder.git] / packer / provision / mininet-ovs-2.8.yaml
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