Jé pa l'temps #32 - Cloudinit

With Proxmox

Disk auto resize on boot

  • Issue when you have several partition, if the order is disk,boot,swap; The last partition is Swap. It works well with only one big partition. Let’s try with several
    • Works with legacy partition, not LVM. LVM is another step of complexity.

Cloud init (Hostname)

There are “three configs” for the cloud init

  • Network
  • Vendor
  • User

With this command, we can see the user config setup by Proxmox.

# user is the type of the config to show
qm cloudinit dump 100 user
  • No Datasource in the cloud init file, from packer
  • Cloud init file as usual from packer
  • add cloud init disk on the machine

— — — — — — — — — — — — — — — — — — — — —

La série « Jé pa l’temps » est une série de tutoriels rapides en mode “prise de note” pour avoir une trace de tout ce dont je ne peux me rappeler et pourquoi pas le partager à d’autre. On va à l’essentiel, laissons les jolis pavés à d’autres sites comme medium… LOL !