From 247fd765bc1fbf559572d6e5590893c9190f086a Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Tue, 28 Mar 2023 15:22:16 -0300 Subject: [PATCH] 16379: Fixes missing 'monitoring' role on the workbench node. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- tools/salt-install/local.params.example.multiple_hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/salt-install/local.params.example.multiple_hosts b/tools/salt-install/local.params.example.multiple_hosts index b2de437598..2bf009be1b 100644 --- a/tools/salt-install/local.params.example.multiple_hosts +++ b/tools/salt-install/local.params.example.multiple_hosts @@ -21,7 +21,7 @@ DEPLOY_USER=root # it for the specified roles. NODES=( [controller.${CLUSTER}.${DOMAIN}]=database,api,controller,websocket,dispatcher,keepbalance - [workbench.${CLUSTER}.${DOMAIN}]=workbench,workbench2,webshell,keepproxy,keepweb + [workbench.${CLUSTER}.${DOMAIN}]=monitoring,workbench,workbench2,webshell,keepproxy,keepweb [keep0.${CLUSTER}.${DOMAIN}]=keepstore [shell.${CLUSTER}.${DOMAIN}]=shell ) -- 2.30.2