From 1590f9fef474c60a9cfb8a8703cd6e9481a244f2 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 8 Sep 2023 14:52:36 +0200 Subject: [PATCH] [doc] Re-order OVN diagrams in networking guide Since OVN is current default, it makes sense to have it first in the doc, followed by alternatives like OVS and LXB Change-Id: I444938d930bc60be378dc0434a4c3f2de67b4061 --- .../architecture/container-networking.rst | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/doc/source/reference/architecture/container-networking.rst b/doc/source/reference/architecture/container-networking.rst index 3155c56603..34dee005ed 100644 --- a/doc/source/reference/architecture/container-networking.rst +++ b/doc/source/reference/architecture/container-networking.rst @@ -140,6 +140,26 @@ and requires a physical interface name which will be connected to the provider b The following diagrams reflect the differences in the virtual network layout for supported network architectures. +Open Virtual Network (OVN) +.......................... + +.. note:: + + The ML2/OVN (LXB) mechanism driver is deployed by default + as of the Zed release of OpenStack-Ansible. + +Networking Node +*************** + +.. image:: ../figures/networking-ovn-nn.drawio.png + :align: center + +Compute Node +************ + +.. image:: ../figures/networking-ovn-cn.drawio.png + :align: center + LinuxBridge ........... @@ -174,23 +194,3 @@ Compute Node .. image:: ../figures/networking-openvswitch-cn.drawio.png :align: center - -Open Virtual Network (OVN) -.......................... - -.. note:: - - The ML2/OVN (LXB) mechanism driver is deployed by default - as of the Zed release of OpenStack-Ansible. - -Networking Node -*************** - -.. image:: ../figures/networking-ovn-nn.drawio.png - :align: center - -Compute Node -************ - -.. image:: ../figures/networking-ovn-cn.drawio.png - :align: center