48ebc14283
This commit adds options to the config file for the elastic recheck bot configuration file. This enables users to specify how to connect to an elastic recheck server and a subunit2sql database, but things will still default to using the openstack-infra servers to prevent breaking the running service. Change-Id: I10db1a568cc01e137e5f4d8a8814b17201c4c438
18 lines
426 B
Plaintext
18 lines
426 B
Plaintext
#Must use full paths
|
|
[ircbot]
|
|
nick=RecheckWatchBot
|
|
pass=
|
|
server=irc.freenode.net
|
|
port=6667
|
|
channel_config=/home/mtreinish/elasticRecheck/recheckwatchbot.yaml
|
|
|
|
[gerrit]
|
|
user=treinish
|
|
host=review.openstack.org
|
|
query_file=/home/mtreinish/elasticRecheck/queries
|
|
key=/home/mtreinish/.ssh/id_rsa
|
|
|
|
[data_source]
|
|
es_url=http://logstash.openstack.org/elasticsearch
|
|
db_uri=mysql+pymysql://query:query@logstash.openstack.org/subunit2sql
|