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

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Jun 6 14:36:15 CEST 2019


On 6/5/19 11:09 AM, Mira Limbeck wrote:
> 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(-)
> 

applied all three patches, thanks!




More information about the pve-devel mailing list