Move test IRC statusbot config into test specific vars file
The statusbot role defined a number of defaults that really only made sense for testing. The actual values are expected to be overridden in private vars. To better convey this and to avoid using defaults that aren't expected to work quite right refactor the variable definitions into the ansible vars file used by zuul jobs in testing. Change-Id: I5f4c2924c8404bcc22ed1f50928008e0be90316e
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
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'
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
openstack_meetbot_password: password
|
||||
statusbot_mastodon_token: token
|
||||
statusbot_nick: 'opendevstatus_{{ 100 | random }}'
|
||||
statusbot_nick_password: password
|
||||
statusbot_auth_nicks:
|
||||
- testonly
|
||||
statusbot_channels:
|
||||
- 'opendev-sandbox'
|
||||
statusbot_wiki_user: username
|
||||
statusbot_wiki_password: password
|
||||
statusbot_twitter_key: twitter_key
|
||||
@@ -54,6 +59,4 @@ limnoria_oftc_channels:
|
||||
- '#opendev-sandbox'
|
||||
ptgbot_channels:
|
||||
- '#opendev-sandbox'
|
||||
statusbot_channels:
|
||||
- 'opendev-sandbox'
|
||||
matrix_logs_password: password
|
||||
|
||||
Reference in New Issue
Block a user