Alexandros Kosiaris has submitted this change and it was merged.
Change subject: tcpircbot: add tin's IPv6 in ferm rules
......................................................................
tcpircbot: add tin's IPv6 in ferm rules
This was missing and tin was falling back to v4
Change-Id: Ia0f1a4ab6386000d8d9b333a24077ce8d5b4a3ba
---
M manifests/role/tcpircbot.pp
1 file changed, 3 insertions(+), 1 deletion(-)
Approvals:
Alexandros Kosiaris: Looks good to me, approved
jenkins-bot: Verified
diff --git a/manifests/role/tcpircbot.pp b/manifests/role/tcpircbot.pp
index 3511370..6d4bdcd 100644
--- a/manifests/role/tcpircbot.pp
+++ b/manifests/role/tcpircbot.pp
@@ -19,10 +19,12 @@
'::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':
- rule => 'proto tcp dport 9200 { saddr (10.64.21.123 10.64.0.196
208.80.152.165 127.0.0.1) ACCEPT; }',
+ # 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; }',
}
}
--
To view, visit https://gerrit.wikimedia.org/r/159081
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia0f1a4ab6386000d8d9b333a24077ce8d5b4a3ba
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits