canonical / cloud-init

Official upstream for the cloud-init: cloud instance initialization
https://cloud-init.io/
Other
2.87k stars 856 forks source link

No infiniband support in netplan renderer #3474

Open ubuntu-server-builder opened 1 year ago

ubuntu-server-builder commented 1 year ago

This bug was originally filed in Launchpad as LP: #1848471

Launchpad details
affected_projects = ['maas', 'netplan', 'netplan.io (Ubuntu)']
assignee = None
assignee_name = None
date_closed = None
date_created = 2019-10-17T09:52:59.654472+00:00
date_fix_committed = None
date_fix_released = None
id = 1848471
importance = wishlist
is_complete = False
lp_url = https://bugs.launchpad.net/cloud-init/+bug/1848471
milestone = None
owner = darren-birkett
owner_name = Darren Birkett
private = False
status = triaged
submitter = darren-birkett
submitter_name = Darren Birkett
tags = ['fr-2119']
duplicates = [1848474]

Launchpad user Darren Birkett(darren-birkett) wrote on 2019-10-17T09:52:59.654472+00:00

Infiniband support has been added to both the sysconfig and eni renderers (at time of writing, eni support is unmerged from https://code.launchpad.net/~darren-birkett/cloud-init/+git/cloud-init/+merge/373759).

We need to add support to the netplan renderer too, but at this time netplan itself does not support the long form HWADDR that IB devices have. Once that is added, we should add support for infiniband devices in netplan too.

ubuntu-server-builder commented 1 year ago

Launchpad user Lukas Märdian(slyon) wrote on 2022-06-15T12:40:06.783741+00:00

We started to work on this for upstream netplan: https://github.com/canonical/netplan/pull/283

ubuntu-server-builder commented 1 year ago

Launchpad user Launchpad Janitor(janitor) wrote on 2022-08-18T23:54:14.180520+00:00

This bug was fixed in the package netplan.io - 0.105-0ubuntu1


netplan.io (0.105-0ubuntu1) kinetic; urgency=medium

ubuntu-server-builder commented 1 year ago

Launchpad user Jerzy Husakowski(jhusakowski) wrote on 2022-09-08T08:20:27.105451+00:00

Tracked as a feature on MAAS backlog (internal ref. PF-3204)

ubuntu-server-builder commented 1 year ago

Launchpad user Brian Murray(brian-murray) wrote on 2022-09-09T17:59:35.663940+00:00

Given that this is fixed in netplan.io is the netplan project task still valid?

ubuntu-server-builder commented 1 year ago

Launchpad user Lukas Märdian(slyon) wrote on 2022-10-11T09:33:57.826149+00:00

No, it was implemented & released upstream as of https://github.com/canonical/netplan/pull/283 so the netplan project task can be closed.

FYI: The work will still be backported to Jammy via LP: #1988447