RobH has uploaded a new change for review. https://gerrit.wikimedia.org/r/198286
Change subject: My initial patch had subra/suhail rows reversed from reality ...................................................................... My initial patch had subra/suhail rows reversed from reality the fix has been two patches, should have been one, my bad. Bug:T93261 Change-Id: I19826c7ea6a348d8a09c4c816169a5ef3006452f --- M templates/wmnet 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/dns refs/changes/86/198286/1 diff --git a/templates/wmnet b/templates/wmnet index 44c9f61..8decdf6 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -2352,8 +2352,8 @@ rdb2004 1H IN A 10.192.16.123 rbf2001 1H IN A 10.192.0.33 rbf2002 1H IN A 10.192.16.36 -subra 1H IN A 10.192.0.121 -suhail 1H IN A 10.192.16.124 +subra 1H IN A 10.192.16.124 +suhail 1H IN A 10.192.0.121 wtp2001 1H IN A 10.192.16.43 wtp2002 1H IN A 10.192.16.44 wtp2003 1H IN A 10.192.16.45 -- To view, visit https://gerrit.wikimedia.org/r/198286 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I19826c7ea6a348d8a09c4c816169a5ef3006452f Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: RobH <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
