Merge "Zuul config updates for 4.x release"
This commit is contained in:
commit
9a029f52cd
@ -41,6 +41,9 @@ listen_address = {{ hostvars['zf01'].ansible_host }}
|
||||
log_config = /etc/zuul/fingergw-logging.conf
|
||||
user = {{ zuul_user_name }}
|
||||
|
||||
[keystore]
|
||||
password = MY_SECRET_PASSWORD
|
||||
|
||||
[merger]
|
||||
git_dir = {{ zuul_user_home }}/git
|
||||
git_user_email = windmill@example.org
|
||||
@ -51,6 +54,7 @@ pidfile = /var/run/zuul-merger/zuul-merger.pid
|
||||
[web]
|
||||
log_config = /etc/zuul/web-logging.conf
|
||||
listen_address = {{ hostvars['zw01'].ansible_host }}
|
||||
root: http://{{ hostvars['zw01'].ansible_host }}:9000
|
||||
|
||||
[connection gerrit]
|
||||
driver = gerrit
|
||||
|
Loading…
x
Reference in New Issue
Block a user