Additional settings for zuul.conf

A few settings needed to run zuul, git username / email for mergers
and path to SSH key needed for executor.

Change-Id: I4d93c2716f2ab5b74539856ca862a90c75e7fbc1
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-16 16:23:23 -04:00
parent 94910113d9
commit 1e33e9c09d
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,7 @@ server = {{ hostvars['statsd01'].ansible_host }}
[executor]
finger_port = 17979
log_config = /etc/zuul/executor-logging.conf
private_key_file = {{ zuul_user_home }}/.ssh/nodepool_id_rsa
workspace_root = {{ zuul_user_home }}/workspace
[fingergw]
@ -40,6 +41,8 @@ user = {{ zuul_user_name }}
[merger]
git_dir = {{ zuul_user_home }}/git
git_user_email = windmill@example.org
git_user_name = windmill
log_config = /etc/zuul/merger-logging.conf
pidfile = /var/run/zuul-merger/zuul-merger.pid
zuul_url = {{ hostvars['zs01'].ansible_host }}