Mark Bergsma has submitted this change and it was merged.

Change subject: Remove LVS service 'text' (Squid)
......................................................................


Remove LVS service 'text' (Squid)

Change-Id: I8d9fc564c5e8a44a763f233e2220c432ae260e8c
---
M manifests/lvs.pp
1 file changed, 1 insertion(+), 21 deletions(-)

Approvals:
  Mark Bergsma: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/lvs.pp b/manifests/lvs.pp
index f86e4ad..cbc8420 100644
--- a/manifests/lvs.pp
+++ b/manifests/lvs.pp
@@ -112,12 +112,6 @@
        # NOTE! This hash is referenced in many other manifests
        $lvs_service_ips = {
                'production' => {
-                       'text' => {
-                               'pmtpa' => {},
-                               'eqiad' => {},
-                               'esams' => {},
-                               'ulsfo' => {},
-                       },
                        'text-varnish' => {
                                'pmtpa' => {},
                                'eqiad' => {
@@ -370,24 +364,10 @@
        $service_ips = $lvs_service_ips[$::realm]
 
        $lvs_services = {
-               "text" => {
-                       'description' => "Main wiki platform LVS service, 
text.${::site}.wikimedia.org",
-                       'class' => "high-traffic1",
-                       'sites' => [ "pmtpa", "eqiad", "esams" ],
-                       'ip' => $service_ips['text'][$::site],
-                       'bgp' => "yes",
-                       'depool-threshold' => ".5",
-                       'monitors' => {
-                               'ProxyFetch' => {
-                                       'url' => [ 
'http://en.wikipedia.org/wiki/Main_Page' ],
-                               },
-                               'IdleConnection' => 
$idleconnection_monitor_options
-                       },
-               },
                'text-varnish' => {
                        'description' => "Main wiki platform LVS service, 
text.${::site}.wikimedia.org (Varnish)",
                        'class' => 'high-traffic1',
-                       'sites' => [ 'pmtpa', 'eqiad', 'esams', 'ulsfo' ],
+                       'sites' => [ 'eqiad', 'esams', 'ulsfo' ],
                        'ip' => $service_ips['text-varnish'][$::site],
                        'bgp' => 'yes',
                        'depool-threshold' => '.5',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8d9fc564c5e8a44a763f233e2220c432ae260e8c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <[email protected]>
Gerrit-Reviewer: Mark Bergsma <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to