Faidon Liambotis has submitted this change and it was merged.

Change subject: realm: remove pmtpa, add codfw
......................................................................


realm: remove pmtpa, add codfw

208.80.152.0/24 is codfw now and pmtpa's private address space is gone.

Change-Id: If6c4dbb88704cd4aa336027bf2fee0daf4b55e3e
---
M manifests/realm.pp
1 file changed, 2 insertions(+), 3 deletions(-)

Approvals:
  Faidon Liambotis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/realm.pp b/manifests/realm.pp
index 01bbc47..add52af 100644
--- a/manifests/realm.pp
+++ b/manifests/realm.pp
@@ -24,10 +24,9 @@
 }
 
 $site = $main_ipaddress ? {
-    /^208\.80\.152\./                         => 'pmtpa',
+    /^208\.80\.152\./                         => 'codfw',
     /^208\.80\.153\./                         => 'codfw',
     /^208\.80\.15[45]\./                      => 'eqiad',
-    /^10\.[0-4]\./                            => 'pmtpa',
     /^10\.6[48]\./                            => 'eqiad',
     /^10\.192\./                              => 'codfw',
     /^91\.198\.174\./                         => 'esams',
@@ -55,7 +54,7 @@
     'codfw' => [ '208.80.153.254', '208.80.154.239' ], # codfw -> codfw, eqiad
     'ulsfo' => [ '208.80.154.239', '208.80.153.254' ], # ulsfo -> eqiad, codfw
     'esams' => [ '91.198.174.6',   '208.80.154.239' ], # esams -> esams 
(nescio, not LVS), eqiad
-    default => [ '208.80.154.239', '208.80.153.254' ], # pmtpa? -> eqiad, codfw
+    default => [ '208.80.154.239', '208.80.153.254' ], #       -> eqiad, codfw
 }
 $domain_search = $domain
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If6c4dbb88704cd4aa336027bf2fee0daf4b55e3e
Gerrit-PatchSet: 5
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: BBlack <bbl...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Faidon Liambotis <fai...@wikimedia.org>
Gerrit-Reviewer: John F. Lewis <johnflewi...@gmail.com>
Gerrit-Reviewer: Matanya <mata...@foss.co.il>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to