[arvados] updated: 2.5.0-319-g247fd765b
git repository hosting
git at public.arvados.org
Tue Mar 28 18:22:43 UTC 2023
Summary of changes:
tools/salt-install/local.params.example.multiple_hosts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 247fd765bc1fbf559572d6e5590893c9190f086a (commit)
from 4e26d30a7cb1b788c117f983e133e303c08c780f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 247fd765bc1fbf559572d6e5590893c9190f086a
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Tue Mar 28 15:22:16 2023 -0300
16379: Fixes missing 'monitoring' role on the workbench node.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/tools/salt-install/local.params.example.multiple_hosts b/tools/salt-install/local.params.example.multiple_hosts
index b2de43759..2bf009be1 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
)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list