This bug was originally filed in Launchpad as LP: #2008952
Launchpad details
affected_projects = ['netplan', 'subiquity', 'livecd-rootfs (Ubuntu)', 'systemd (Ubuntu)']
assignee = chad.smith
assignee_name = Chad Smith
date_closed = 2023-04-12T03:53:12.154194+00:00
date_created = 2023-03-02T00:09:30.336453+00:00
date_fix_committed = 2023-04-12T03:53:12.154194+00:00
date_fix_released = 2023-04-12T03:53:12.154194+00:00
id = 2008952
importance = medium
is_complete = True
lp_url = https://bugs.launchpad.net/cloud-init/+bug/2008952
milestone = None
owner = ken-vandine
owner_name = Ken VanDine
private = False
status = fix_released
submitter = ken-vandine
submitter_name = Ken VanDine
tags = ['foundations-todo']
duplicates = []
Launchpad user Ken VanDine(ken-vandine) wrote on 2023-03-02T00:09:30.336453+00:00
In testing netboot + autoinstall of the new ubuntu desktop subiquity based installer for 23.04 I found cloud-init is failing to retrieve user-data because it can't resolved the hostname in the URL. This same configuration does work for 22.04 based subiquity, so seems a regression.
From the ipxe config:
imgargs vmlinuz initrd=initrd
ip=dhcp
iso-url=http://cdimage.ubuntu.com/daily-live/pending/lunar-desktop-amd64.iso
fsck.mode=skip
layerfs-path=minimal.standard.live.squashfs
autoinstall
'ds=nocloud-net;s=http://boot.linuxgroove.com/ubuntu/23.04/' \
That fails, but if we replace boot.linuxgroove.com with the IP it works.
This bug was originally filed in Launchpad as LP: #2008952
Launchpad details
Launchpad user Ken VanDine(ken-vandine) wrote on 2023-03-02T00:09:30.336453+00:00
In testing netboot + autoinstall of the new ubuntu desktop subiquity based installer for 23.04 I found cloud-init is failing to retrieve user-data because it can't resolved the hostname in the URL. This same configuration does work for 22.04 based subiquity, so seems a regression.
From the ipxe config:
imgargs vmlinuz initrd=initrd
ip=dhcp
iso-url=http://cdimage.ubuntu.com/daily-live/pending/lunar-desktop-amd64.iso
fsck.mode=skip
layerfs-path=minimal.standard.live.squashfs
autoinstall
'ds=nocloud-net;s=http://boot.linuxgroove.com/ubuntu/23.04/' \
That fails, but if we replace boot.linuxgroove.com with the IP it works.