]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
cloudinit: add cloudinit section for current generated config.
authorAlexandre Derumier <aderumier@odiso.com>
Wed, 22 Jun 2022 11:52:00 +0000 (13:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Nov 2022 16:23:30 +0000 (17:23 +0100)
commit95a5135dad974c7eae249cf92b62b06fe911af33
tree76e4fb6939c57a9043148a0d9c6acbb75c9e0e7e
parent9c88e854469d1ba8a5f17451147711c50e0a074a
cloudinit: add cloudinit section for current generated config.

Instead using vm pending options for pending cloudinit generated config,

write current generated cloudinit config in a new [special:cloudinit] SECTION.

Currently, some options like vm name, nic mac address can be hotplugged,
so they are not way to know if the cloud-init disk is already updated.

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Reviewed-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/QemuServer.pm
PVE/QemuServer/Cloudinit.pm