Dzahn has submitted this change and it was merged.

Change subject: allow mira to connect to tcpircbot on neon
......................................................................


allow mira to connect to tcpircbot on neon

When deploying, the deployment server connects to tcpircbot on neon
to announce the sync.

This was allowed for tin and we want it to work for mira in codfw.

Add v4 AND v6 address.

Bug:T95436
Change-Id: I8df023c1a789c9a9f521211fa856759246c978a8
---
M manifests/role/tcpircbot.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  BryanDavis: Looks good to me, but someone else must approve
  Alex Monk: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/manifests/role/tcpircbot.pp b/manifests/role/tcpircbot.pp
index a120ee7..ea46486 100644
--- a/manifests/role/tcpircbot.pp
+++ b/manifests/role/tcpircbot.pp
@@ -23,7 +23,7 @@
     }
 
     ferm::rule { 'tcpircbot_allowed':
-        # eventlog1001, tin(v4), localhost, tin (v6)
-        rule => 'proto tcp dport 9200 { saddr (10.64.32.167/32 10.64.0.196/32 
127.0.0.1 2620:0:861:101:10:64:0:196/128) ACCEPT; }',
+        # eventlog1001, tin (v4), mira (v4), localhost, tin (v6), mira (v6)
+        rule => 'proto tcp dport 9200 { saddr (10.64.32.167/32 10.64.0.196/32 
10.192.16.132/32 127.0.0.1 2620:0:861:101:10:64:0:196/128 
2620:0:860:102:10:192:16:132/128) ACCEPT; }',
     }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8df023c1a789c9a9f521211fa856759246c978a8
Gerrit-PatchSet: 5
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Alex Monk <kren...@gmail.com>
Gerrit-Reviewer: BryanDavis <bda...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to