Legoktm has uploaded a new change for review.
https://gerrit.wikimedia.org/r/197386
Change subject: Add logmsgbot instance for #wikimedia-releng that listens to
gallium
......................................................................
Add logmsgbot instance for #wikimedia-releng that listens to gallium
So we can automatically !log zuul deployments.
Change-Id: Id12ada63f0b24b336b61a81c3eee441be6007f39
---
M manifests/role/tcpircbot.pp
1 file changed, 11 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/86/197386/1
diff --git a/manifests/role/tcpircbot.pp b/manifests/role/tcpircbot.pp
index 611fe8d..1cf0ba1 100644
--- a/manifests/role/tcpircbot.pp
+++ b/manifests/role/tcpircbot.pp
@@ -22,8 +22,17 @@
],
}
+ tcpircbot::instance { 'relogmsgbot':
+ channels => '#wikimedia-releng',
+ password => $passwords::logmsgbot::logmsgbot_password,
+ cidr => [
+ '::ffff:208.80.154.135', # gallium
+ ],
+ }
+
+
ferm::rule { 'tcpircbot_allowed':
- # 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; }',
+ # Vanadium, tin(v4), localhost, tin (v6), gallium
+ 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 208.80.154.135) ACCEPT; }',
}
}
--
To view, visit https://gerrit.wikimedia.org/r/197386
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id12ada63f0b24b336b61a81c3eee441be6007f39
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Legoktm <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits