a9c6b6f020
This adds a JJB module that validates the parameters we use for the afs publisher. This publisher is not an actual Jenkins publisher and only exists in Zuul v2.5's ansible launcher. Thus, it has no XML output and is defined locally in this repo. This also removes the run-layout script (which used to clone HEAD of both jjb and zuul) in favor of installing these dependencies via pip in the tox testenv. We are no longer tracking JJB master, so pinning to the version of JJB we are using makes more sense. Similary, it is not expected that we will need cutting edge versions of zuul for this test in the immediate future (we may want to revisit this when we approach zuulv3). Change-Id: I4acd70c868cb6965d39f968b7582257b4ab21778
46 lines
841 B
Plaintext
46 lines
841 B
Plaintext
[gearman]
|
|
server=127.0.0.1
|
|
|
|
[gearman_server]
|
|
start=true
|
|
|
|
[zuul]
|
|
layout_config=/etc/zuul/layout.yaml
|
|
log_config=/etc/zuul/logging.conf
|
|
pidfile=/var/run/zuul/zuul.pid
|
|
state_dir=/var/lib/zuul
|
|
status_url=https://jenkins.example.com/zuul/status
|
|
|
|
[merger]
|
|
git_dir=/var/lib/zuul/git
|
|
;git_user_email=zuul@example.com
|
|
;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/
|
|
|
|
[webapp]
|
|
listen_address=0.0.0.0
|
|
port=8001
|
|
|
|
[connection gerrit]
|
|
driver=gerrit
|
|
server=review.example.com
|
|
;baseurl=https://review.example.com/r
|
|
user=jenkins
|
|
sshkey=/home/jenkins/.ssh/id_rsa
|
|
|
|
[connection smtp]
|
|
driver=smtp
|
|
server=localhost
|
|
port=25
|
|
default_from=zuul@example.com
|
|
default_to=you@example.com
|