Rush has submitted this change and it was merged.

Change subject: toollabs: use resolver array for redundancy
......................................................................


toollabs: use resolver array for redundancy

This has been a single point of failure and explains why
the tools homepage has been flapping whenever the holmium
resolver was restarted.  Recently discovered during DNS
migration.

Change-Id: If0d3fd8ef896ebb8e0f9f9fb2997067abe65ce0f
---
M modules/dynamicproxy/templates/urlproxy.conf
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Andrew Bogott: Looks good to me, but someone else must approve
  Rush: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/dynamicproxy/templates/urlproxy.conf 
b/modules/dynamicproxy/templates/urlproxy.conf
index 41ea458..baa0716 100644
--- a/modules/dynamicproxy/templates/urlproxy.conf
+++ b/modules/dynamicproxy/templates/urlproxy.conf
@@ -40,7 +40,8 @@
 log_format schemelog '$scheme $request $status';
 
 server {
-    resolver 208.80.154.20;
+
+    resolver <%= @resolver %>;
 
     <%- if @ssl_certificate_name != false -%>
     # Serve both HTTP and HTTPS

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If0d3fd8ef896ebb8e0f9f9fb2997067abe65ce0f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to