From 067b16c3cb19f17cca368b1373977c5610511806 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Fri, 5 Aug 2022 15:26:15 -0400 Subject: [PATCH] Missing shell role in single node install refs #19330 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- .../local.params.example.single_host_multiple_hostnames | 2 +- .../local.params.example.single_host_single_hostname | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2