X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=packer%2Fprovision%2Fmininet-ovs-2.8.yaml;h=06dc8c011a323c4a7babdbfd809357dfc45962b2;hb=9477a94eed604f9989cd61659491e5339708a088;hp=441a9d1b1b4cc8224c05f9cc732040cd2afd847b;hpb=f4b9f7257925bb9a3da2a9fedda0dfe4fbc5b2db;p=releng%2Fbuilder.git diff --git a/packer/provision/mininet-ovs-2.8.yaml b/packer/provision/mininet-ovs-2.8.yaml index 441a9d1b1..06dc8c011 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,6 +134,17 @@ apt: name=vlan state=present become: true + - name: Install CSIT dependencies + apt: + name: + - git-review + - python-chardet + - python-ndg-httpsclient + - python-requests + - python-urllib3 + state: present + become: true + post_tasks: - name: System Reseal script: ../common-packer/provision/system-reseal.sh