Faidon Liambotis has uploaded a new change for review.

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

Change subject: Hardcode geolocation for Level3's DNS clusters
......................................................................

Hardcode geolocation for Level3's DNS clusters

We're not really in the hardcoding subnet geolocation business but
Level3 is huge and their recursor cluster probably have a significant
impact. At the same time, they geolocate very poorly right now, which
results in west coast users ending up in eqiad.

Change-Id: I4decc4ac87bca679587582df1e0b0d81c1ae96ef
---
M config-geo
1 file changed, 18 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/dns 
refs/changes/94/185994/1

diff --git a/config-geo b/config-geo
index 7211c3e..25b4b91 100644
--- a/config-geo
+++ b/config-geo
@@ -192,16 +192,32 @@
                 default => eqiad,
             },
             nets = {
-                208.80.152.0/22   => [eqiad       ], # pmtpa, eqiad
+                # Wikimedia address space
+                208.80.152.0/22   => [eqiad       ], # codfw, eqiad
                 91.198.174.0/24   => [esams, eqiad], # ESAMS-EQIAD # esams
                 185.15.56.0/22    => [esams, eqiad], # ESAMS-EQIAD # esams
                 198.35.26.0/23    => [eqiad       ], # ulsfo
-                2620:0:860::/48   => [eqiad       ], # pmtpa
+                2620:0:860::/48   => [eqiad       ], # codfw
                 2620:0:861::/48   => [eqiad       ], # eqiad
                 2620:0:862::/48   => [esams, eqiad], # ESAMS-EQIAD # esams
                 2620:0:863::/48   => [eqiad       ], # ulsfo
                 198.73.209.0/24   => [ulsfo, eqiad], # WMF OIT
                 2620:62:c000::/48 => [ulsfo, eqiad], # WMF OIT
+                # Level3's DNS clusters
+                192.221.132.0/22  => [eqiad, ulsfo], # Atlanta
+                192.221.136.0/22  => [eqiad, ulsfo], # Chicago
+                192.221.140.0/22  => [eqiad, ulsfo], # Dallas
+                192.221.148.0/22  => [ulsfo, eqiad], # Los Angeles
+                192.221.156.0/22  => [eqiad, ulsfo], # New York
+                192.221.160.1/22  => [ulsfo, eqiad], # San Jose
+                192.221.164.1/22  => [ulsfo, eqiad], # Washington
+                8.0.4.0/22        => [eqiad       ], # Atlanta
+                8.0.8.0/22        => [eqiad       ], # Chicago
+                8.0.10.0/22       => [eqiad       ], # Dallas
+                8.0.20.0/22       => [ulsfo, eqiad], # Los Angeles
+                8.0.28.0/22       => [eqiad       ], # New York
+                8.0.32.0/22       => [ulsfo, eqiad], # Los Angeles
+                8.0.36.0/22       => [eqiad       ], # Washington
             },
         },
         only-primary-map => {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4decc4ac87bca679587582df1e0b0d81c1ae96ef
Gerrit-PatchSet: 1
Gerrit-Project: operations/dns
Gerrit-Branch: master
Gerrit-Owner: Faidon Liambotis <[email protected]>

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

Reply via email to