From a890d90c5c57432766eb3d441846c78fb4763573 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Wed, 29 May 2024 16:50:05 +0100 Subject: [PATCH] Add physical network doc again This was deleted by mistake --- source/physical_network.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 source/physical_network.rst diff --git a/source/physical_network.rst b/source/physical_network.rst new file mode 100644 index 0000000..ebf6616 --- /dev/null +++ b/source/physical_network.rst @@ -0,0 +1,19 @@ +.. include:: vars.rst + +================ +Physical network +================ + +.. ifconfig:: deployment['kayobe_manages_physical_network'] + + The |project_name| deployment uses Kayobe to manage the physical network. + + .. ifconfig:: deployment['physical_network_evpn'] + + .. include:: include/evpn_fabric_overview.rst + + .. include:: include/evpn_fabric_details.rst + +.. ifconfig:: not deployment['kayobe_manages_physical_network'] + + The |project_name| deployment does not use Kayobe to manage the physical network.