← Back to team overview

curtin-dev team mailing list archive

[Bug 1891608] [NEW] openvswitch-switch isn't installed if netplan schema defines an ovs bridge

 

Public bug reported:

If the network config defines an openvswitch bridge, curtin doesn't
install the openvswitch-switch package, which is needed. For examle, a
schema like this:

  network:
    version: 2
    bridges:
      br-empty:
        openvswitch: {}

Looking at the current code in curtin, it only handles the case where's
there's a top-level 'openvswitch' section, or the renderer is
'openvswitch' (which was the previous proposal for openvswitch support
in netplan)

** Affects: curtin
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of curtin
developers, which is subscribed to curtin.
https://bugs.launchpad.net/bugs/1891608

Title:
  openvswitch-switch isn't installed if netplan schema defines an ovs
  bridge

Status in curtin:
  New

Bug description:
  If the network config defines an openvswitch bridge, curtin doesn't
  install the openvswitch-switch package, which is needed. For examle, a
  schema like this:

    network:
      version: 2
      bridges:
        br-empty:
          openvswitch: {}

  Looking at the current code in curtin, it only handles the case
  where's there's a top-level 'openvswitch' section, or the renderer is
  'openvswitch' (which was the previous proposal for openvswitch support
  in netplan)

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


Follow ups