James E. Blair | 45de61c | 2017-02-14 13:23:14 -0800 | [diff] [blame] | 1 | [gearman] |
| 2 | server=127.0.0.1 |
| 3 | |
| 4 | [zuul] |
| 5 | tenant_config=config/zuul-connections-same-gerrit/main.yaml |
| 6 | url_pattern=http://logs.example.com/{change.number}/{change.patchset}/{pipeline.name}/{job.name}/{build.number} |
| 7 | job_name_in_report=true |
| 8 | |
| 9 | [merger] |
| 10 | git_dir=/tmp/zuul-test/git |
| 11 | git_user_email=zuul@example.com |
| 12 | git_user_name=zuul |
| 13 | zuul_url=http://zuul.example.com/p |
| 14 | |
Paul Belanger | 174a827 | 2017-03-14 13:20:10 -0400 | [diff] [blame] | 15 | [executor] |
| 16 | git_dir=/tmp/zuul-test/executor-git |
James E. Blair | 45de61c | 2017-02-14 13:23:14 -0800 | [diff] [blame] | 17 | |
| 18 | [swift] |
| 19 | authurl=https://identity.api.example.org/v2.0/ |
| 20 | user=username |
| 21 | key=password |
| 22 | tenant_name=" " |
| 23 | |
| 24 | default_container=logs |
| 25 | region_name=EXP |
| 26 | logserver_prefix=http://logs.example.org/server.app/ |
| 27 | |
| 28 | [connection gerrit] |
| 29 | driver=gerrit |
| 30 | server=review.example.com |
| 31 | user=jenkins |
| 32 | sshkey=none |
| 33 | |
| 34 | [connection git] |
| 35 | driver=git |
| 36 | baseurl="" |
| 37 | |
| 38 | [connection outgoing_smtp] |
| 39 | driver=smtp |
| 40 | server=localhost |
| 41 | port=25 |
| 42 | default_from=zuul@example.com |
| 43 | default_to=you@example.com |