X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=packer%2Fprovision%2Flocal-builder.yaml;h=9bae2959a100325529a6b01ffa88bb02ff4e83b0;hb=7ed12cce33720f8a7c312137a3c7b237916ddc31;hp=00fa332a78ade462f4e9c5ed2783ed5c704ec680;hpb=f63a35e41dd8323a542f6dc6823074b31e210a8f;p=releng%2Fbuilder.git diff --git a/packer/provision/local-builder.yaml b/packer/provision/local-builder.yaml index 00fa332a7..9bae2959a 100644 --- a/packer/provision/local-builder.yaml +++ b/packer/provision/local-builder.yaml @@ -15,9 +15,6 @@ pre_tasks: - include_role: name=lfit.system-update - roles: - - lfit.mono-install - tasks: - name: Install Cassandra Server block: @@ -70,23 +67,6 @@ 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: 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