Papaul has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/333043 )
Change subject: DNS: fix duplicate IPs for mw2254-mw2260 Bug:https://phabricator.wikimedia.org/T155180 ...................................................................... DNS: fix duplicate IPs for mw2254-mw2260 Bug:https://phabricator.wikimedia.org/T155180 Change-Id: Ibc1ec079b6d47ebdf5a76ebd204126a678aada78 --- M templates/10.in-addr.arpa M templates/wmnet 2 files changed, 14 insertions(+), 14 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/dns refs/changes/43/333043/1 diff --git a/templates/10.in-addr.arpa b/templates/10.in-addr.arpa index 7bb1283..17767f0 100644 --- a/templates/10.in-addr.arpa +++ b/templates/10.in-addr.arpa @@ -2692,6 +2692,13 @@ 50 1H IN PTR wtp2008.codfw.wmnet. 51 1H IN PTR wtp2009.codfw.wmnet. 52 1H IN PTR wtp2010.codfw.wmnet. +53 1H IN PTR mw2254.codfw.wmnet. +54 1H IN PTR mw2255.codfw.wmnet. +55 1H IN PTR mw2256.codfw.wmnet. +56 1H IN PTR mw2257.codfw.wmnet. +57 1H IN PTR mw2258.codfw.wmnet. +58 1H IN PTR mw2259.codfw.wmnet. +59 1H IN PTR mw2260.codfw.wmnet. 63 1H IN PTR mw2090.codfw.wmnet. 64 1H IN PTR mw2091.codfw.wmnet. @@ -3015,13 +3022,6 @@ 156 1H IN PTR elastic2031.codfw.wmnet. 157 1H IN PTR elastic2032.codfw.wmnet. 158 1H IN PTR elastic2033.codfw.wmnet. -159 1H IN PTR mw2254.codfw.wmnet. -160 1H IN PTR mw2255.codfw.wmnet. -161 1H IN PTR mw2256.codfw.wmnet. -162 1H IN PTR mw2257.codfw.wmnet. -163 1H IN PTR mw2258.codfw.wmnet. -164 1H IN PTR mw2259.codfw.wmnet. -165 1H IN PTR mw2260.codfw.wmnet. $ORIGIN 33.192.{{ zonename }}. 1 1H IN PTR vl2019-eth2.lvs2001.codfw.wmnet. diff --git a/templates/wmnet b/templates/wmnet index 61fdc0c..00c8cf0 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -2666,13 +2666,13 @@ mw2251 1H IN A 10.192.0.80 mw2252 1H IN A 10.192.0.81 mw2253 1H IN A 10.192.0.82 -mw2254 1H IN A 10.192.16.159 -mw2255 1H IN A 10.192.16.160 -mw2256 1H IN A 10.192.16.161 -mw2257 1H IN A 10.192.16.162 -mw2258 1H IN A 10.192.16.163 -mw2259 1H IN A 10.192.16.164 -mw2260 1H IN A 10.192.16.165 +mw2254 1H IN A 10.192.16.53 +mw2255 1H IN A 10.192.16.54 +mw2256 1H IN A 10.192.16.55 +mw2257 1H IN A 10.192.16.56 +mw2258 1H IN A 10.192.16.57 +mw2259 1H IN A 10.192.16.58 +mw2260 1H IN A 10.192.16.59 mwlog2001 1H IN A 10.192.32.131 nihal 1H IN A 10.192.16.184 ; VM on the ganeti01.svc.codfw.wmnet cluster planet2001 1H IN A 10.192.16.180 -- To view, visit https://gerrit.wikimedia.org/r/333043 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibc1ec079b6d47ebdf5a76ebd204126a678aada78 Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Papaul <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
