FloatingIP is at status: ACTIVE. failed to reach status: DOWN

Bug #1579235 reported by Jason Dunsmore
26
This bug affects 4 people
Affects Status Importance Assigned to Milestone
neutron
Fix Released
High
Kevin Benton

Bug Description

We've been seeing the following intermittent error for the past week in the Heat gate:

Traceback (most recent call last):
  File "tempest/test.py", line 113, in wrapper
    return f(self, *func_args, **func_kwargs)
  File "tempest/scenario/test_network_basic_ops.py", line 404, in test_network_basic_ops
    msg="after disassociate "
  File "tempest/scenario/test_network_basic_ops.py", line 208, in check_public_network_connectivity
    self.check_floating_ip_status(floating_ip, floatingip_status)
  File "tempest/scenario/manager.py", line 897, in check_floating_ip_status
    st=status))
  File "/opt/stack/new/tempest/.tox/tempest/local/lib/python2.7/site-packages/testtools/testcase.py", line 406, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/opt/stack/new/tempest/.tox/tempest/local/lib/python2.7/site-packages/testtools/testcase.py", line 493, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: 'DOWN' != u'ACTIVE': FloatingIP: <"FloatingIP" addr="172.24.5.57" id="e697b957-68dd-44df-bd79-30e47b7098fc"> is at status: ACTIVE. failed to reach status: DOWN

Full log:
http://logs.openstack.org/51/308051/4/check/gate-grenade-dsvm-heat/7c9f7e6/console.html

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron-vpnaas (master)

Fix proposed to branch: master
Review: https://review.openstack.org/313804

Changed in neutron:
assignee: nobody → Kevin Benton (kevinbenton)
status: New → In Progress
Revision history for this message
Kevin Benton (kevinbenton) wrote :

This is killing the heat grenade gate because they test VPNaaS resources.

Changed in neutron:
importance: Undecided → High
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-vpnaas (master)

Reviewed: https://review.openstack.org/313804
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=a65310b7bbc1e48382876c8ac4868e60a0d47ba7
Submitter: Jenkins
Branch: master

commit a65310b7bbc1e48382876c8ac4868e60a0d47ba7
Author: Kevin Benton <email address hidden>
Date: Fri May 6 16:43:34 2016 -0700

    Add grenade upgrade hooks to stop agent

    This adds grenade upgrade hooks so the agent can actually
    be stopped during an upgrade.

    This is necessary now that vpnaas runs in a devstack plugin
    because its agent will now no longer be stopped by the neutron
    plugin inside of grenade.

    Change-Id: I5271f0ef4f857eb5650612829d352a821416487a
    Partial-Bug: #1579235

Revision history for this message
Jason Dunsmore (jasondunsmore) wrote :

We're still seeing failures in the Heat gate after this merged. Do you have any other ideas? The Heat gate has been seriously affected by this issue for a week and a half now.

Also, we noticed that https://review.openstack.org/#/c/313792/ just recently merged, so it may not be related after all.

Thanks,
Jason

Revision history for this message
Thomas Herve (therve) wrote :

Yeah one question is now that the mitaka patch landed, if we need to backport the fix too.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron-vpnaas (master)

Fix proposed to branch: master
Review: https://review.openstack.org/315254

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-vpnaas (master)

Reviewed: https://review.openstack.org/315254
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=8cddec3bf41477ce0cab435808f08a407d516f36
Submitter: Jenkins
Branch: master

commit 8cddec3bf41477ce0cab435808f08a407d516f36
Author: Kevin Benton <email address hidden>
Date: Wed May 11 00:38:40 2016 -0700

    Fix grenade plugin

    Adds settings file is necessary to register the service.
    Fixes undefined reference in shutdown by copy-paste. :/

    Change-Id: I1c2129d581c00719766f80b802031f04b4a07a2a
    Closes-Bug: #1579235

Changed in neutron:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron-vpnaas (stable/mitaka)

Fix proposed to branch: stable/mitaka
Review: https://review.openstack.org/316623

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: stable/mitaka
Review: https://review.openstack.org/316624

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-vpnaas (stable/mitaka)

Reviewed: https://review.openstack.org/316623
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=1d48dcd5cfdc097f243f164ef1d591f88c4796ba
Submitter: Jenkins
Branch: stable/mitaka

commit 1d48dcd5cfdc097f243f164ef1d591f88c4796ba
Author: Kevin Benton <email address hidden>
Date: Fri May 6 16:43:34 2016 -0700

    Add grenade upgrade hooks to stop agent

    This adds grenade upgrade hooks so the agent can actually
    be stopped during an upgrade.

    This is necessary now that vpnaas runs in a devstack plugin
    because its agent will now no longer be stopped by the neutron
    plugin inside of grenade.

    Change-Id: I5271f0ef4f857eb5650612829d352a821416487a
    Partial-Bug: #1579235
    (cherry picked from commit a65310b7bbc1e48382876c8ac4868e60a0d47ba7)

tags: added: in-stable-mitaka
Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/316624
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=caab92d6ff122a38386f74e639f3c315e3737325
Submitter: Jenkins
Branch: stable/mitaka

commit caab92d6ff122a38386f74e639f3c315e3737325
Author: Kevin Benton <email address hidden>
Date: Wed May 11 00:38:40 2016 -0700

    Fix grenade plugin

    Adds settings file is necessary to register the service.
    Fixes undefined reference in shutdown by copy-paste. :/

    Change-Id: I1c2129d581c00719766f80b802031f04b4a07a2a
    Closes-Bug: #1579235
    (cherry picked from commit 8cddec3bf41477ce0cab435808f08a407d516f36)

Revision history for this message
Thierry Carrez (ttx) wrote : Fix included in openstack/neutron-vpnaas 8.1.1

This issue was fixed in the openstack/neutron-vpnaas 8.1.1 release.

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/neutron-vpnaas 9.0.0.0b1

This issue was fixed in the openstack/neutron-vpnaas 9.0.0.0b1 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.