Cmjohnson has submitted this change and it was merged.

Change subject: Removing dns entry for mw110
......................................................................


Removing dns entry for mw110

Change-Id: Ieb0c4fff122301d6624dd68fc432a09ebd2a648d
---
M templates/10.in-addr.arpa
M templates/wmnet
2 files changed, 7 insertions(+), 5 deletions(-)

Approvals:
  Cmjohnson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/templates/10.in-addr.arpa b/templates/10.in-addr.arpa
index 21db0fb..cfd93df 100644
--- a/templates/10.in-addr.arpa
+++ b/templates/10.in-addr.arpa
@@ -608,7 +608,6 @@
 107    1H      IN PTR  mw107.pmtpa.wmnet.
 108    1H      IN PTR  mw108.pmtpa.wmnet.
 109    1H      IN PTR  mw109.pmtpa.wmnet.
-110    1H      IN PTR  mw110.pmtpa.wmnet.
 111    1H      IN PTR  mw111.pmtpa.wmnet.
 112    1H      IN PTR  mw112.pmtpa.wmnet.
 113    1H      IN PTR  mw113.pmtpa.wmnet.
@@ -1205,7 +1204,6 @@
 158    1H      IN PTR  mw107.mgmt.pmtpa.wmnet.
 159    1H      IN PTR  mw108.mgmt.pmtpa.wmnet.
 160    1H      IN PTR  mw109.mgmt.pmtpa.wmnet.
-161    1H      IN PTR  mw110.mgmt.pmtpa.wmnet.
 162    1H      IN PTR  mw111.mgmt.pmtpa.wmnet.
 163    1H      IN PTR  mw112.mgmt.pmtpa.wmnet.
 164    1H      IN PTR  mw113.mgmt.pmtpa.wmnet.
diff --git a/templates/wmnet b/templates/wmnet
index cd4d3cf..bfe6aea 100644
--- a/templates/wmnet
+++ b/templates/wmnet
@@ -242,9 +242,14 @@
 
 ; GENERATES
 
-; mw1-mw125
-{% for i in range(1, 126) %}
+; mw1-mw110
+{% for i in range(1, 110) %}
 mw{{ i }}      1H      IN A            10.0.11.{{ i }}
+{%- endfor %}
+
+; mw111-mw126
+{% for i in range(111, 126) %}
+mw{{ i }}       1H      IN A            10.0.11.{{ i }}
 {%- endfor %}
 
 srv193         1H      IN A            10.0.2.193
@@ -1043,7 +1048,6 @@
 mw107          1H      IN A            10.1.9.158
 mw108          1H      IN A            10.1.9.159
 mw109          1H      IN A            10.1.9.160
-mw110          1H      IN A            10.1.9.161
 mw111          1H      IN A            10.1.9.162
 mw112          1H      IN A            10.1.9.163
 mw113          1H      IN A            10.1.9.164

-- 
To view, visit https://gerrit.wikimedia.org/r/92003
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ieb0c4fff122301d6624dd68fc432a09ebd2a648d
Gerrit-PatchSet: 1
Gerrit-Project: operations/dns
Gerrit-Branch: master
Gerrit-Owner: Cmjohnson <[email protected]>
Gerrit-Reviewer: Cmjohnson <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to