← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1980948] [NEW] adapt ci to neutron making linux bridge experimental

 

Public bug reported:

tl;dr neutron now considers linuxbridge which uses to be the default mech driver in docs to be experimental and it is now guarded by a config flag.
we do not set it in our jobs that have the mech driver loaded but not used so neutron fails to start.


recently i noticed that gate jobs were failing with

+ functions-common:test_with_retry:2384    :   timeout 60 sh -c 'while ! wget  --no-proxy -q -O- http://10.209.98.53:19696; do sleep 0.5; done'
+ functions-common:test_with_retry:2385    :   die 2385 'Neutron did not start'


dining into this a little more we see

Jul 06 16:21:46.635396 ubuntu-focal-rax-ord-0030301377 neutron-
server[90491]: INFO neutron.plugins.ml2.managers [-] Configured
mechanism driver names: ['openvswitch', 'linuxbridge']

Jul 06 16:21:46.640517 ubuntu-focal-rax-ord-0030301377 neutron-
server[90491]: ERROR neutron.common.experimental [-] Feature
'linuxbridge' is experimental and has to be explicitly enabled in
'cfg.CONF.experimental'

the nova-ovs-hybrid-plug and nova-next jobs both enable the linuxbridge
mech driver but don't actually use it since they only deploy ovs.

https://github.com/openstack/nova/blob/512fbdfa9933f2e9b48bcded537ffb394979b24b/.zuul.yaml#L138=
https://github.com/openstack/nova/blob/512fbdfa9933f2e9b48bcded537ffb394979b24b/.zuul.yaml#L394=

7 days ago 
https://github.com/openstack/neutron/commit/7f0413c84c4515cd2fae31d823613c4d7ea43110
merged moving linux bridge to experimental

so all jobs that have it enabled either need to remove it form the mech
drivers list or enable it in the config via the new option.


for nova-next and nova-ovs-hybrid-plug we can just remove the driver form the list for os-vif
the os-vif-linuxbridge need to enable it via the new config option

** Affects: nova
     Importance: Critical
     Assignee: sean mooney (sean-k-mooney)
         Status: In Progress

** Affects: os-vif
     Importance: Critical
     Assignee: sean mooney (sean-k-mooney)
         Status: Triaged


** Tags: gate-failure neutron

** Also affects: os-vif
   Importance: Undecided
       Status: New

** Changed in: os-vif
       Status: New => Triaged

** Changed in: os-vif
   Importance: Undecided => Critical

** Changed in: os-vif
     Assignee: (unassigned) => sean mooney (sean-k-mooney)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1980948

Title:
  adapt ci to neutron making linux bridge experimental

Status in OpenStack Compute (nova):
  In Progress
Status in os-vif:
  Triaged

Bug description:
  tl;dr neutron now considers linuxbridge which uses to be the default mech driver in docs to be experimental and it is now guarded by a config flag.
  we do not set it in our jobs that have the mech driver loaded but not used so neutron fails to start.


  recently i noticed that gate jobs were failing with

  + functions-common:test_with_retry:2384    :   timeout 60 sh -c 'while ! wget  --no-proxy -q -O- http://10.209.98.53:19696; do sleep 0.5; done'
  + functions-common:test_with_retry:2385    :   die 2385 'Neutron did not start'

  
  dining into this a little more we see

  Jul 06 16:21:46.635396 ubuntu-focal-rax-ord-0030301377 neutron-
  server[90491]: INFO neutron.plugins.ml2.managers [-] Configured
  mechanism driver names: ['openvswitch', 'linuxbridge']

  Jul 06 16:21:46.640517 ubuntu-focal-rax-ord-0030301377 neutron-
  server[90491]: ERROR neutron.common.experimental [-] Feature
  'linuxbridge' is experimental and has to be explicitly enabled in
  'cfg.CONF.experimental'

  the nova-ovs-hybrid-plug and nova-next jobs both enable the
  linuxbridge mech driver but don't actually use it since they only
  deploy ovs.

  https://github.com/openstack/nova/blob/512fbdfa9933f2e9b48bcded537ffb394979b24b/.zuul.yaml#L138=
  https://github.com/openstack/nova/blob/512fbdfa9933f2e9b48bcded537ffb394979b24b/.zuul.yaml#L394=

  7 days ago 
  https://github.com/openstack/neutron/commit/7f0413c84c4515cd2fae31d823613c4d7ea43110
  merged moving linux bridge to experimental

  so all jobs that have it enabled either need to remove it form the
  mech drivers list or enable it in the config via the new option.

  
  for nova-next and nova-ovs-hybrid-plug we can just remove the driver form the list for os-vif
  the os-vif-linuxbridge need to enable it via the new config option

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



Follow ups