Dzahn has submitted this change and it was merged. Change subject: Add DNS entries for prometheus200[1-2] Bug:T151338 ......................................................................
Add DNS entries for prometheus200[1-2] Bug:T151338 Change-Id: Ic39e91f8c604e407da31b97361099692857e4699 --- M templates/10.in-addr.arpa M templates/wmnet 2 files changed, 9 insertions(+), 0 deletions(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/templates/10.in-addr.arpa b/templates/10.in-addr.arpa index 1b05daf..741b1d4 100644 --- a/templates/10.in-addr.arpa +++ b/templates/10.in-addr.arpa @@ -3421,6 +3421,10 @@ 154 1H IN PTR wmf6471.mgmt.codfw.wmnet. 155 1H IN PTR restbase2012.mgmt.codfw.wmnet. 155 1H IN PTR wmf6472.mgmt.codfw.wmnet. +156 1H IN PTR prometheus2001.mgmt.codfw.wmnet. +156 1H IN PTR wmf6473.mgmt.codfw.wmnet. +157 1H IN PTR prometheus2002.mgmt.codfw.wmnet. +157 1H IN PTR wmf6474.mgmt.codfw.wmnet. 175 1H IN PTR mw2075.mgmt.codfw.wmnet. 176 1H IN PTR mw2076.mgmt.codfw.wmnet. diff --git a/templates/wmnet b/templates/wmnet index 889da7f..8d0f2f7 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -3290,6 +3290,8 @@ pc2006 1H IN A 10.193.2.233 phab2001 1H IN A 10.193.2.252 procyon 1H IN A 10.193.2.117 +prometheus2001 1H IN A 10.193.1.156 +prometheus2002 1H IN A 10.193.1.157 puppetmaster2001 1H IN A 10.193.1.147 puppetmaster2002 1H IN A 10.193.1.148 rdb2001 1H IN A 10.193.2.159 @@ -3779,6 +3781,9 @@ wmf6470 1H IN A 10.193.1.153 wmf6471 1H IN A 10.193.1.154 wmf6472 1H IN A 10.193.1.155 +wmf6473 1H IN A 10.193.1.156 +wmf6474 1H IN A 10.193.1.157 + ; ; ESAMS -- To view, visit https://gerrit.wikimedia.org/r/322938 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic39e91f8c604e407da31b97361099692857e4699 Gerrit-PatchSet: 2 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Papaul <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: RobH <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
