[arvados] updated: 2.1.0-2947-g87fc5d92f

git repository hosting git at public.arvados.org
Wed Oct 5 19:41:43 UTC 2022


Summary of changes:
 .../single_host/single_hostname/states/snakeoil_certs.sls               | 2 +-
 tools/salt-install/local.params.example.single_host_single_hostname     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  87fc5d92f58c370ceeba762abbe2a80ebea450e5 (commit)
      from  28be1aa52f405278fc41b2b1b67b19d5d7ef5fef (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 87fc5d92f58c370ceeba762abbe2a80ebea450e5
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Wed Oct 5 16:41:24 2022 -0300

    19215: Small fixes on the deploy phase.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/tools/salt-install/config_examples/single_host/single_hostname/states/snakeoil_certs.sls b/tools/salt-install/config_examples/single_host/single_hostname/states/snakeoil_certs.sls
index 8d416a8d9..0ee794918 100644
--- a/tools/salt-install/config_examples/single_host/single_hostname/states/snakeoil_certs.sls
+++ b/tools/salt-install/config_examples/single_host/single_hostname/states/snakeoil_certs.sls
@@ -62,7 +62,7 @@ extra_snakeoil_certs_arvados_snakeoil_ca_cmd_run:
     - name: |
         # These dirs are not too CentOS-ish, but this is a helper script
         # and they should be enough
-	/bin/bash -c "mkdir -p /etc/ssl/certs/ /etc/ssl/private/ && \
+        /bin/bash -c "mkdir -p /etc/ssl/certs/ /etc/ssl/private/ && \
         openssl req \
           -new \
           -nodes \
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 1c72446a2..eaa71e7a2 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]=database,api,controller,websocket,dispatcher,keepbalance,keepstore,keepproxy,keepweb,workbench,workbench2,webshell,shell
+  [localhost]=''
 )
 
 # HOSTNAME_EXT must be set to the address that users will use to

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list