Jgreen has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/379782 )
Change subject: switch fundraising test box hostname from frav1001 to frdb1003, adjust IP for new subnet ...................................................................... switch fundraising test box hostname from frav1001 to frdb1003, adjust IP for new subnet Bug: T176492 Change-Id: I49bc35d462f6dc889b690303fc0c840dd7039eb5 --- M templates/10.in-addr.arpa M templates/wmnet 2 files changed, 7 insertions(+), 4 deletions(-) Approvals: jenkins-bot: Verified Jgreen: Looks good to me, approved diff --git a/templates/10.in-addr.arpa b/templates/10.in-addr.arpa index 042983c..0f33264 100644 --- a/templates/10.in-addr.arpa +++ b/templates/10.in-addr.arpa @@ -1018,7 +1018,7 @@ 68 1H IN PTR frauth1001.frack.eqiad.wmnet. 69 1H IN PTR bismuth.frack.eqiad.wmnet. 70 1H IN PTR frpm1001.frack.eqiad.wmnet. -71 1H IN PTR frav1001.frack.eqiad.wmnet. +;71 1H IN PTR frav1001.frack.eqiad.wmnet. 72 1H IN PTR frlog1001.frack.eqiad.wmnet. ; 10.64.40.96/27 - frack-fundraising1-c-eqiad @@ -1032,6 +1032,7 @@ 115 1H IN PTR frqueue1001.frack.eqiad.wmnet. 116 1H IN PTR frqueue1002.frack.eqiad.wmnet. 117 1H IN PTR frdev1001.frack.eqiad.wmnet. +118 1H IN PTR frdb1003.frack.eqiad.wmnet. ; 10.64.40.128/27 - frack-dmz1-c-eqiad 130 1H IN PTR samarium.frack.eqiad.wmnet. @@ -2450,7 +2451,7 @@ 5 1H IN PTR wmf3086.mgmt.eqiad.wmnet. 6 1H IN PTR wmf3085.mgmt.eqiad.wmnet. 7 1H IN PTR wmf3084.mgmt.eqiad.wmnet. -8 1H IN PTR frav1001.mgmt.eqiad.wmnet. +8 1H IN PTR frdb1003.mgmt.eqiad.wmnet. 8 1H IN PTR wmf3083.mgmt.eqiad.wmnet. 9 1H IN PTR db1009.mgmt.eqiad.wmnet. 9 1H IN PTR wmf3082.mgmt.eqiad.wmnet. diff --git a/templates/wmnet b/templates/wmnet index d0f4c93..88f7500 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -1345,7 +1345,8 @@ wmf3084 1H IN A 10.65.6.7 frlog1001 1H IN A 10.65.6.10 wmf7043 1H IN A 10.65.6.10 -frav1001 1H IN A 10.65.6.8 +;frav1001 1H IN A 10.65.6.8 +frdb1003 1H IN A 10.65.6.8 wmf3083 1H IN A 10.65.6.8 db1009 1H IN A 10.65.6.9 wmf3082 1H IN A 10.65.6.9 @@ -2529,10 +2530,11 @@ americium 1H IN A 10.64.40.113 civi1001 1H IN A 10.64.40.109 bismuth 1H IN A 10.64.40.69 -frav1001 1H IN A 10.64.40.71 +;frav1001 1H IN A 10.64.40.71 frauth1001 1H IN A 10.64.40.68 frdb1001 1H IN A 10.64.40.114 frdb1002 1H IN A 10.64.40.99 +frdb1003 1H IN A 10.64.40.118 frdev1001 1H IN A 10.64.40.117 frlog1001 1H IN A 10.64.40.72 frpm1001 1H IN A 10.64.40.70 -- To view, visit https://gerrit.wikimedia.org/r/379782 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I49bc35d462f6dc889b690303fc0c840dd7039eb5 Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Jgreen <[email protected]> Gerrit-Reviewer: Jgreen <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
