Mark Bergsma has uploaded a new change for review.

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


Change subject: Add HTTPS service for misc_web
......................................................................

Add HTTPS service for misc_web

Change-Id: I359af37901137ecfd9aa6db72e2fff66752b4cf8
---
M manifests/lvs.pp
1 file changed, 14 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/52/79052/1

diff --git a/manifests/lvs.pp b/manifests/lvs.pp
index 5c8a9e3..badaf90 100644
--- a/manifests/lvs.pp
+++ b/manifests/lvs.pp
@@ -602,6 +602,20 @@
                                'IdleConnection' => 
$idleconnection_monitor_options
                        },
                },
+               'misc_web_https' => {
+                       'description' => 'Miscellaneous web sites Varnish 
cluster (HTTPS)',
+                       'class' => 'high-traffic2',
+                       'sites' => [ 'pmtpa', 'eqiad' ],
+                       'ip' => $service_ips['misc_web'][$::site],
+                       'port' => 443,
+                       'scheduler' => 'sh',
+                       # These IPs are announced by the corresponding HTTP 
services
+                       'bgp' => 'no',
+                       'depool-threshold' => '.5',
+                       'monitors' => {
+                               'IdleConnection' => 
$idleconnection_monitor_options
+                       },
+               },
                "apaches" => {
                        'description' => "Main MediaWiki application server 
cluster, appservers.svc.pmtpa.wmnet",
                        'class' => "low-traffic",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I359af37901137ecfd9aa6db72e2fff66752b4cf8
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