I ran into this issue while trying to deploy noble (the latest available
image as of 2025-11-25) using MAAS 3.5.8-16381-g.d7e999261 and cloud-
init 25.1.4-0ubuntu0~24.04.1 on the target machine.

The only way to get it to the "Deployed" state was to add this to the
curtin preseed for the affected machine:

late_commands:
  maas: [ "wget", "--no-proxy", {{node_disable_pxe_url|escape.json}}, 
"--post-data", {{node_disable_pxe_data|escape.json}}, "-O", "/dev/null" ]
  cloud_init_00: ["curtin", "in-target", "--", "add-apt-repository", "-y", 
"ppa:cloud-init-dev/daily"]
  cloud_init_01: ["curtin", "in-target", "--", "apt-get", "install", "-y", 
"cloud-init"]

The cloud-init version that worked was
100.0.0.daily-202510220432-bde544c98~ubuntu24.04.1.

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

Title:
  Deployments using a bonded interface on the "MAAS" management network
  are broken

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


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to