From 8396d0bb6d1b75b051196747e96fe3f7cabdc18e Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Mon, 8 Apr 2024 23:11:08 +0000 Subject: [PATCH] [OVN] Add release note for OVN router tunnelled networks ext GW Related-Bug: #2052821 Change-Id: Ie0a587808681e49d11f723ca672097f9843f5123 --- ...outer-tunnelled-external-network-99cab90643558b74.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/ovn-router-tunnelled-external-network-99cab90643558b74.yaml diff --git a/releasenotes/notes/ovn-router-tunnelled-external-network-99cab90643558b74.yaml b/releasenotes/notes/ovn-router-tunnelled-external-network-99cab90643558b74.yaml new file mode 100644 index 00000000000..ce14a6de870 --- /dev/null +++ b/releasenotes/notes/ovn-router-tunnelled-external-network-99cab90643558b74.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + OVN routers can be attached to tunnelled external gateway networks. The + Logical Router is pinned to a gateway chassis, instead of the gateway + Logical Router Port. The mechanism driver monitors the status of the + gateway chassis to re-schedule the Logical Router in case of failure, + providing high availability.