Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate the test_deps script to use the load balancer addr #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions local-bin/test_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down