[arvados] updated: 2.1.0-2630-gb972f1603

git repository hosting git at public.arvados.org
Mon Jun 27 02:38:37 UTC 2022


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

       via  b972f160397d301d40b889c68fba0d31d12f8d51 (commit)
      from  6361996fb566b20d98513354b42c64f3a4665f13 (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 b972f160397d301d40b889c68fba0d31d12f8d51
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Sun Jun 26 22:38:15 2022 -0400

    18870: Fix diagnostic
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/tools/salt-install/installer.sh b/tools/salt-install/installer.sh
index 20484e265..fde261611 100755
--- a/tools/salt-install/installer.sh
+++ b/tools/salt-install/installer.sh
@@ -127,7 +127,7 @@ case "$subcmd" in
 	    apt-get install arvados-client
 	fi
 
-	export ARVADOS_API_HOST="${CONTROLLER_INT_IP}"
+	export ARVADOS_API_HOST="${CLUSTER}.${DOMAIN}"
 	export ARVADOS_API_TOKEN="$SYSTEM_ROOT_TOKEN"
 
 	arvados-client diagnostics -internal-client

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list