summaryrefslogtreecommitdiff
path: root/run-cluster.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-09 18:18:18 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-09 18:18:18 +0300
commit6547acec628f53c555e5d5757a32558b97a1cc7e (patch)
tree8e529b10f453d5c79b4c2143caa7511f8845b1d7 /run-cluster.sh
parent30c5c0841baa3034a8c9f947931e6237cffe404d (diff)
downloadick2-ansible-6547acec628f53c555e5d5757a32558b97a1cc7e.tar.gz
Add: apt host to run-cluster.sh
Diffstat (limited to 'run-cluster.sh')
-rwxr-xr-xrun-cluster.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/run-cluster.sh b/run-cluster.sh
index e326478..4bf44fb 100755
--- a/run-cluster.sh
+++ b/run-cluster.sh
@@ -19,6 +19,7 @@ mkhosts()
qvisqve hostname=controller ansible_ssh_host=$(getip qvisqve)
controller hostname=controller ansible_ssh_host=$(getip controller)
artifacts hostname=blob_service ansible_ssh_host=$(getip artifacts)
+apt hostname=apt ansible_ssh_host=$(getip apt)
worker1 hostname=worker1 ansible_ssh_host=$(getip worker1)
worker2 hostname=worker2 ansible_ssh_host=$(getip worker2)
@@ -33,4 +34,5 @@ ansible-playbook -i hosts.tmp ick-cluster.yml \
-e "qvisqve_domain=$(getip qvisqve)" \
-e "controller_domain=$(getip controller)" \
-e "artifact_store_domain=$(getip artifacts)" \
+ -e "apt_domain=$(getip apt)" \
"$@"