summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-15 13:21:09 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-15 13:21:09 +0300
commit14a7a6179eb47f83dae472da8204f56e6e4a8678 (patch)
tree72e3327da026782b90c5ad27a0024ffb164f405f
parent6697f35f53398b1ff158d55c9324d618f7441d2e (diff)
downloadick2-ansible-14a7a6179eb47f83dae472da8204f56e6e4a8678.tar.gz
Add: another worker for ci-prod
-rw-r--r--ci-prod-workers.hz6
-rw-r--r--hosts.ci-prod-workers1
2 files changed, 4 insertions, 3 deletions
diff --git a/ci-prod-workers.hz b/ci-prod-workers.hz
index 4e1877d..407bf57 100644
--- a/ci-prod-workers.hz
+++ b/ci-prod-workers.hz
@@ -1,11 +1,11 @@
defaults:
- type: cx11
+ type: cx21
image: debian-9
hosts:
- name: worker1
groups: [workers, ickhost]
- # - name: worker2
- # groups: [workers, ickhost]
+ - name: worker2
+ groups: [workers, ickhost]
# - name: worker3
# groups: [workers, ickhost]
# - name: worker4
diff --git a/hosts.ci-prod-workers b/hosts.ci-prod-workers
index 04f6763..ae6f020 100644
--- a/hosts.ci-prod-workers
+++ b/hosts.ci-prod-workers
@@ -1 +1,2 @@
worker1 ansible_ssh_host=ci-prod-workers-worker1.vm.liw.fi
+worker2 ansible_ssh_host=ci-prod-workers-worker2.vm.liw.fi