X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=packer%2Fprovision%2Fmininet-ovs-2.8.yaml;h=dbd77846599b87864d2ea72b9fbbbca854253a34;hb=d92eecc5d1487fe08e7c72803e0cf68b82f4c6e4;hp=f07daa8a1f7da9206f4fc9eb4313ef5dc7c3f267;hpb=07568191388cf45a9525d473a9d59df7c177e78e;p=releng%2Fbuilder.git diff --git a/packer/provision/mininet-ovs-2.8.yaml b/packer/provision/mininet-ovs-2.8.yaml index f07daa8a1..dbd778465 100644 --- a/packer/provision/mininet-ovs-2.8.yaml +++ b/packer/provision/mininet-ovs-2.8.yaml @@ -15,21 +15,22 @@ - name: 'Install OpenVSwitch {{ovs_version}}' block: - name: Install OpenVSwitch dependencies - apt: 'name={{item}} state=present' - with_items: - - autoconf - - automake - - bzip2 - - debhelper - - dh-autoreconf - - libssl-dev - - openssl - - pkg-config - - procps - - python-all - - python-qt4 - - python-twisted-conch - - python-zopeinterface + apt: + name: + - autoconf + - automake + - bzip2 + - debhelper + - dh-autoreconf + - libssl-dev + - openssl + - pkg-config + - procps + - python-all + - python-qt4 + - python-twisted-conch + - python-zopeinterface + state: present become: true - name: 'Fetch OpenVSwitch {{ovs_version}}' get_url: @@ -79,21 +80,22 @@ - name: Install mtcbench block: - name: Install mtcbench dependencies - apt: 'name={{item}} state=present' - with_items: - - autoconf - - automake - - build-essential - - libconfig-dev - - libffi-dev - - libpcap-dev - - libsnmp-dev - - libtool - - libssl-doc - - make - - pkg-config - - snmp - - snmpd + apt: + name: + - autoconf + - automake + - build-essential + - libconfig-dev + - libffi-dev + - libpcap-dev + - libsnmp-dev + - libtool + - libssl-doc + - make + - pkg-config + - snmp + - snmpd + state: present become: true - name: Fetch mtcbench git repo git: @@ -117,7 +119,7 @@ dest: /usr/local/bin/cbench mode: 0755 owner: root - remote_src: yes + remote_src: true become: true - name: Install exabgp @@ -132,24 +134,6 @@ 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