Update OVS to v2.8.11 88/95588/1
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 29 Mar 2021 13:55:06 +0000 (23:55 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 29 Mar 2021 13:55:06 +0000 (23:55 +1000)
This fixes build errors with v2.8.1 with Ubuntu 18.04.

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: Ia5e35e1e96e5c09ab5cd79cd2a4be3a4e5146011

packer/provision/mininet-ovs-2.8.yaml

index 192da488b13f9aca331906592b3b1ef0c20bb175..ad887d87547c56dd69c7beb5f0fc1375f3380e09 100644 (file)
@@ -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
         - 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: