Giuseppe Lavagetto has uploaded a new change for review. https://gerrit.wikimedia.org/r/306642
Change subject: Add SRV records for puppet (all pointing to palladium.eqiad.wmnet) ...................................................................... Add SRV records for puppet (all pointing to palladium.eqiad.wmnet) Please note this will work only once we've set up palladium to use the proper SSL and the clients to use the srv record instead than the "puppet" name. Bug: T143869 Change-Id: I1105e25c5868e75a41f9f55f2fefc5c4dd8daf80 --- M templates/wmnet 1 file changed, 15 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/dns refs/changes/42/306642/1 diff --git a/templates/wmnet b/templates/wmnet index 865aaf3..5ea09f5 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -80,6 +80,9 @@ _etcd._tcp 5M IN SRV 0 1 2379 conf1002.eqiad.wmnet. _etcd._tcp 5M IN SRV 0 1 2379 conf1003.eqiad.wmnet. +; puppet records +_x-puppet-ca._tcp 5M IN SRV 0 1 8140 palladium.eqiad.wmnet. +_x-puppet._tcp 5M IN SRV 0 1 8140 palladium.eqiad.wmnet. ; Cameras cam1-a-eqiad 1H IN A 10.64.0.27 @@ -2333,6 +2336,10 @@ _etcd._tcp 5M IN SRV 0 1 2379 conf1002.eqiad.wmnet. _etcd._tcp 5M IN SRV 0 1 2379 conf1003.eqiad.wmnet. +; puppet records +_x-puppet-ca._tcp 5M IN SRV 0 1 8140 palladium.eqiad.wmnet. +_x-puppet._tcp 5M IN SRV 0 1 8140 palladium.eqiad.wmnet. + ; hack to make ocg work when switching over to codfw - these are the eqiad servers ocg1001 1H IN A 10.64.32.151 ocg1002 1H IN A 10.64.48.42 @@ -4054,6 +4061,10 @@ _etcd._tcp 5M IN SRV 0 1 2379 conf1002.eqiad.wmnet. _etcd._tcp 5M IN SRV 0 1 2379 conf1003.eqiad.wmnet. +; puppet records +_x-puppet-ca._tcp 5M IN SRV 0 1 8140 palladium.eqiad.wmnet. +_x-puppet._tcp 5M IN SRV 0 1 8140 palladium.eqiad.wmnet. + ; temporary RR until we get new LVS up ms-fe 600 IN A 10.20.0.15 ms-fe 600 IN A 10.20.0.16 @@ -4243,6 +4254,10 @@ _etcd._tcp 5M IN SRV 0 1 2379 conf1002.eqiad.wmnet. _etcd._tcp 5M IN SRV 0 1 2379 conf1003.eqiad.wmnet. +; puppet records +_x-puppet-ca._tcp 5M IN SRV 0 1 8140 palladium.eqiad.wmnet. +_x-puppet._tcp 5M IN SRV 0 1 8140 palladium.eqiad.wmnet. + ; EQIAD SERVICES $ORIGIN svc.eqiad.wmnet. -- To view, visit https://gerrit.wikimedia.org/r/306642 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1105e25c5868e75a41f9f55f2fefc5c4dd8daf80 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
