Jay: Thanks, your merger-logging.conf file helped me get further... the Jenkins jobs are now being called after the merge.
For the Jenkins job script... Is there a way to run DevStack and tell it to clone one project (openstack/neutron, in my case) from the local merged repo, but to clone all other projects from the usual github? Is there a localrc setting (e.g. NEUTRON_BRANCH) which can be used for this? Thanks again, Dane -----Original Message----- From: Jay Pipes [mailto:[email protected]] Sent: Tuesday, April 22, 2014 6:22 PM To: Dane Leblanc (leblancd) Cc: [email protected] Subject: Re: [OpenStack-Infra] [openstack-dev] [infra] Basic zuul merger startup On Tue, 2014-04-22 at 20:05 +0000, Dane Leblanc (leblancd) wrote: > Jay: > > Thanks for your help! I manually started the zuul-merger service, and things > are progressing further, but with merge errors. > > I'm not seeing a /var/log/zuul/zuul-merger.log, but I'm don't have the merger > logging set up correctly in the zuul.conf. The zuul documentation suggests: > > [merger] > log_config=/etc/zuul/logging.yaml > > Do you know where I might find a sample logging.yaml? (There's a > logging.conf in the zuul repo, but that doesn't have anything that's > zuul-merger specific). Hmm, actually no, I'm not familiar with a logging.yaml file. So, I checked out the upstream puppet module installation and I see this in their zuul.conf [1]: log_config=/etc/zuul/merger-logging.conf You can see the merger-logging.conf file here: https://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/files/zuul/merger-logging.conf I'd just go ahead and copy that to /etc/zuul/merger-logging.conf Best, -jay [1] https://git.openstack.org/cgit/openstack-infra/config/tree/modules/zuul/templates/zuul.conf.erb _______________________________________________ OpenStack-Infra mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
