From: Peter Amstutz Date: Fri, 5 Aug 2022 19:26:15 +0000 (-0400) Subject: Missing shell role in single node install refs #19330 X-Git-Tag: 2.5.0~97 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/067b16c3cb19f17cca368b1373977c5610511806 Missing shell role in single node install refs #19330 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/tools/salt-install/local.params.example.single_host_multiple_hostnames b/tools/salt-install/local.params.example.single_host_multiple_hostnames index 20f334166e..f072fedb40 100644 --- a/tools/salt-install/local.params.example.single_host_multiple_hostnames +++ b/tools/salt-install/local.params.example.single_host_multiple_hostnames @@ -19,7 +19,7 @@ DEPLOY_USER=root # installer.sh will log in to each of these nodes and then provision # it for the specified roles. NODES=( - [localhost]=api,controller,websocket,dispatcher,keepbalance,keepstore,keepproxy,keepweb,workbench,workbench2,webshell + [localhost]=api,controller,websocket,dispatcher,keepbalance,keepstore,keepproxy,keepweb,workbench,workbench2,webshell,shell ) # External ports used by the Arvados services diff --git a/tools/salt-install/local.params.example.single_host_single_hostname b/tools/salt-install/local.params.example.single_host_single_hostname index a684500941..fdb10cf636 100644 --- a/tools/salt-install/local.params.example.single_host_single_hostname +++ b/tools/salt-install/local.params.example.single_host_single_hostname @@ -19,7 +19,7 @@ DEPLOY_USER=root # installer.sh will log in to each of these nodes and then provision # it for the specified roles. NODES=( - [localhost]=api,controller,websocket,dispatcher,keepbalance,keepstore,keepproxy,keepweb,workbench,workbench2,webshell + [localhost]=api,controller,websocket,dispatcher,keepbalance,keepstore,keepproxy,keepweb,workbench,workbench2,webshell,shell ) # Set this value when installing a cluster in a single host with a single