[arvados] updated: 2.4.1-25-g96a460141
git repository hosting
git at public.arvados.org
Fri Aug 5 19:26:35 UTC 2022
Summary of changes:
tools/salt-install/local.params.example.single_host_multiple_hostnames | 2 +-
tools/salt-install/local.params.example.single_host_single_hostname | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 96a460141678fc31788825e9c92e7df88356a3ac (commit)
from b54a215b5d74eca9a61d392b07890f628a296abe (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 96a460141678fc31788825e9c92e7df88356a3ac
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Aug 5 15:26:15 2022 -0400
Missing shell role in single node install
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
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 20f334166..f072fedb4 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 a68450094..fdb10cf63 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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list