Yuvipanda has uploaded a new change for review.

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

Change subject: dynamicproxy: Add explicit DNS resolver to tools proxy role
......................................................................

dynamicproxy: Add explicit DNS resolver to tools proxy role

Change-Id: I8ff6b532fe92a2ccca20e57e88f2a26b8f0659d2
---
M modules/toollabs/manifests/proxy.pp
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/88/123088/1

diff --git a/modules/toollabs/manifests/proxy.pp 
b/modules/toollabs/manifests/proxy.pp
index bf26821..26c2872 100644
--- a/modules/toollabs/manifests/proxy.pp
+++ b/modules/toollabs/manifests/proxy.pp
@@ -3,6 +3,7 @@
     include toollabs::infrastructure
 
     class { '::dynamicproxy':
-        luahandler       => 'urlproxy.lua'
+        luahandler => 'urlproxy.lua',
+        resolver   => '10.68.16.1' # eqiad DNS resolver
     }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8ff6b532fe92a2ccca20e57e88f2a26b8f0659d2
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>

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

Reply via email to