Giuseppe Lavagetto has submitted this change and it was merged. Change subject: Add "fake" codfw entries for ocg to hotfix an issue ......................................................................
Add "fake" codfw entries for ocg to hotfix an issue Since ocg signals to mediawiki which server hosts the pdf it should download via a string like "ocg1001:8000", this was failing on the codfw appservers as they only have codfw as a search domain. This hack seemed like a safer hotfix than adding a new search domain on all appservers. Bug: T133136 Change-Id: I1aa7281a08ef4316e01e0fd1585cf7e787645573 --- M templates/wmnet 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: Giuseppe Lavagetto: Looks good to me, approved jenkins-bot: Verified Dzahn: Looks good to me, but someone else must approve diff --git a/templates/wmnet b/templates/wmnet index 82a78d9..0a40994 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -2128,6 +2128,11 @@ _etcd._tcp 5M IN SRV 0 1 2379 conf1001.eqiad.wmnet. _etcd._tcp 5M IN SRV 0 1 2379 conf1002.eqiad.wmnet. _etcd._tcp 5M IN SRV 0 1 2379 conf1003.eqiad.wmnet. +; hack to make ocg work when switching over to codfw - these are the eqiad servers +ocg1001 1H IN A 10.64.32.151 +ocg1002 1H IN A 10.64.48.42 +ocg1003 1H IN A 10.64.48.43 + ; Servers - listed alphabetically -- To view, visit https://gerrit.wikimedia.org/r/284392 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1aa7281a08ef4316e01e0fd1585cf7e787645573 Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
