Chad has uploaded a new change for review. https://gerrit.wikimedia.org/r/86741
Change subject: Add service IP addresses for new search ...................................................................... Add service IP addresses for new search RT: 5867 Change-Id: I7c749e64b1b101f8e97d23cc347a313aec35a135 --- M templates/10.in-addr.arpa M templates/wmnet 2 files changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/dns refs/changes/41/86741/1 diff --git a/templates/10.in-addr.arpa b/templates/10.in-addr.arpa index 1034a4e..51905ea 100644 --- a/templates/10.in-addr.arpa +++ b/templates/10.in-addr.arpa @@ -1337,6 +1337,7 @@ 27 1H IN PTR ms-fe.svc.eqiad.wmnet. 28 1H IN PTR parsoid.svc.eqiad.wmnet. 29 1H IN PTR parsoidcache.svc.eqiad.wmnet. +30 1H IN PTR search.svc.eqiad.wmnet. ; esams svc ips diff --git a/templates/wmnet b/templates/wmnet index 5c9298a..9e05b79 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -3082,6 +3082,7 @@ ms-fe 1H IN A 10.2.2.27 parsoid 1H IN A 10.2.2.28 parsoidcache 1H IN A 10.2.2.29 +search 1H IN A 10.2.2.30 ; ESAMS SERVICES -- To view, visit https://gerrit.wikimedia.org/r/86741 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7c749e64b1b101f8e97d23cc347a313aec35a135 Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Chad <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
