third-party-ci-tools/monitoring/scoreboard/ci-scoreboard.conf
Evgeny Antyshev d291e7f1e7 Keepalives for gerrit connections
It is off by default (keepalive=0), which means connections may hang forever
when media is not reliable.
This change applies the same change as proposed for Zuul:
https://review.openstack.org/238988

Support in puppets going with dependent review

Change-Id: Ifaf6aa28ad65305592839c1bd2ca90157a32ab3c
2016-01-18 10:05:08 +00:00

9 lines
225 B
Plaintext

[scoreboard]
GERRIT_USER: some-ci-user
GERRIT_KEY: /home/ubuntu/.ssh/gerrit_key
GERRIT_HOSTNAME: review.openstack.org
GERRIT_PORT: 29418
GERRIT_KEEPALIVE: 0
DB_URI: mongodb://localhost:27017
LOG_FILE_LOCATION: scoreboard.log