Mark Bergsma has uploaded a new change for review.

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


Change subject: Remove the payments LVS service in eqiad
......................................................................

Remove the payments LVS service in eqiad

It's been unconfigured in eqiad, as there it's handled by frack.
In pmtpa it will continue to exist while pmtpa itself does.

Change-Id: I78f8d7ab245662f1b5cf51f5248c7478f007529f
---
M manifests/lvs.pp
1 file changed, 8 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/90/92890/1

diff --git a/manifests/lvs.pp b/manifests/lvs.pp
index 96edeb6..b980b5d 100644
--- a/manifests/lvs.pp
+++ b/manifests/lvs.pp
@@ -336,7 +336,6 @@
                        },
                        'payments' => {
                                'pmtpa' => "208.80.152.213",
-                               'eqiad' => "208.80.154.237",
                        },
                        'apaches' => {
                                'pmtpa' => "10.2.1.1",
@@ -615,7 +614,7 @@
                "payments" => {
                        'description' => "Payments cluster, HTTPS 
payments.wikimedia.org",
                        'class' => "high-traffic2",
-                       'sites' => [ "pmtpa", "eqiad" ],
+                       'sites' => [ "pmtpa" ],
                        'ip' => $service_ips['payments'][$::site],
                        'port' => 443,
                        'scheduler' => 'sh',
@@ -1229,8 +1228,13 @@
                        uri => "en.wikivoyage.org!/wiki/Main_Page";
        }
 
-       # todo: we should probably monitor both eqiad/pmtpa
-       monitor_service_lvs_custom { "payments.wikimedia.org": ip_address => 
"208.80.155.5", port => 443, check_command => 
"check_https_url!payments.wikimedia.org!/index.php/Special:SystemStatus", 
retries => 20 }
+       # FIXME: remove after pmtpa decommissioning
+       monitor_service_lvs_custom { "payments.wikimedia.org":
+               ip_address => "208.80.155.5",
+               port => 443,
+               check_command => 
"check_https_url!payments.wikimedia.org!/index.php/Special:SystemStatus",
+               retries => 20
+       }
 
        # EQIAD
        monitor_service_lvs_http_https {

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

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

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

Reply via email to