~fnordahl/ubuntu/+source/ovn:bug/1940043-focal

Last commit made on 2022-07-05
Get this branch:
git clone -b bug/1940043-focal https://git.launchpad.net/~fnordahl/ubuntu/+source/ovn
Only Frode Nordahl can upload to this branch. If you are Frode Nordahl please log in for upload directions.

Branch merges

Branch information

Name:
bug/1940043-focal
Repository:
lp:~fnordahl/ubuntu/+source/ovn

Recent commits

8aa40e6... by Frode Nordahl

Adapt to changes made in previous OVS point release

  - d/control: Update required openvswitch build requirement.
  - d/p/lp-1980213-treewide-bump-ovs-and-fix-problematic-loops.patch

Signed-off-by: Frode Nordahl <email address hidden>

ec4824e... by Frode Nordahl

changelog: Fix upgrade from OVN 20.03 to newer OVN versions (LP: #1940043)

* Fix upgrade from OVN 20.03 to newer OVN versions (LP: #1940043):
  - d/ovn-host.ovn-controller.service: Pass --restart option when
    calling `ovn-ctl stop_controller`
  - d/p/lp-1940043-0001-Provide-the-option-to-pin-ovn-controller-and-ovn-nor.patch
  - d/p/lp-1940043-0002-controller-Allow-pinctrl-thread-to-handle-packet-ins.patch

Signed-off-by: Frode Nordahl <email address hidden>

7d45349... by Frode Nordahl

Pass --restart option to stop_controller

When upgrading OVN the data plane component may not be able to
program the local vSwitch until the central components are also
upgradewd.

To allow for the upgrade to progress with less data plane outage
we should stop the ovn-controller with the --restart option so
that it does not flush installed flows on exit. (LP: #1940043)

Signed-off-by: Frode Nordahl <email address hidden>
(cherry picked from commit 3c601ecc13724d3f13ec0cc989f6ffd838f787f8)

9467f25... by Frode Nordahl

Backport ovn-controller northd version pinning

Signed-off-by: Frode Nordahl <email address hidden>

e0e6bfa... by James Page

Minor changelog lint.

8a3d994... by Frode Nordahl

Fix Multicast traffic between VMs using provider networks

* Fix Multicast traffic between VMs using provider networks (LP: #1957817):
 - d/p/lp-1957817-ovn-northd-Add-localnet-ports-to-Multicast_Groups-cr.patch

1272554... by Frode Nordahl

Add support for PTR DNS requests

  * Add support for PTR DNS requests (LP: #1857026)
    - d/p/lp-1857026-controller-Add-support-for-PTR-DNS-requests.patch

98f97ac... by James Page

Tidy changelog

7a33780... by Frode Nordahl

Backport fixes

* d/p/lp-1914988-tests-*: Backport test cases for SSL+RBAC (LP: #1914988).
* d/p/lp-1943266-physical-do-not-forward-traffic-from-localport-to-a-.patch:
    Do not forward traffic from localport to localnet ports (LP: #1943266).

80e2e58... by Frode Nordahl

Fix database upgrades and add missing RBAC rule

  * d/p/lp-1914988-Add-IGMP_Group-to-ovn-controller-RBAC.patch:
    Add RBAC rules for IGMP_Group table (LP: #1914988).
  * d/p/lp-1937075-ovn-ctl-Fix-stucked-while-do-cluster-db-init.patch:
    Fix issue where clustered database might not be upgraded (LP: #1937075).