Giuseppe Lavagetto has uploaded a new change for review. https://gerrit.wikimedia.org/r/264932
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/dns refs/changes/32/264932/1 diff --git a/templates/wmnet b/templates/wmnet index 07a7ddc..1afe493 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. @@ -2212,6 +2213,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: newchange Gerrit-Change-Id: I01e81633f8794dc62817331268e09107a4fa9f1f Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
