summaryrefslogtreecommitdiff
path: root/etc/zuul.conf-sample
diff options
context:
space:
mode:
authorTristan Cacqueray <tdecacqu@redhat.com>2017-08-29 10:10:08 +0000
committerTristan Cacqueray <tdecacqu@redhat.com>2017-08-29 11:08:39 +0000
commita7586c96a7d95c1d3c943391a990ce5d389976c2 (patch)
tree0179151ba3937e53a7be87fc56a35e65e8648804 /etc/zuul.conf-sample
parentb0c8e7ed6f2bd580fade2eec51be5352ad744fe8 (diff)
downloadzuul-a7586c96a7d95c1d3c943391a990ce5d389976c2.tar.gz
Add gearman server port configuration
This change adds the port configuration option to set a custom port for the gearman server. Change-Id: I1b65f93fa0403ff10e00a97afcdb4a3b512eb372
Diffstat (limited to 'etc/zuul.conf-sample')
-rw-r--r--etc/zuul.conf-sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/zuul.conf-sample b/etc/zuul.conf-sample
index 6e79f9b73..ba7aace15 100644
--- a/etc/zuul.conf-sample
+++ b/etc/zuul.conf-sample
@@ -1,5 +1,6 @@
[gearman]
server=127.0.0.1
+;port=4730
;ssl_ca=/path/to/ca.pem
;ssl_cert=/path/to/client.pem
;ssl_key=/path/to/client.key
@@ -12,6 +13,7 @@ start=true
;ssl_ca=/path/to/ca.pem
;ssl_cert=/path/to/server.pem
;ssl_key=/path/to/server.key
+;port=4730
[scheduler]
tenant_config=/etc/zuul/main.yaml