system-config/playbooks/roles/statusbot/defaults/main.yaml
Ian Wienand 4ffcc89c8a statusbot: don't use opendevstatus name in testing
Currently when we run tests, this connects to OFTC and tries to use
the opendevstatus nick as it is the default.  Replace this with a
random username.  Also override the channels list, so it only joins

Limnoria was already using a non-conflicting name, but switch it to a
random one for consistency and possible parallel running.  This also
already only joins #opendev-sandbox.

Change-Id: I860b0f1ed4f99140dda0f4d41025f0b5fb844115
2021-06-11 22:59:24 +10:00

19 lines
671 B
YAML

statusbot_nick: 'opendevstatus_{{ 100 | random }}'
statusbot_pass: ''
statusbot_server: 'irc.oftc.net'
statusbot_auth_nicks:
- testonly
statusbot_channels:
- opendev-sandbox
statusbot_wiki_url: 'https://wiki.openstack.org/w/api.php'
# https://wiki.openstack.org/wiki/Infrastructure_Status
statusbot_wiki_pageid: '1781'
statusbot_wiki_successpageid: '7717'
statusbot_wiki_successpageurl: 'https://wiki.openstack.org/wiki/Successes'
statusbot_wiki_thankspageid: '37700'
statusbot_wiki_thankspageurl: 'https://wiki.openstack.org/wiki/Thanks'
statusbot_irclogs_url : 'http://eavesdrop.openstack.org/irclogs/%(chan)s/%(chan)s.%(date)s.log.html'
statusbot_twitter: True