Ori.livneh has uploaded a new change for review.

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

Change subject: $wmfUdp2logDest: replace IPs with hostnames
......................................................................

$wmfUdp2logDest: replace IPs with hostnames

Change-Id: I93aa4dfa0981b92f553bcbdc2009969f97b904f4
---
M wmf-config/CommonSettings.php
1 file changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/47/251647/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 5587324..4e9ccac 100755
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -85,12 +85,10 @@
 # Must be set before InitialiseSettings.php:
 switch( $wmfRealm ) {
 case 'production':
-       # fluorine (nfs1 while fluorine is down)
-       $wmfUdp2logDest = '10.64.0.21:8420';
+       $wmfUdp2logDest = 'fluorine.eqiad.wmnet';
        break;
 case 'labs':
-       # deployment-fluorine.eqiad.wmflabs
-       $wmfUdp2logDest = '10.68.16.198:8420';
+       $wmfUdp2logDest = 'deployment-fluorine.eqiad.wmflabs';
        break;
 default:
        $wmfUdp2logDest = '127.0.0.1:8420';

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I93aa4dfa0981b92f553bcbdc2009969f97b904f4
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to