From c97f5f67eff49a6a1a2a79bb743f6d49b287f4f9 Mon Sep 17 00:00:00 2001 From: stea-uw Date: Tue, 16 Apr 2024 13:39:32 -0700 Subject: [PATCH] Migrate the test_deps script to use the load balancer addr --- local-bin/test_deps.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/local-bin/test_deps.sh b/local-bin/test_deps.sh index 3ebf366..c350dd7 100755 --- a/local-bin/test_deps.sh +++ b/local-bin/test_deps.sh @@ -18,9 +18,8 @@ cd $wd ## . /data/local/gws-provisioning/bin/gws_lib.sh certdir=/data/local/idp/credentials -gws_hosts="iam21 iam22 iam23 iam26" -pds_hosts="seneca21 seneca22 seneca23" -pds_hosts="seneca21 seneca22 seneca23 seneca31 seneca32 seneca33" +gws_hosts=`dig groups.uw.edu +short A | tail -n +2 | sed 's/\n/ /g' +pds_hosts=`dig eds.u.washington.edu +short A | tail -n +2 | sed 's/\n/ /g'` pws_hosts="it-ws1 it-ws2 it-ws3 it-ws4" ## [[ "$1" == "" ]] || hosts="$1"