Lcarr has submitted this change and it was merged.

Change subject: Fix port for Parsoid health check
......................................................................


Fix port for Parsoid health check

For some reason it's working without this, maybe due to the port
directive?

Change-Id: I5490d28b1846dda2d76f4baaea222821e39aa996
---
M manifests/lvs.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/manifests/lvs.pp b/manifests/lvs.pp
index c43d2a2..8172e9c 100644
--- a/manifests/lvs.pp
+++ b/manifests/lvs.pp
@@ -771,7 +771,7 @@
                        'depool-threshold' => ".5",
                        'monitors' => {
                                'ProxyFetch' => {
-                                       'url' => [ 'http://localhost:6081' ],
+                                       'url' => [ 'http://localhost' ],
                                },
                                'IdleConnection' => 
$idleconnection_monitor_options,
                        },

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5490d28b1846dda2d76f4baaea222821e39aa996
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Lcarr <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to