summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-07-04 21:09:21 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-07-04 21:09:21 +0300
commitbb1219cbac19af472c3ee8c997b12c44a9111695 (patch)
tree42193d9f6b2b1a14b446a8e44b7521ee109a2c72
parent61704f08113e50e4614c269b1bc1e940880a447c (diff)
downloadwmf-gitlab-bb1219cbac19af472c3ee8c997b12c44a9111695.tar.gz
Change: use new names (recreated VM group)
-rw-r--r--components.yml4
-rw-r--r--hosts6
2 files changed, 7 insertions, 3 deletions
diff --git a/components.yml b/components.yml
index c316cbd..e12ccf9 100644
--- a/components.yml
+++ b/components.yml
@@ -1,4 +1,4 @@
-- hosts: api
+- hosts: vcsworker
remote_user: root
become: no
roles:
@@ -14,6 +14,6 @@
debian_codename: stretch
debian_mirror: deb.debian.org
- haproxy_domain: wmf2-api.vm.liw.fi
+ haproxy_domain: wmf2-vcsworker.vm.liw.fi
letsencrypt_email: liw@liw.fi
diff --git a/hosts b/hosts
index 7184d05..f74c4f4 100644
--- a/hosts
+++ b/hosts
@@ -1,3 +1,7 @@
gitlab ansible_ssh_host=wmf-gitlab3.vm.liw.fi
runner ansible_ssh_host=wmf-runner3.vm.liw.fi
-api ansible_ssh_host=wmf2-api.vm.liw.fi
+controller ansible_ssh_host=wmf2-controller.vm.liw.fi
+vcsworker ansible_ssh_host=wmf2-vcsworker.vm.liw.fi
+artifacts ansible_ssh_host=wmf2-artifacts.vm.liw.fi
+deployer ansible_ssh_host=wmf2-deployer.vm.liw.fi
+testenv ansible_ssh_host=wmf2-testenv.vm.liw.fi