James E. Blair | 77cc7b8 | 2013-07-15 13:22:37 -0700 | [diff] [blame] | 1 | [gearman] |
| 2 | server=127.0.0.1 |
Paul Belanger | 0a21f0a | 2017-06-13 13:14:42 -0400 | [diff] [blame] | 3 | ;ssl_ca=/path/to/ca.pem |
| 4 | ;ssl_cert=/path/to/client.pem |
| 5 | ;ssl_key=/path/to/client.key |
James E. Blair | 77cc7b8 | 2013-07-15 13:22:37 -0700 | [diff] [blame] | 6 | |
| 7 | [gearman_server] |
| 8 | start=true |
Paul Belanger | 0a21f0a | 2017-06-13 13:14:42 -0400 | [diff] [blame] | 9 | ;ssl_ca=/path/to/ca.pem |
| 10 | ;ssl_cert=/path/to/server.pem |
| 11 | ;ssl_key=/path/to/server.key |
James E. Blair | fb135a3 | 2012-06-05 14:48:16 -0700 | [diff] [blame] | 12 | |
James E. Blair | fb135a3 | 2012-06-05 14:48:16 -0700 | [diff] [blame] | 13 | [zuul] |
James E. Blair | edc4016 | 2017-06-23 20:43:38 +0100 | [diff] [blame] | 14 | status_url=https://zuul.example.com/status |
| 15 | zookeeper_hosts=127.0.0.1:2181 |
| 16 | |
| 17 | [scheduler] |
| 18 | tenant_config=/etc/zuul/main.yaml |
Paul Belanger | f9efd0b | 2012-10-13 16:59:55 -0400 | [diff] [blame] | 19 | log_config=/etc/zuul/logging.conf |
James E. Blair | fb135a3 | 2012-06-05 14:48:16 -0700 | [diff] [blame] | 20 | pidfile=/var/run/zuul/zuul.pid |
James E. Blair | 5d5bc2b | 2012-07-06 10:24:01 -0700 | [diff] [blame] | 21 | state_dir=/var/lib/zuul |
James E. Blair | 4076e2b | 2014-01-28 12:42:20 -0800 | [diff] [blame] | 22 | |
| 23 | [merger] |
Antoine Musso | 40b9907 | 2012-09-22 23:12:53 +0200 | [diff] [blame] | 24 | git_dir=/var/lib/zuul/git |
Paul Belanger | b67aba1 | 2013-05-13 19:22:14 -0400 | [diff] [blame] | 25 | ;git_user_email=zuul@example.com |
| 26 | ;git_user_name=zuul |
Arx Cruz | b1b010d | 2013-10-28 19:49:59 -0200 | [diff] [blame] | 27 | zuul_url=http://zuul.example.com/p |
Joshua Hesketh | 5fea867 | 2013-08-19 17:32:01 +1000 | [diff] [blame] | 28 | |
Jamie Lennox | f12b1d3 | 2017-03-16 16:48:05 +1100 | [diff] [blame] | 29 | [executor] |
| 30 | default_username=zuul |
Tristan Cacqueray | 44aef15 | 2017-06-15 06:00:12 +0000 | [diff] [blame] | 31 | trusted_ro_dirs=/opt/zuul-scripts:/var/cache |
| 32 | trusted_rw_dirs=/opt/zuul-logs |
Jamie Lennox | f12b1d3 | 2017-03-16 16:48:05 +1100 | [diff] [blame] | 33 | |
Paul Belanger | 88ef0ea | 2015-12-23 11:57:02 -0500 | [diff] [blame] | 34 | [webapp] |
| 35 | listen_address=0.0.0.0 |
| 36 | port=8001 |
| 37 | |
Joshua Hesketh | fe485c6 | 2015-08-11 23:42:34 +1000 | [diff] [blame] | 38 | [connection gerrit] |
| 39 | driver=gerrit |
| 40 | server=review.example.com |
| 41 | ;baseurl=https://review.example.com/r |
| 42 | user=jenkins |
| 43 | sshkey=/home/jenkins/.ssh/id_rsa |
Evgeny Antyshev | 9f0a322 | 2015-10-23 16:03:10 +0000 | [diff] [blame] | 44 | ;keepalive=60 |
Joshua Hesketh | fe485c6 | 2015-08-11 23:42:34 +1000 | [diff] [blame] | 45 | |
| 46 | [connection smtp] |
| 47 | driver=smtp |
Joshua Hesketh | 5fea867 | 2013-08-19 17:32:01 +1000 | [diff] [blame] | 48 | server=localhost |
| 49 | port=25 |
| 50 | default_from=zuul@example.com |
Joshua Hesketh | fe485c6 | 2015-08-11 23:42:34 +1000 | [diff] [blame] | 51 | default_to=you@example.com |
Joshua Hesketh | d78b448 | 2015-09-14 16:56:34 -0600 | [diff] [blame] | 52 | |
| 53 | [connection mydatabase] |
| 54 | driver=sql |
| 55 | dburi=mysql+pymysql://user@localhost/zuul |