
Gerrit has an event plugin for AWS Kinesis (which looks sort of like Kafka, but without server side checkpoints. or ordering.). Add support to the Gerrit driver for it for sites which would rather use that than ssh. Change-Id: I942845ac16bf220664499f14ff7c4086ff65de2a
40 lines
797 B
Plaintext
40 lines
797 B
Plaintext
[statsd]
|
|
# note, use 127.0.0.1 rather than localhost to avoid getting ipv6
|
|
# see: https://github.com/jsocol/pystatsd/issues/61
|
|
server=127.0.0.1
|
|
|
|
[scheduler]
|
|
tenant_config=main.yaml
|
|
|
|
[merger]
|
|
git_dir=/tmp/zuul-test/merger-git
|
|
git_user_email=zuul@example.com
|
|
git_user_name=zuul
|
|
|
|
[web]
|
|
root=http://zuul.example.com
|
|
|
|
[executor]
|
|
git_dir=/tmp/zuul-test/executor-git
|
|
load_multiplier=100
|
|
|
|
[connection gerrit]
|
|
driver=gerrit
|
|
server=review.example.com
|
|
user=jenkins
|
|
sshkey=fake_id_rsa_path
|
|
password=badpassword
|
|
aws_kinesis_region=us-west-2
|
|
aws_kinesis_access_key=AK000000000000000000
|
|
aws_kinesis_secret_key=0123456789abcdef0123456789abcdef0123456789abcdef
|
|
|
|
[connection smtp]
|
|
driver=smtp
|
|
server=localhost
|
|
port=25
|
|
default_from=zuul@example.com
|
|
default_to=you@example.com
|
|
|
|
[database]
|
|
dburi=$MYSQL_FIXTURE_DBURI$
|