Alexandros Kosiaris has uploaded a new change for review.

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

Change subject: lvs: remove port from ProxyFetch URL definitions
......................................................................

lvs: remove port from ProxyFetch URL definitions

ProxyFetch does not honour the port part in the URL configuration and
for good reason. It is already defined elsewhere in the stanza. Remove
the port parameter from the 2 occurences of where it is present to be
more consistent and avoid future confusion

Change-Id: I4908d1051257abf64e8e679389bd839a3e94649c
---
M hieradata/common/lvs/configuration.yaml
1 file changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/hieradata/common/lvs/configuration.yaml 
b/hieradata/common/lvs/configuration.yaml
index 4d57297..0b0060b 100644
--- a/hieradata/common/lvs/configuration.yaml
+++ b/hieradata/common/lvs/configuration.yaml
@@ -483,7 +483,7 @@
     monitors:
       ProxyFetch:
         url:
-        - http://localhost:8000/
+        - http://localhost/
       IdleConnection:
         timeout-clean-reconnect: 3
         max-delay: 300
@@ -511,7 +511,7 @@
     monitors:
       ProxyFetch:
         url:
-        - http://localhost:9200/
+        - http://localhost/
       IdleConnection:
         timeout-clean-reconnect: 3
         max-delay: 300

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

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

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

Reply via email to