Rush has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/280469

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/69/280469/1

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: newchange
Gerrit-Change-Id: If0d3fd8ef896ebb8e0f9f9fb2997067abe65ce0f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <[email protected]>

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

Reply via email to