BBlack has uploaded a new change for review.

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

Change subject: mobile-lb: use text caches as LVS backends
......................................................................

mobile-lb: use text caches as LVS backends

Note this switches the conftool config, but we're still using the
files on config-master, which will need manual switching to
accomplish what's in this change, and we may actually want to
switch the caches in gradually to avoid a sudden full cache miss
on all mobile requests while filling up text caches' mobile
content slots.

This gets mobile traffic using the text cache cluster, but from an
external POV it's still a separate mobile IP.  Switching mobile-lb
to use the text IP addresses is a separate later step that needs
discussion with the Zero team first.  The upside of that later
change over the state this commit leaves things in is SPDY/H2
coalesce of mobile-vs-desktop requests (for redirects between the
two, hits to login.wm.o from mobile clients, etc...).

Bug: T109286
Change-Id: Ia9fd829434903c5809c2c0b4d7929762b1bdd8dc
---
M hieradata/common/lvs/configuration.yaml
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/59/258459/1

diff --git a/hieradata/common/lvs/configuration.yaml 
b/hieradata/common/lvs/configuration.yaml
index b7c4a4a..f97abf8 100644
--- a/hieradata/common/lvs/configuration.yaml
+++ b/hieradata/common/lvs/configuration.yaml
@@ -270,7 +270,7 @@
         timeout-clean-reconnect: 3
         max-delay: 300
     conftool:
-      cluster: cache_mobile
+      cluster: cache_text
       service: varnish-fe
     icinga:
       uri: en.m.wikipedia.org!/wiki/Special:BlankPage
@@ -304,7 +304,7 @@
         timeout-clean-reconnect: 3
         max-delay: 300
     conftool:
-      cluster: cache_mobile
+      cluster: cache_text
       service: nginx
   dns_rec_udp:
     description: Recursive DNS - UDP

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia9fd829434903c5809c2c0b4d7929762b1bdd8dc
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <bbl...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to