summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJoshua Hesketh <josh@nitrotech.org>2014-01-22 11:40:52 +1100
committerJoshua Hesketh <josh@nitrotech.org>2014-03-25 10:46:06 +1100
commit36c3fa5749f0a1529e6baa6d4677ee1d6f67664d (patch)
treec9c965e885bbc0d684036385c4cc7d4d108ad7b3 /etc
parent6e81141f58697011cfddc29122fb8287ce0a0336 (diff)
downloadzuul-36c3fa5749f0a1529e6baa6d4677ee1d6f67664d.tar.gz
Send swift upload instructions to workers
Have zuul send signed credentials as part of the job for workers to consume and upload assets to a defined location. Zuul currently doesn't care about logs however this change will suggest a LOG_PATH to builders as a unqiue destination prefix allowing zuul to know preemptively the destination. The workers are still required to send a URL of the final location. Change-Id: I042cdd2dd2407f381cafcabc5c6b83d9b9a9eb00
Diffstat (limited to 'etc')
-rw-r--r--etc/zuul.conf-sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/zuul.conf-sample b/etc/zuul.conf-sample
index 75c84e4c4..ac8021b64 100644
--- a/etc/zuul.conf-sample
+++ b/etc/zuul.conf-sample
@@ -23,6 +23,15 @@ git_dir=/var/lib/zuul/git
;git_user_name=zuul
zuul_url=http://zuul.example.com/p
+[swift]
+authurl=https://identity.api.example.org/v2.0/
+user=username
+key=password
+
+default_container=logs
+region_name=EXP
+logserver_prefix=http://logs.example.org/server.app/
+
[smtp]
server=localhost
port=25