For Noble images, using version of cloud-init 26.1-0ubuntu1~24.04.1
worked successfully.

The following snippet was added to the 3 MAAS nodes at
/var/snap/maas/current/preseeds/curtin_userdata:

```
#cloud-config
debconf_selections:
 maas: |
  {{for line in str(curtin_preseed).splitlines()}}
  {{line}}
  {{endfor}}
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: ["curtin", "in-target", "--", "apt-get", "install", "-y", 
"--allow-downgrades", "cloud-init=26.1-0ubuntu1~24.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