Giuseppe Lavagetto has submitted this change and it was merged.

Change subject: Add deployment virtual name
......................................................................


Add deployment virtual name

At the moment, the active deployment server is hard-wired to be
tin.eqiad.wmnet, which is a physical host. This is not a good idea, we
should be able to migrate the DNS at will, instead of being tied to a
single machine.

Change-Id: I01e81633f8794dc62817331268e09107a4fa9f1f
---
M templates/wmnet
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Giuseppe Lavagetto: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/templates/wmnet b/templates/wmnet
index 07f6ad7..67c803d 100644
--- a/templates/wmnet
+++ b/templates/wmnet
@@ -35,6 +35,7 @@
 statsd          1H  IN CNAME    graphite1001.eqiad.wmnet.
 eventlogging    1H  IN CNAME    eventlog1001.eqiad.wmnet.
 udplog          1H  IN CNAME    fluorine.eqiad.wmnet.
+deployment      1H  IN CNAME    tin.eqiad.wmnet.
 s1-master       5M  IN CNAME    db1052.eqiad.wmnet.
 s2-master       5M  IN CNAME    db1024.eqiad.wmnet.
 s3-master       5M  IN CNAME    db1038.eqiad.wmnet.
@@ -2211,6 +2212,7 @@
 config-master   1H  IN CNAME    palladium.eqiad.wmnet.
 puppet          1H  IN CNAME    palladium.eqiad.wmnet.
 webproxy        1H  IN CNAME    carbon.wikimedia.org.
+deployment      1H  IN CNAME    tin.eqiad.wmnet.
 ; etcd client discovery
 _etcd._tcp      5M  IN SRV      0 1 2379 conf1001.eqiad.wmnet.
 _etcd._tcp      5M  IN SRV      0 1 2379 conf1002.eqiad.wmnet.

-- 
To view, visit https://gerrit.wikimedia.org/r/264932
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I01e81633f8794dc62817331268e09107a4fa9f1f
Gerrit-PatchSet: 2
Gerrit-Project: operations/dns
Gerrit-Branch: master
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to