Yuvipanda has uploaded a new change for review.

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

Change subject: tools: Switch portgranter range again
......................................................................

tools: Switch portgranter range again

Is currently handing out duplicate port numbers

Change-Id: Ib47d145d8c8d8c304eb03e979f71096ed8af865e
---
M modules/toollabs/files/portgranter
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/46/203946/1

diff --git a/modules/toollabs/files/portgranter 
b/modules/toollabs/files/portgranter
index 1bef7e6..b0e892a 100755
--- a/modules/toollabs/files/portgranter
+++ b/modules/toollabs/files/portgranter
@@ -65,7 +65,7 @@
 $SIG{CHLD} = \&REAPER;
 
 
-for(my $i=14000; $i<15000; $i++) {
+for(my $i=12000; $i<13000; $i++) {
     push @ports, $i;
 }
 

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

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

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

Reply via email to