From 2a71b94bc8d437671b59dfb2e70f5b9999f1bc6a Mon Sep 17 00:00:00 2001 From: Peter Matulis Date: Fri, 14 Apr 2023 19:27:08 -0400 Subject: [PATCH] Improve navigational words on MAAS page Closes-Bug: #2006480 Change-Id: I02e4f422045d8e9bcb155a953660f8292f14f2c4 --- deploy-guide/source/install-maas.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/deploy-guide/source/install-maas.rst b/deploy-guide/source/install-maas.rst index 9eb3c81..1dadd50 100644 --- a/deploy-guide/source/install-maas.rst +++ b/deploy-guide/source/install-maas.rst @@ -187,9 +187,9 @@ Tag nodes MAAS tags will be used to help organise and manage the five nodes. -Tags are added on the ``Configuration`` tab of the same individual node page -used to rename a node. Add tag 'compute' to the four cloud nodes and tag 'juju' -to the Juju controller node. +Tags are added on the ``Configuration`` tab on a node's configuration page. +Add tag 'compute' to the four cloud nodes and tag 'juju' to the Juju controller +node. See `MAAS tags`_ in the MAAS documentation for a full understanding of tags. @@ -198,8 +198,12 @@ See `MAAS tags`_ in the MAAS documentation for a full understanding of tags. Create OVS bridge ~~~~~~~~~~~~~~~~~ -Create an Open vSwitch bridge from a network bond or a single interface. Here -we will do the latter with interface 'enp1s0': +An Open vSwitch (OVS) bridge reduces the requirement for two physical network +interfaces. Such a bridge can be based on a network bond or a regular +interface. + +OVS bridges are created on the ``Network`` tab on a node's configuration page. +Here we will create a bridge from regular interface 'enp1s0': .. figure:: ./media/ovs-bridge-1.png :scale: 70% @@ -210,7 +214,7 @@ we will do the latter with interface 'enp1s0': :raw-html:`
` -The bridge will be named 'br-ex': +The bridge's name will be referred to elsewhere in this guide. Call it 'br-ex': .. figure:: ./media/ovs-bridge-2.png :scale: 70%