Hello all,
I'm in the process of adopting Ubuntu 24 as the next upgrade in my infra but on validation it looks like cloud-init doesn't work anymore.
My host:
root@proxmox-server:~# pveversion
pve-manager/8.1.4/ec5affc9e41f1d79 (running kernel: 6.5.11-8-pve)
Later edit:
Turns out that cloud-init config is disabled by default on U24 server/desktop.
To enable it AFTER you've added a cloud-init drive and applied the pve config you need to run the below command and reboot:
Hope this helps others from head scratching.
Regards.
I'm in the process of adopting Ubuntu 24 as the next upgrade in my infra but on validation it looks like cloud-init doesn't work anymore.
My host:
root@proxmox-server:~# pveversion
pve-manager/8.1.4/ec5affc9e41f1d79 (running kernel: 6.5.11-8-pve)
Later edit:
Turns out that cloud-init config is disabled by default on U24 server/desktop.
To enable it AFTER you've added a cloud-init drive and applied the pve config you need to run the below command and reboot:
Code:
sudo cloud-init clean --machine-id
Hope this helps others from head scratching.
Regards.