Add #openstack-infra to eavesdrop
There have been general requests for more logging of more things. I think we might have a longer discussion there. But recently there have been specific requests about -infra. I think that since discussions around the gate and rather wide-spread project concerns wind up happening in infra, we should definitely start logging it, and then we can talk about whether other team channels should be logged or not. Made this use an array of channels rather than a string for sanity. Change-Id: I3f3e82aa86155d1ac3010ca3c3ade006b7a26793
This commit is contained in:
parent
a0a7b7d800
commit
44202fb688
@ -63,7 +63,7 @@ supybot.networks.<%= network %>.servers: <%= server %>
|
||||
#
|
||||
# Default value:
|
||||
###
|
||||
supybot.networks.<%= network %>.channels: <%= channels %>
|
||||
supybot.networks.<%= network %>.channels: <% channels.each do |channel| %> <%= channel %> <% end %>
|
||||
|
||||
###
|
||||
# Determines what key (if any) will be used to join the channel.
|
||||
|
@ -22,7 +22,13 @@ class openstack_project::eavesdrop (
|
||||
nickpass => $nickpass,
|
||||
network => 'FreeNode',
|
||||
server => 'chat.freenode.net:7000',
|
||||
channels => '#openstack #openstack-dev #openstack-meeting #openstack-meeting-alt',
|
||||
channels => [
|
||||
'#openstack',
|
||||
'#openstack-dev',
|
||||
'#openstack-infra',
|
||||
'#openstack-meeting',
|
||||
'#openstack-meeting-alt',
|
||||
],
|
||||
use_ssl => 'True'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user