From 0794e50ad0aa5b94276447f4afe8fc8bf88cf78f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 7 Aug 2020 16:51:45 -0700 Subject: [PATCH] mediawiki: adjust proxy/cache servers This still had all the phx2 local servers, adjust them to the new iad2 ips and see if that helps the wiki stop thowing so many 503's. Signed-off-by: Kevin Fenzi --- .../mediawiki/templates/LocalSettings.php.fp.j2 | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/roles/mediawiki/templates/LocalSettings.php.fp.j2 b/roles/mediawiki/templates/LocalSettings.php.fp.j2 index a33707a862..795eeeb284 100644 --- a/roles/mediawiki/templates/LocalSettings.php.fp.j2 +++ b/roles/mediawiki/templates/LocalSettings.php.fp.j2 @@ -332,11 +332,12 @@ $wgSquidServersNoPurge = array( "::1", {% if env == "staging" %} # proxy01.stg - "10.5.128.177", + "38.145.60.32", + # proxy10.stg + "38.145.60.34", {% else %} # proxy01 - "10.5.126.52", - "192.168.1.11", + "10.3.163.74", # proxy02 "85.236.55.6", @@ -367,7 +368,7 @@ $wgSquidServersNoPurge = array( "192.168.1.15", # proxy10 - "10.5.126.51", + "10.3.163.75", "192.168.1.17", # proxy11 @@ -408,10 +409,12 @@ $wgSquidServersNoPurge = array( $wgSquidServers = array( {% if env == "staging" %} # proxy01.stg - "10.5.128.177:6081", + "10.3.166.74:6081", + # proxy10.stg + "10.3.166.74:6081", {% else %} # proxy01 - "10.5.126.52:6081", + "10.3.163.74:6081", # proxy02 "192.168.1.12:6081", # proxy03 @@ -423,7 +426,7 @@ $wgSquidServers = array( # proxy06 "192.168.1.63:6081", # proxy10 - "10.5.126.51:6081", + "10.3.163.75:6081", # proxy11 "192.168.1.37:6081", # proxy12