Gehel has uploaded a new change for review.

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

Change subject: Enabling HTTPS access to elasticsearch via LVS
......................................................................

Enabling HTTPS access to elasticsearch via LVS

WiP - do not merge

Note: I have mostly no idea of what I'm doing here, so this is most probably
completely broken. Help appreciated...

Bug: T124444
Change-Id: I3ef38575187fb5f22619aaaf008a9247350a8e84
---
M hieradata/common/lvs/configuration.yaml
1 file changed, 27 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/56/277956/1

diff --git a/hieradata/common/lvs/configuration.yaml 
b/hieradata/common/lvs/configuration.yaml
index 3522c72..51360e5 100644
--- a/hieradata/common/lvs/configuration.yaml
+++ b/hieradata/common/lvs/configuration.yaml
@@ -534,6 +534,33 @@
           hostname: search.svc.eqiad.wmnet
         codfw:
           hostname: search.svc.codfw.wmnet
+  search-https:
+    description: Elasticsearch search for MediaWiki - HTTPS
+    class: low-traffic
+    sites:
+    - eqiad
+    - codfw
+    ip: *ip_block013
+    port: 9243
+    bgp: 'yes'
+    depool-threshold: '.5'
+    monitors:
+      ProxyFetch:
+        url:
+        - https://localhost/
+      IdleConnection:
+        timeout-clean-reconnect: 3
+        max-delay: 300
+    conftool:
+      cluster: elasticsearch
+      service: elasticsearch
+    icinga:
+      check_command: check_http_on_port!9243
+      sites:
+        eqiad:
+          hostname: search.svc.eqiad.wmnet
+        codfw:
+          hostname: search.svc.codfw.wmnet
   stream:
     description: Websocket/streaming services
     class: high-traffic2

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

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

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

Reply via email to