jenkins-bot has submitted this change and it was merged.

Change subject: beta: migrate udp2log to -bastion
......................................................................


beta: migrate udp2log to -bastion

-dbdump instance has been phased out, this patch change the udp2log
receiving IP address in beta so it points to deployment-bastion.

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

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



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 656e166..4779bff 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -140,8 +140,8 @@
        $wmfUdp2logDest = '10.64.0.21:8420';
        break;
 case 'labs':
-       # deployment-dbdump host the udp2log daemon
-       $wmfUdp2logDest = '10.4.0.56:8420';
+       # deployment-bastion hosts the udp2log daemon
+       $wmfUdp2logDest = '10.4.0.58:8420';
        break;
 default:
        $wmfUdp2logDest = '127.0.0.1:8420';

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie8286ea2577941ee71160f9dcf56b23a1d4f3ab6
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to