Skip to content

Commit 75a3c28

Browse files
authored
Clarify ZDM proxy scale out requirements (#153)
1 parent 96b7169 commit 75a3c28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs-src/zdm-core/modules/migrate/pages/manage-proxy-instances.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,11 @@ The first option requires that you deploy a new {zdm-proxy} cluster on the side,
247247

248248
The second option consists of changing the topology of an existing ZDM proxy deployment. For example, let's say that you wish to add three new nodes to an existing six-node deployment. To do this, you need to amend the inventory file so that it contains one line for each machine where you want a proxy instance to be deployed (in this case, the amended inventory file will contain nine proxy IPs, six of which were already there plus the three new ones) and then run the `deploy_zdm_proxy.yml` playbook again. This will stop the existing six proxies, destroy them, create a new nine-node deployment from scratch based on the amended inventory and start it up, therefore resulting in a brief interruption of availability of the whole {zdm-proxy} deployment.
249249

250+
[NOTE]
251+
====
252+
{zdm-proxy} containers can be be scaled out by any number of proxies as you see fit, not necessarily in multiples of three.
253+
====
254+
250255
If you are not using the {zdm-automation} and want to remove or add a proxy manually, follow these steps:
251256

252257
. If adding a {zdm-proxy} instance, prepare and configure it appropriately based on the other instances.

0 commit comments

Comments
 (0)