summaryrefslogtreecommitdiff
path: root/run-cluster.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-10 18:22:46 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-10 18:25:30 +0200
commit56e43239aeb7d38d27b81423fcb506706f394a26 (patch)
tree297895c3014d62fdd0724473c97f253d9c63a1d0 /run-cluster.sh
parentd385577ac0cbcbfc78e59cd68c4bd9ab55627392 (diff)
downloadick2-ansible-56e43239aeb7d38d27b81423fcb506706f394a26.tar.gz
Change: allow multiple workers to be installed
Building one by one works, concurrently probably not.
Diffstat (limited to 'run-cluster.sh')
-rwxr-xr-xrun-cluster.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-cluster.sh b/run-cluster.sh
index 713719b..273eae7 100755
--- a/run-cluster.sh
+++ b/run-cluster.sh
@@ -5,6 +5,6 @@ set -eu
./run-playbook \
ick-cluster.yml \
-e ansible_ssh_user=root \
- -e controller_domain=138.197.182.60 \
- -e blob_service_domain=207.154.253.196 \
+ -e controller_domain=207.154.212.62 \
+ -e blob_service_domain=207.154.244.235 \
"$@"