Dzahn has submitted this change and it was merged.

Change subject: tcpircbot - remove fenari references
......................................................................


tcpircbot - remove fenari references

Change-Id: I6860d079c643f401c2b580fdccf9793274ec80f0
RT: 6145
---
M manifests/role/tcpircbot.pp
1 file changed, 2 insertions(+), 3 deletions(-)

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



diff --git a/manifests/role/tcpircbot.pp b/manifests/role/tcpircbot.pp
index 6d4bdcd..611fe8d 100644
--- a/manifests/role/tcpircbot.pp
+++ b/manifests/role/tcpircbot.pp
@@ -17,14 +17,13 @@
         cidr     => [
             '::ffff:10.64.21.123/128',    # vanadium
             '::ffff:10.64.0.196/128',     # tin
-            '::ffff:208.80.152.165/128',  # fenari
             '::ffff:127.0.0.1/128',       # loopback
             '2620:0:861:101:10:64:0:196/128', # tin
         ],
     }
 
     ferm::rule { 'tcpircbot_allowed':
-        # Vanadium, tin(v4), fenari, localhost, tin (v6)
-        rule => 'proto tcp dport 9200 { saddr (10.64.21.123/32 10.64.0.196/32 
208.80.152.165/32 127.0.0.1 2620:0:861:101:10:64:0:196/128) ACCEPT; }',
+        # Vanadium, tin(v4), localhost, tin (v6)
+        rule => 'proto tcp dport 9200 { saddr (10.64.21.123/32 10.64.0.196/32 
127.0.0.1 2620:0:861:101:10:64:0:196/128) ACCEPT; }',
     }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6860d079c643f401c2b580fdccf9793274ec80f0
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to