[SOLVED] ubuntu 20.04 liest die cloud-init meta-data nicht

lethargos

Well-Known Member
Jun 10, 2017
134
6
58
74
Hallo,

ich habe ein Template von Ubuntu 20.04.3 durch Packer (1.7.3 apple m1) auf Proxmox (6.4-9 - ich weiß, es ist ein bisschen alt) erstellt, wo ich unter anderem auch cloud-init benutzt habe. In der Kernel Command Line gibt Packer das Folgende ein:
Code:
initrd=/casper/initrd quiet ip=10.0.0.25::10.0.0.1:255.255.255.0::::8.8.8.8 autoinstall ds=nocloud-net;s=http://10.0.0.250:8080/ ---
Alles funktioniert problemlos, die IP wird vergeben und sogar von cloud-int übernommen - deshalb bleibt sie da dauerfhaft, also auch nach dem Neustart.
Das Problem jetzt ist, dass die VM die cloud-init config (direkt auf dem GUI eingegeben) nicht liest. Ich habe seit kurzem angefangen, mit cloud-init zu arbeiten, aber soweit ich verstehe, cloud-init liest die Config nur einmal (er ist ein systemd oneshot service). Trotzdem möchte ich ihn noch einmal benutzen, nachdem ich das Template geklont habe.
Könntet ihr mir bitte dabei helfen?

Grüße!
 
Last edited:
Ich habe es geschafft. Der Artikel da hat mir geholfen: https://www.burgundywall.com/post/using-cloud-init-to-set-static-ips-in-ubuntu-20-04
Grundsätzlich musste ich nur die drei Befehle ausführen und cloud-init liest beim Starten den coud-init drive, wie man direct auf dem GUI definiert:
Code:
rm -rf /etc/cloud/cloud.cfg.d/subiquity-disable-cloudinit-networking.cfg
cat << EOF > /etc/cloud/cloud.cfg.d/99-pve.cfg
datasource_list: [ConfigDrive, NoCloud]
EOF
cloud-init clean

Ich hätte mir gewünscht, dass die Dokumentation auch bei Proxmox besser gewesen wäre.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!