From 4c7c89b41099031c9c856075775bbc41857240d8 Mon Sep 17 00:00:00 2001 From: beeankha Date: Wed, 29 Sep 2021 10:12:19 -0400 Subject: [PATCH] Update wording from 'node' to 'instance' --- docs/clustering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/clustering.md b/docs/clustering.md index 9c39bb40a1..d5256a9820 100644 --- a/docs/clustering.md +++ b/docs/clustering.md @@ -76,7 +76,7 @@ Recommendations and constraints: * **Deprovisioning** - AWX does not automatically deprovision instances since it cannot distinguish between an instance that was taken offline intentionally or due to failure. - Starting with AWX version 19.3.0, deprovisioning a node results in one or more Receptor configurations needing to be updated across one or more nodes, which therefore cannot be done via a manual process; the Automation Mesh Installer needs to deprovision the nodes. + Starting with AWX version 19.3.0, deprovisioning an instance results in one or more Receptor configurations needing to be updated across one or more nodes, which therefore cannot be done via a manual process; the Automation Mesh Installer needs to deprovision the nodes. Adding to and removing from the mesh does not require that every node is listed in the inventory file; in other words, the absence of a node from the inventory file _does not_ indicate that a node should be removed. Instead, a `hostvar` of `node_state: deprovision` conveys to the mesh installer that the node should be deprovisioned.