Finish ptgbot configuration
Set the channel we want ptgbot joining in production with a group var, like we do for statusbot's channel list. Correct the password var name to match what's used in the template for production (and matches the override set in our private hostvars on the bastion). Clean up the unnecessary auth nicks list which was copied from the statusbot config but is entirely unused. Also get rid of some unnecessary empty lines in the defaults as they really don't make the file any more readable. Change-Id: Id026b89d642eae13feba374e4f3ec610b543e530
This commit is contained in:
parent
fbc41bbe2b
commit
ad16067ae8
@ -95,6 +95,8 @@ limnoria_oftc_channels:
|
||||
- '#storyboard'
|
||||
- '#tacker'
|
||||
- '#tripleo'
|
||||
ptgbot_channels:
|
||||
- openinfra-events
|
||||
statusbot_channels:
|
||||
- airshipit
|
||||
- edge-computing-group
|
||||
|
@ -1,10 +1,6 @@
|
||||
ptgbot_nick: 'opendevptg_{{ 100 | random }}'
|
||||
ptgbot_pass: ''
|
||||
ptgbot_password: ''
|
||||
ptgbot_server: 'irc.oftc.net'
|
||||
|
||||
ptgbot_auth_nicks:
|
||||
- testonly
|
||||
ptgbot_channels:
|
||||
- opendev-sandbox
|
||||
|
||||
ptgbot_irclogs_url : 'https://meetings.opendev.org/'
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"irc_nick": "{{ ptgbot_nick }}",
|
||||
"irc_pass": "{{ ptgbot_pass }}",
|
||||
"irc_pass": "{{ ptgbot_password }}",
|
||||
"irc_server": "{{ ptgbot_server }}",
|
||||
"irc_port": 6697,
|
||||
"irc_channel": "{{ ptgbot_channels | join(',') }}",
|
||||
|
Loading…
Reference in New Issue
Block a user