Merge "Finish ptgbot configuration"

This commit is contained in:
Zuul 2021-10-06 20:22:50 +00:00 committed by Gerrit Code Review
commit b1bb5b782d
3 changed files with 4 additions and 6 deletions

View File

@ -95,6 +95,8 @@ limnoria_oftc_channels:
- '#storyboard' - '#storyboard'
- '#tacker' - '#tacker'
- '#tripleo' - '#tripleo'
ptgbot_channels:
- openinfra-events
statusbot_channels: statusbot_channels:
- airshipit - airshipit
- edge-computing-group - edge-computing-group

View File

@ -1,10 +1,6 @@
ptgbot_nick: 'opendevptg_{{ 100 | random }}' ptgbot_nick: 'opendevptg_{{ 100 | random }}'
ptgbot_pass: '' ptgbot_password: ''
ptgbot_server: 'irc.oftc.net' ptgbot_server: 'irc.oftc.net'
ptgbot_auth_nicks:
- testonly
ptgbot_channels: ptgbot_channels:
- opendev-sandbox - opendev-sandbox
ptgbot_irclogs_url : 'https://meetings.opendev.org/' ptgbot_irclogs_url : 'https://meetings.opendev.org/'

View File

@ -1,6 +1,6 @@
{ {
"irc_nick": "{{ ptgbot_nick }}", "irc_nick": "{{ ptgbot_nick }}",
"irc_pass": "{{ ptgbot_pass }}", "irc_pass": "{{ ptgbot_password }}",
"irc_server": "{{ ptgbot_server }}", "irc_server": "{{ ptgbot_server }}",
"irc_port": 6697, "irc_port": 6697,
"irc_channel": "{{ ptgbot_channels | join(',') }}", "irc_channel": "{{ ptgbot_channels | join(',') }}",