From ff5f0cdbc9f6861cde5836cdc53b662adda27271 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Thu, 20 May 2021 16:37:01 -0300 Subject: [PATCH] 17603: Reorder example IPs so they match the documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- .../local.params.example.multiple_hosts | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/tools/salt-install/local.params.example.multiple_hosts b/tools/salt-install/local.params.example.multiple_hosts index 6a5bc175ca..5dcc1d7c91 100644 --- a/tools/salt-install/local.params.example.multiple_hosts +++ b/tools/salt-install/local.params.example.multiple_hosts @@ -26,17 +26,20 @@ WORKBENCH2_EXT_SSL_PORT=443 # Internal IPs for the configuration CLUSTER_INT_CIDR=10.0.0.0/16 + +# Note the IPs in this example are shared between roles, as suggested in +# https://doc.arvados.org/main/install/salt-multi-host.html CONTROLLER_INT_IP=10.0.0.1 WEBSOCKET_INT_IP=10.0.0.1 KEEP_INT_IP=10.0.0.2 +# Both for collections and downloads +KEEPWEB_INT_IP=10.0.0.2 KEEPSTORE0_INT_IP=10.0.0.3 KEEPSTORE1_INT_IP=10.0.0.4 -# Both for collections and downloads -KEEPWEB_INT_IP=10.0.0.5 -WEBSHELL_INT_IP=10.0.0.6 -WORKBENCH1_INT_IP=10.0.0.7 -WORKBENCH2_INT_IP=10.0.0.7 -DATABASE_INT_IP=10.0.0.8 +WORKBENCH1_INT_IP=10.0.0.5 +WORKBENCH2_INT_IP=10.0.0.5 +WEBSHELL_INT_IP=10.0.0.5 +DATABASE_INT_IP=10.0.0.6 INITIAL_USER="admin" INITIAL_USER_PASSWORD="password" -- 2.30.2