[pve-devel] [PATCH qemu-server v2 0/3] add cloudinit config dump
Mira Limbeck
m.limbeck at proxmox.com
Wed Jun 5 11:09:40 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.
v2:
- removed all dump functions except for one and moved the logic there
as suggested by @Thomas
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 | 49 +++++++++++++++++++++++++++++++++++++--------
3 files changed, 80 insertions(+), 8 deletions(-)
--
2.11.0
More information about the pve-devel
mailing list