← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1467633] [NEW] OVS tunnel interface names are not host unique

 

Public bug reported:

OVS agent tunnel interfaces are named via:
'%s-%s' % (tunnel_type, destination_ip)

This means that the tunnel interface name is not unique if
two OVS agents on the same machine try to form a tunnel with a
third agent. This happens during full stack tests that start
multiple copies of the OVS agent on the test machine.

Making sure that the tunnel interface names are globally
unique on a host adds support to full stack tests that need 3+
OVS agents.

** Affects: neutron
     Importance: Medium
     Assignee: Assaf Muller (amuller)
         Status: In Progress


** Tags: fullstack

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1467633

Title:
  OVS tunnel interface names are not host unique

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  OVS agent tunnel interfaces are named via:
  '%s-%s' % (tunnel_type, destination_ip)

  This means that the tunnel interface name is not unique if
  two OVS agents on the same machine try to form a tunnel with a
  third agent. This happens during full stack tests that start
  multiple copies of the OVS agent on the test machine.

  Making sure that the tunnel interface names are globally
  unique on a host adds support to full stack tests that need 3+
  OVS agents.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1467633/+subscriptions


Follow ups

References