James E. Blair | 77cc7b8 | 2013-07-15 13:22:37 -0700 | [diff] [blame] | 1 | [gearman] |
| 2 | server=127.0.0.1 |
| 3 | |
| 4 | [gearman_server] |
| 5 | start=true |
James E. Blair | fb135a3 | 2012-06-05 14:48:16 -0700 | [diff] [blame] | 6 | |
James E. Blair | fb135a3 | 2012-06-05 14:48:16 -0700 | [diff] [blame] | 7 | [zuul] |
| 8 | layout_config=/etc/zuul/layout.yaml |
Paul Belanger | f9efd0b | 2012-10-13 16:59:55 -0400 | [diff] [blame] | 9 | log_config=/etc/zuul/logging.conf |
James E. Blair | fb135a3 | 2012-06-05 14:48:16 -0700 | [diff] [blame] | 10 | pidfile=/var/run/zuul/zuul.pid |
James E. Blair | 5d5bc2b | 2012-07-06 10:24:01 -0700 | [diff] [blame] | 11 | state_dir=/var/lib/zuul |
James E. Blair | 4076e2b | 2014-01-28 12:42:20 -0800 | [diff] [blame] | 12 | status_url=https://jenkins.example.com/zuul/status |
Paul Belanger | bbb4875 | 2017-02-21 10:56:40 -0500 | [diff] [blame] | 13 | zookeeper_hosts=127.0.0.1:2181 |
James E. Blair | 4076e2b | 2014-01-28 12:42:20 -0800 | [diff] [blame] | 14 | |
| 15 | [merger] |
Antoine Musso | 40b9907 | 2012-09-22 23:12:53 +0200 | [diff] [blame] | 16 | git_dir=/var/lib/zuul/git |
Paul Belanger | b67aba1 | 2013-05-13 19:22:14 -0400 | [diff] [blame] | 17 | ;git_user_email=zuul@example.com |
| 18 | ;git_user_name=zuul |
Arx Cruz | b1b010d | 2013-10-28 19:49:59 -0200 | [diff] [blame] | 19 | zuul_url=http://zuul.example.com/p |
Joshua Hesketh | 5fea867 | 2013-08-19 17:32:01 +1000 | [diff] [blame] | 20 | |
Joshua Hesketh | 36c3fa5 | 2014-01-22 11:40:52 +1100 | [diff] [blame] | 21 | [swift] |
| 22 | authurl=https://identity.api.example.org/v2.0/ |
| 23 | user=username |
| 24 | key=password |
| 25 | |
| 26 | default_container=logs |
| 27 | region_name=EXP |
| 28 | logserver_prefix=http://logs.example.org/server.app/ |
| 29 | |
Paul Belanger | 88ef0ea | 2015-12-23 11:57:02 -0500 | [diff] [blame] | 30 | [webapp] |
| 31 | listen_address=0.0.0.0 |
| 32 | port=8001 |
| 33 | |
Joshua Hesketh | fe485c6 | 2015-08-11 23:42:34 +1000 | [diff] [blame] | 34 | [connection gerrit] |
| 35 | driver=gerrit |
| 36 | server=review.example.com |
| 37 | ;baseurl=https://review.example.com/r |
| 38 | user=jenkins |
| 39 | sshkey=/home/jenkins/.ssh/id_rsa |
| 40 | |
| 41 | [connection smtp] |
| 42 | driver=smtp |
Joshua Hesketh | 5fea867 | 2013-08-19 17:32:01 +1000 | [diff] [blame] | 43 | server=localhost |
| 44 | port=25 |
| 45 | default_from=zuul@example.com |
Joshua Hesketh | fe485c6 | 2015-08-11 23:42:34 +1000 | [diff] [blame] | 46 | default_to=you@example.com |