X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e59273e06c41fa1532ab887f62695a2bd6d0e284..4090574822afd6a7b48ccd277ba84c3cc6244e71:/tools/salt-install/local.params.example.multiple_hosts diff --git a/tools/salt-install/local.params.example.multiple_hosts b/tools/salt-install/local.params.example.multiple_hosts index edbee413bd..ade1ad4671 100644 --- a/tools/salt-install/local.params.example.multiple_hosts +++ b/tools/salt-install/local.params.example.multiple_hosts @@ -19,14 +19,13 @@ DEPLOY_USER=root # The mapping of nodes to roles # installer.sh will log in to each of these nodes and then provision # it for the specified roles. -declare -A NODES NODES=( - [controller.${CLUSTER}.$DOMAIN]=api,controller,websocket,dispatcher,keepbalance - [keep0.${CLUSTER}.$DOMAIN]=keepstore - [keep1.${CLUSTER}.$DOMAIN]=keepstore - [keep.${CLUSTER}.$DOMAIN]=keepproxy,keepweb - [workbench.${CLUSTER}.$DOMAIN]=workbench,workbench2,webshell - [shell.${CLUSTER}.$DOMAIN]=shell + [controller.${CLUSTER}.${DOMAIN}]=api,controller,websocket,dispatcher,keepbalance + [keep0.${CLUSTER}.${DOMAIN}]=keepstore + [keep1.${CLUSTER}.${DOMAIN}]=keepstore + [keep.${CLUSTER}.${DOMAIN}]=keepproxy,keepweb + [workbench.${CLUSTER}.${DOMAIN}]=workbench,workbench2,webshell + [shell.${CLUSTER}.${DOMAIN}]=shell ) # Host SSL port where you want to point your browser to access Arvados