Re: [OpenStack-Infra] new openstack project channel

2014-07-23 Thread Doug Wiegley
You’ll find some info here: http://ci.openstack.org/irc.html Once the freenode steps are complete, there’s some json to edit in the infra projects, then submit to gerrit. doug From: Tong Li liton...@us.ibm.commailto:liton...@us.ibm.com Date: Wednesday, July 23, 2014 at 12:10 PM To:

Re: [OpenStack-Infra] [Zuul] Understanding dequeue-on-new-patchset

2014-08-22 Thread Doug Wiegley
Yes, there’s one built into the zuul process. You don’t have to run a separate gearman. doug On 8/22/14, 8:29 PM, trinath.soman...@freescale.com trinath.soman...@freescale.com wrote: Hi Jim- Zuul itself has a gearman server? Note that for OpenStack, we use Zuul's internal gearman server.

Re: [OpenStack-Infra] desperate to get zuul works again, see layout setting at the end of email

2014-10-01 Thread Doug Wiegley
This might not be your problem, but all of my silent zuul stoppages have been YAML syntax errors. Try running this; if it’s prints something dictionary like, the syntax is fine. If it throws an exception, the yaml file is wrong. echo require 'yaml';

Re: [OpenStack-Infra] [openstack-infra] [third-party CI] Hardware requirements for setting up CI environment

2014-10-31 Thread Doug Wiegley
Some extra numbers, to explore the lower limits. The A10/Neutron CI uses the following VMs: Jenkins/zuul/gearman, Ubuntu 14.04, 1 vcpu, 1GB ram (t2.micro) Devstack-gate, Ubuntu 14.04, 1 vcpu, 4GB ram (t2.medium) Note that 4GB doesn’t work if you enable swift; that needs 8gb and more cores.

Re: [OpenStack-Infra] Hi all, a question about using of CI account

2015-01-18 Thread Doug Wiegley
Yes. If using zuul, that's controlled by the layout file. Doug On Jan 18, 2015, at 7:28 PM, Wang, Yalei yalei.w...@intel.commailto:yalei.w...@intel.com wrote: Hi all, Could the user apply for one CI account and to monitor two kind of changes, like use “XXX Neutron CI” account to monitor

Re: [OpenStack-Infra] [openstack-infra][devstack-gate][CI] Downloading only required projects in CI.

2015-07-21 Thread Doug Wiegley
You can also override ENABLED_SERVICES with the minus syntax. Example: https://github.com/openstack/neutron-lbaas/blob/master/neutron_lbaas/tests/contrib/gate_hook.sh https://github.com/openstack/neutron-lbaas/blob/master/neutron_lbaas/tests/contrib/gate_hook.sh Thanks, doug On Jul 21,

Re: [OpenStack-Infra] [Infra] [Neutron] Neutron gate for VLAN Transparency

2015-10-06 Thread Doug Wiegley
Hi, Changing the defaults in the neutron gate is probably not what we want to do here. For these tests, I’d suggest adding a job that uses lb + vlan transparency, both of which can be enabled via variables/devstack config in our gate hooks. If you need help with that, ping me on irc. Thanks,

Re: [OpenStack-Infra] [Infra] [Neutron] Neutron gate for VLAN Transparency

2015-10-06 Thread Doug Wiegley
Armando also has some ideas w.r.t. to the fullstack job. Standby for details. Thanks, doug > On Oct 6, 2015, at 12:15 PM, Doug Wiegley <doug...@parksidesoftware.com> > wrote: > > Hi, > > Changing the defaults in the neutron gate is probably not what we want to do >

Re: [OpenStack-Infra] XenServer & RDO

2016-01-27 Thread Doug Wiegley
This is not the right dl. Use openstack@ Dashboard is at /horizon Openstack users are not UNIX users, so the root password doesn't matter. The admin password will be in your pack stack file Doug > On Jan 27, 2016, at 2:56 PM, cac...@quantum-sci.com wrote: > > Has anyone been able to

Re: [OpenStack-Infra] Deep pipelining with zuul

2016-02-24 Thread Doug Wiegley
Even if zuul doesn’t support the flow you want, you can also still use matrix, multijob, and downstream jobs on Jenkins itself to simulate the same behavior, with zuul just monitoring the parent job. Mix and match until you get the flow that you need. doug > On Feb 24, 2016, at 9:56 AM,

Re: [OpenStack-Infra] Deep pipelining with zuul

2016-02-24 Thread Doug Wiegley
cause the Jenkins queue itself to not start jobs because a single job > got hung and JClouds gets confused. This along with it completely > forgetting about nodes that it started but they failed to connect for > some reason. > > So, while that sounds like a viable solution, it's not

Re: [OpenStack-Infra] Re-using OpenStack CI - Stuck with Jenkins job trigger

2016-03-12 Thread Doug Wiegley
Look in openstack_functions.py and remove the offline flag, if you really want to reuse slaves. Doug > On Mar 12, 2016, at 5:08 PM, Noorul Islam K M wrote: > > Noorul Islam K M writes: > >> Jeremy Stanley writes: >> >>> On

Re: [OpenStack-Infra] Zuul parallel jobs for same project in check queue

2016-03-19 Thread Doug Wiegley
A single Jenkins can be parallel. Is your job marked to allow concurrency? Doug > On Mar 19, 2016, at 10:49 AM, Noorul Islam K M wrote: > > > I have local setup of OpenStack CI. I have a single jenkins master and > couple of slaves attached to it. The slaves share common

Re: [OpenStack-Infra] Borrowing OpenStack Infrastructure tools

2016-03-06 Thread Doug Wiegley
The starting point you want is here: http://docs.openstack.org/infra/openstackci/ The folks that put that together did an excellent job. > On Mar 6, 2016, at 11:10 AM, Noorul Islam K M wrote: > > > I am a big fan of Openstack CI. I used it when I was contributing to >