Faidon Liambotis has submitted this change and it was merged. Change subject: Fix mgmt IP clash between nas1-a/b & ms-fe1/2 ......................................................................
Fix mgmt IP clash between nas1-a/b & ms-fe1/2 The NetApps have the e0M interface that needs to be on the same LAN as the SP (which is the mgmt LAN). Unfortunately, it looks like the same IPs were also assigned to ms-fe1/2's iDRAC. Change the iDRACs as it looks easier and assign hostnames to the NetApp's e0M so this doesn't happen again in the future. Change-Id: I6795f5390701f27153e31a148b5d5ac92d24dfc8 --- M templates/10.in-addr.arpa M templates/wmnet 2 files changed, 12 insertions(+), 8 deletions(-) Approvals: Faidon Liambotis: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/10.in-addr.arpa b/templates/10.in-addr.arpa index e7dc0da..262bd55 100644 --- a/templates/10.in-addr.arpa +++ b/templates/10.in-addr.arpa @@ -1031,12 +1031,14 @@ 63 1H IN PTR WMF3838.mgmt.pmtpa.wmnet. 64 1H IN PTR WMF3837.mgmt.pmtpa.wmnet. 65 1H IN PTR stat1.mgmt.pmtpa.wmnet. -66 1H IN PTR ms-fe1.mgmt.pmtpa.wmnet. -66 1H IN PTR WMF3639.mgmt.pmtpa.wmnet. -67 1H IN PTR ms-fe2.mgmt.pmtpa.wmnet. -67 1H IN PTR WMF3640.mgmt.pmtpa.wmnet. +66 1H IN PTR nas1-a-e0m.mgmt.pmtpa.wmnet. +67 1H IN PTR nas1-b-e0m.mgmt.pmtpa.wmnet. 68 1H IN PTR WMF3641.mgmt.pmtpa.wmnet. 68 1H IN PTR marmontel.mgmt.pmtpa.wmnet. +69 1H IN PTR ms-fe1.mgmt.pmtpa.wmnet. +69 1H IN PTR WMF3639.mgmt.pmtpa.wmnet. +70 1H IN PTR ms-fe2.mgmt.pmtpa.wmnet. +70 1H IN PTR WMF3640.mgmt.pmtpa.wmnet. 71 1H IN PTR WMF3644.mgmt.pmtpa.wmnet. 71 1H IN PTR zhen.mgmt.pmtpa.wmnet. diff --git a/templates/wmnet b/templates/wmnet index b545ad7..254233f 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -880,10 +880,12 @@ virt12 1H IN A 10.1.8.97 virt15 1H IN A 10.1.8.100 williams 1H IN A 10.1.8.15 -WMF3639 1H IN A 10.1.8.66 -ms-fe1 1H IN A 10.1.8.66 -WMF3640 1H IN A 10.1.8.67 -ms-fe2 1H IN A 10.1.8.67 +nas1-a-e0m 1H IN A 10.1.8.66 +nas1-b-e0m 1H IN A 10.1.8.67 +WMF3639 1H IN A 10.1.8.69 +ms-fe1 1H IN A 10.1.8.69 +WMF3640 1H IN A 10.1.8.70 +ms-fe2 1H IN A 10.1.8.70 ms-fe3 1H IN A 10.1.8.79 ms-fe4 1H IN A 10.1.8.80 WMF3641 1H IN A 10.1.8.68 -- To view, visit https://gerrit.wikimedia.org/r/88146 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6795f5390701f27153e31a148b5d5ac92d24dfc8 Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Faidon Liambotis <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
