Alexandros Kosiaris has submitted this change and it was merged.

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(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I4908d1051257abf64e8e679389bd839a3e94649c
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to