[arvados] updated: 2.1.0-2952-gca44f3263

git repository hosting git at public.arvados.org
Wed Oct 19 19:56:38 UTC 2022


Summary of changes:
 tools/salt-install/installer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  ca44f3263c7ac7136fdcb5dae460e79fbb284a4b (commit)
      from  feb45077eb3b766df63d048d492aaf7aca3d2be2 (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 ca44f3263c7ac7136fdcb5dae460e79fbb284a4b
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Tue Oct 18 14:43:05 2022 -0300

    19215: Uses controller's port when running diagnostics
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/tools/salt-install/installer.sh b/tools/salt-install/installer.sh
index f294a7ced..d734767d8 100755
--- a/tools/salt-install/installer.sh
+++ b/tools/salt-install/installer.sh
@@ -272,7 +272,7 @@ case "$subcmd" in
 	    exit 1
 	fi
 
-	export ARVADOS_API_HOST="${CLUSTER}.${DOMAIN}"
+	export ARVADOS_API_HOST="${CLUSTER}.${DOMAIN}:${CONTROLLER_EXT_SSL_PORT}"
 	export ARVADOS_API_TOKEN="$SYSTEM_ROOT_TOKEN"
 
 	arvados-client diagnostics $LOCATION

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list