[pve-devel] [PATCH qemu-server 0/3] add cloudinit config dump

Mira Limbeck m.limbeck at proxmox.com
Tue Jun 4 11:31:51 CEST 2019


The ability to dump the generated cloudinit config that's written to the
ISO if no snippet is specified in combination with snippets should be
enough for almost every cloudinit user to get started on custom
cloudinit configs.

The 2nd patch depends on the 1st, and the 3rd depends on the 2nd.

For windows support another small patch is required that adds
'iso-level 3' to the 'genisoimage' command, otherwise the ISO does not get
recognized by Windows. But after that one even windows users should be
able to get everything working with snippets and custom configs.

Mira Limbeck (3):
  add function to dump cloudinit config
  add new API for dumping cloudinit config
  add qm command for cloudinit config dump

 PVE/API2/Qemu.pm            | 32 +++++++++++++++++++
 PVE/CLI/qm.pm               |  7 ++++
 PVE/QemuServer/Cloudinit.pm | 78 ++++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 109 insertions(+), 8 deletions(-)

-- 
2.11.0





More information about the pve-devel mailing list