Re: [openstack-dev] Gate issues - what you can do to help

2013-10-07 Thread Matt Riedemann
mrie...@us.ibm.com 3605 Hwy 52 N Rochester, MN 55901-1407 United States From: Akihiro Motoki To: OpenStack Development Mailing List , Date: 10/06/2013 06:50 PM Subject: Re: [openstack-dev] Gate issues - what you can do to help Hi all, The blocking issue of Neutron in stable/gr

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-07 Thread Alan Pevec
2013/10/7 Akihiro Motoki : > The blocking issue of Neutron in stable/grizzly gate has been fixed. > The workaround patch of neutronclient from Gary was merged about > a couple of hours ago and I confirmed stable/grizzly gate recovered. > You can see Jenkins check in some stable/grizzly patches beco

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-06 Thread Akihiro Motoki
Hi all, The blocking issue of Neutron in stable/grizzly gate has been fixed. The workaround patch of neutronclient from Gary was merged about a couple of hours ago and I confirmed stable/grizzly gate recovered. You can see Jenkins check in some stable/grizzly patches become +1. On Sun, Oct 6, 20

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-06 Thread Akihiro Motoki
Regarding https://review.openstack.org/#/c/49942/ (against quantumclient branch), the gate for quantumclient branch of python-neutronclient seems broken. It seems the script expects master branch of python-neutronclient. I am not sure what is the right direction to propose patch to quantumclient br

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-06 Thread Akihiro Motoki
Hi Gary, Almost the same I have posted another way of the fix. https://review.openstack.org/#/c/49942/ Both try to fix the same issue. Gary's one changes neutronclient itself and mine chnages quantumclient proxy. I am not sure which is the direction, but at least one of them should be merged ASAP

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-06 Thread Gary Kotton
Hi, Can some Neutron cores please look at https://review.openstack.org/#/c/49943/. I have tested this locally and it addresses the issues that I have encountered. Thanks Gary >On Fri, Oct 4, 2013 at 2:06 AM, Akihiro Motoki wrote: >> Hi, >> >> I would like to share what Gary and I investigated, wh

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-03 Thread Akihiro Motoki
Hi, I would like to share what Gary and I investigated, while it is not addressed yet. The cause is the failure of quantum-debug command in setup_quantum_debug (https://github.com/openstack-dev/devstack/blob/stable/grizzly/stack.sh#L996). We can reproduce the issue in local environment by setting

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-03 Thread Clark Boylan
On Thu, Oct 3, 2013 at 6:54 AM, Gary Kotton wrote: > Hi, > I think that I may have stumbled upon the problem, but need the help from > someone on the infra team. Then again I may just be completely mistaken. > > Prior to the little hiccup we have at the moment VM's that were used for > devstack on

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-03 Thread Alan Pevec
> The problems occur when the when the the following line is invoked: > > https://github.com/openstack-dev/devstack/blob/stable/grizzly/lib/quantum#L302 But that line is reached only in case baremetal is enabled which isn't the case in gate, is it? Cheers, Alan __

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-03 Thread Jeremy Stanley
On 2013-10-03 06:54:10 -0700 (-0700), Gary Kotton wrote: > I think that I may have stumbled upon the problem, but need the help from > someone on the infra team. [...] I'm manually launching the test script on a fresh VM now and should have something shortly. -- Jeremy Stanley __

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-03 Thread Gary Kotton
Hi, I think that I may have stumbled upon the problem, but need the help from someone on the infra team. Then again I may just be completely mistaken. Prior to the little hiccup we have at the moment VM's that were used for devstack on the infra side would have 1 interface: 2013-09-10 06:32:22.20

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-03 Thread Gary Kotton
Hi, This seems to be my bad. I have abandoned the patch and am still looking into the problems. Thanks Gary On 10/3/13 12:14 PM, "Gary Kotton" wrote: > > >On 10/3/13 11:59 AM, "Alan Pevec" wrote: > >>2013/10/3 Gary Kotton : >>> Please see https://review.openstack.org/#/c/49483/ >> >>That's s/qu

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-03 Thread Gary Kotton
On 10/3/13 11:59 AM, "Alan Pevec" wrote: >2013/10/3 Gary Kotton : >> Please see https://review.openstack.org/#/c/49483/ > >That's s/quantum/neutron/ on stable - I'm confused why is that, it >should have been "quantum" everywhere in Grizzly. Please see below: nicira@os-devstack:/opt/stack/neut

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-03 Thread Alan Pevec
2013/10/3 Gary Kotton : > Please see https://review.openstack.org/#/c/49483/ That's s/quantum/neutron/ on stable - I'm confused why is that, it should have been "quantum" everywhere in Grizzly. Could you please expand your reasoning in the commit message? It also doesn't help, check-tempest-devsta

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-03 Thread Gary Kotton
ts.openstack.org>> Date: 10/02/2013 10:45 AM Subject: Re: [openstack-dev] Gate issues - what you can do to help Hi, quantumclient is now fixed for stable/grizzly but there are issues with check-tempest-devstack-vm-neu

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-02 Thread Matt Riedemann
: OpenStack Development Mailing List Date: 10/02/2013 10:45 AM Subject: Re: [openstack-dev] Gate issues - what you can do to help Hi, quantumclient is now fixed for stable/grizzly but there are issues with check-tempest-devstack-vm-neutron job where devstack install is dying i

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-02 Thread Alan Pevec
Hi, quantumclient is now fixed for stable/grizzly but there are issues with check-tempest-devstack-vm-neutron job where devstack install is dying in the middle of create_quantum_initial_network() without trace e.g. http://logs.openstack.org/71/49371/1/check/check-tempest-devstack-vm-neutron/6da15

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-01 Thread Adam Gandelman
On 10/01/2013 12:02 AM, Alan Pevec wrote: >>> 1) Please *do not* Approve or Reverify stable/* patches. The pyparsing >>> requirements conflict with neutron client from earlier in the week is still >>> not resolved on stable/*. >> Also there's an issue with quantumclient and Nova stable/grizzly: >>

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-01 Thread Gary Kotton
Yes, it should. I'll mark the bug as a stable backport Thanks On 10/1/13 10:51 AM, "Alan Pevec" wrote: >Hi Gary, > >2013/9/29 Gary Kotton : >> Not related to the stable branches, but related to trunk. At the moment >>I am >> working on https://review.openstack.org/#/c/47788/. This patch adds a >

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-01 Thread Thierry Carrez
Alan Pevec wrote: >>> 1) Please *do not* Approve or Reverify stable/* patches. The pyparsing >>> requirements conflict with neutron client from earlier in the week is still >>> not resolved on stable/*. >> >> Also there's an issue with quantumclient and Nova stable/grizzly: >> https://jenkins01.ope

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-01 Thread Alan Pevec
Hi Gary, 2013/9/29 Gary Kotton : > Not related to the stable branches, but related to trunk. At the moment I am > working on https://review.openstack.org/#/c/47788/. This patch adds a > timeout to the access to the OVS database. There are ovs-vsctl calls on stable/grizzly too, shouldn't this be b

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-01 Thread Alan Pevec
>> 1) Please *do not* Approve or Reverify stable/* patches. The pyparsing >> requirements conflict with neutron client from earlier in the week is still >> not resolved on stable/*. > > Also there's an issue with quantumclient and Nova stable/grizzly: > https://jenkins01.openstack.org/job/periodic-

Re: [openstack-dev] Gate issues - what you can do to help

2013-09-29 Thread Gary Kotton
11:15 AM To: OpenStack Development Mailing List mailto:openstack-dev@lists.openstack.org>> Subject: Re: [openstack-dev] Gate issues - what you can do to help I met the same problem, I hope the situation is getting better. What can I help? 2013-09-29 07:05:55.248 | Traceback (most recent c

Re: [openstack-dev] Gate issues - what you can do to help

2013-09-29 Thread 孔令贤
I met the same problem, I hope the situation is getting better. What can I help? 2013-09-29 07:05:55.248 | Traceback (most recent call last): 2013-09-29 07:05:55.248 | File "/home/jenkins/workspace/gate-nova-python27/nova/tests/api/openstack/compute/contrib/test_quantum_security_groups.py", line

Re: [openstack-dev] Gate issues - what you can do to help

2013-09-28 Thread Alan Pevec
> 1) Please *do not* Approve or Reverify stable/* patches. The pyparsing > requirements conflict with neutron client from earlier in the week is still > not resolved on stable/*. Also there's an issue with quantumclient and Nova stable/grizzly: https://jenkins01.openstack.org/job/periodic-nova-pyt

Re: [openstack-dev] Gate issues - what you can do to help

2013-09-27 Thread Monty Taylor
On 09/28/2013 12:08 AM, Gareth wrote: > > > > On Fri, Sep 27, 2013 at 9:43 PM, Sean Dague > wrote: > > Right now the gate is extremely full, there are a number of reasons > for that. What's more important right now is to try not to make it > worse while we

Re: [openstack-dev] Gate issues - what you can do to help

2013-09-27 Thread Gareth
On Fri, Sep 27, 2013 at 9:43 PM, Sean Dague wrote: > Right now the gate is extremely full, there are a number of reasons for > that. What's more important right now is to try not to make it worse while > we get resolution on things. > > 1) Please *do not* Approve or Reverify stable/* patches. The