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