Mark Bergsma has submitted this change and it was merged.

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


"Add HTTPS service for misc_web""

This resubmits commit eb8c76ec2b3beb02b606a1287326bfd306002e36.

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

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



diff --git a/manifests/lvs.pp b/manifests/lvs.pp
index 9f51fc9..8014ed9 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/79065
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib40a4f1d7189de0dc964b9a98fed59ae4a706f12
Gerrit-PatchSet: 2
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