X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=packer%2Fprovision%2Fmininet-ovs-2.8.yaml;h=ad887d87547c56dd69c7beb5f0fc1375f3380e09;hb=044cd3188c6361490d2cd8be3903aac7282026f8;hp=88c906578e4693a9490949bc5c323e2d56d681c0;hpb=853876f42d8d8269a056c56eecc91f459e6edfbd;p=releng%2Fbuilder.git diff --git a/packer/provision/mininet-ovs-2.8.yaml b/packer/provision/mininet-ovs-2.8.yaml index 88c906578..ad887d875 100644 --- a/packer/provision/mininet-ovs-2.8.yaml +++ b/packer/provision/mininet-ovs-2.8.yaml @@ -5,8 +5,8 @@ become_user: root become_method: sudo vars: - ovs_checksum: sha256:8d1c439e26d7044f0ec823c7fef1b00b7c6465da0b83a7d0cf3191ed1dc43893 - ovs_version: 2.8.1 + ovs_checksum: sha256:e40227e366db55f997344876a692918af68430bcb5fd3bd9ffe8dfd8c0bdd51f + ovs_version: 2.8.11 pre_tasks: - include_role: name=lfit.system-update @@ -54,11 +54,11 @@ - name: "Install OpenVSwitch {{ovs_version}}" apt: "deb={{item}}" with_items: - - /tmp/ovs/libopenvswitch_2.8.1-1_amd64.deb - - /tmp/ovs/openvswitch-common_2.8.1-1_amd64.deb - - /tmp/ovs/openvswitch-switch_2.8.1-1_amd64.deb - - /tmp/ovs/python-openvswitch_2.8.1-1_all.deb - - /tmp/ovs/openvswitch-vtep_2.8.1-1_amd64.deb + - /tmp/ovs/libopenvswitch_2.8.11-1_amd64.deb + - /tmp/ovs/openvswitch-common_2.8.11-1_amd64.deb + - /tmp/ovs/openvswitch-switch_2.8.11-1_amd64.deb + - /tmp/ovs/python-openvswitch_2.8.11-1_all.deb + - /tmp/ovs/openvswitch-vtep_2.8.11-1_amd64.deb become: true - name: Enable openvswitch-switch service systemd: @@ -134,14 +134,14 @@ apt: name=vlan state=present become: true + # This image is being used as a CSIT tools image and some of our + # CSIT test scripts are relying on python-2 and its request library. + # This makes sure we install them onto the image even though they + # are not required for the OVS rule of it. - name: Install CSIT dependencies apt: name: - - git-review - - python-chardet - - python-ndg-httpsclient - python-requests - - python-urllib3 state: present become: true