diff --git a/documentation.html b/documentation.html
index 20a6f32832..8d1018fc98 100644
--- a/documentation.html
+++ b/documentation.html
@@ -394,7 +394,7 @@
Version: 4.5.0
+Version: 4.5.1
MetroAE is an automation engine that can be used to
This release was tested according to the following test matrix. Other combinations and versions have been tested in previous releases of MetroAE and are likely to work. We encourage you to test MetroAE in your lab before you apply it in production.
@@ -1471,6 +1457,8 @@Note that MetroAE only supports patch upgrades for VSD using the upgrade_vsds
play. Attempting to do a patch release upgrade via any other method will result in an error.
You can use MetroAE to upgrade Active/Standby VSD clusters, also known as geo-redundant clusters. You can also use MetroAE to upgrade Active/Standby VSTAT (ES) clusters. The support for this is built into the upgrade_everything
, upgrade_vsds
, and upgrade_vstats
plays. A step-by-step manual procedure is supported, but is not documented here. See Upgrading By Individual Steps for more information.
If you want to perform a standby VSD cluster inplace upgrade only, You can use the following command.
+metroae upgrade vsds standby inplace
By default, Nuage VSD and VSTAT components are deployed in what is referred to as ‘stats-in’ mode. This refers to the fact that the stats collector process that feeds data to the ES cluster runs ‘in’ the VSDs. An alternative to this deployment, installation of which is also supported by MetroAE, is a ‘stats-out’ mode. In 'stats-out’, three additional VSDs are deployed specifically to handle the stats collection. We refer to those extra VSD nodes as VSD stats-out nodes. In such a case, the stats collection work is not running ‘in’ the regular VSD cluster. Stats collection is done ‘out’ in the cluster of 3 VSD stats-out nodes. ES nodes are also deployed in a special way, with 3 ES nodes in a cluster and 3+ ES nodes configured as ‘data’ nodes. You can find out more detail about the deployments in the Nuage documentation.
You can use MetroAE to install or upgrade upgrade your stats-out configuration. Special workflows have been created to support the stats-out upgrade. These special workflows have been included automatically in the metroae upgrade everything
command. Alternatively you can use the step-by-step upgrade procedure to perform your upgrade. The metroae upgrade vsd stats
command will handle upgrading the separate VSD stats-out nodes. The metroae upgrade vsd stats inplace
command will apply a patch (in-place) upgrade of the VSD stats-out nodes.