elastic-recheck/elasticRecheck.conf.sample
Matthew Treinish 48ebc14283
Add config flags for data source configuration
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
2015-08-18 17:34:10 -04:00

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