From 61b7b69f9d8355af1788e0b2e164186adc80848a Mon Sep 17 00:00:00 2001 From: dfitzmau Date: Thu, 12 Sep 2024 10:51:22 +0100 Subject: [PATCH] OCPBUGS-37081: Added OVN RN update --- release_notes/ocp-4-14-release-notes.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_notes/ocp-4-14-release-notes.adoc b/release_notes/ocp-4-14-release-notes.adoc index dcf1790db6ba..fea5d2e9c484 100644 --- a/release_notes/ocp-4-14-release-notes.adoc +++ b/release_notes/ocp-4-14-release-notes.adoc @@ -908,6 +908,11 @@ With this update, you can configure the SR-IOV Network Operator to drain nodes i For more information, see xref:../networking/hardware_networks/configuring-sriov-device.adoc#configure-sr-iov-operator-parallel-nodes_configuring-sriov-device[Configuring parallel node draining during SR-IOV network policy updates]. +[id="ocp-4-14-networking-OVN-IC-IP-range"] +==== Change in the IP address ranged that Open Virtual Network Infrastructure Controller uses + +* In the {product-title} 4,13 release, the `168.254.0.0/16` IP address range was the default IP address range that the Open Virtual Network Infrastructure Controller used for the transit switch subnet. For {product-title} {product-version}, the Open Virtual Network Infrastructure Controller uses `100.88.0.0/16` as the default IP address range. Do not use this IP range in your production infrastructure network. For more information about the reason for this change, see link:https://issues.redhat.com/browse/OCPBUGS-20178[https://issues.redhat.com/browse/OCPBUGS-20178] + [id="ocp-4-14-registry"] === Registry @@ -4700,4 +4705,5 @@ You can view the container images in this release by running the following comma ---- $ oc adm release info 4.14.0 --pullspecs ---- + //replace 4.y.z for the correct values for the release. You do not need to update oc to run this command.