[pve-devel] [PATCH] api: cloud-init support for mtu and userdata

2020-08-11 Thread Marius Schellenberger
Extended the PVE API to configure cloud-init userdata and network interface MTU. Signed-off-by: Marius Schellenberger --- PVE/API2/Qemu.pm| 1 + PVE/QemuServer.pm | 18 +- PVE/QemuServer/Cloudinit.pm | 31 +-- 3 files changed

[pve-devel] [PATCH] ui: added cloud-init mtu and userdata options

2020-08-11 Thread Marius Schellenberger
Added options to configure the cloud-init MTU and userdata fields via the Web-UI. Signed-off-by: Marius Schellenberger --- www/manager6/Makefile | 1 + www/manager6/Parser.js| 6 ++ www/manager6/Utils.js | 8 +++ www/manager6/qemu/CloudInit.js| 10

[pve-devel] Extend API for cloud-init MTU and userdata

2020-08-11 Thread Marius Schellenberger
To fully automate virtual machine creation and configuration via the Proxmox API, I added configuration support for MTU and userdata to the cloud-init options. ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mai

[pve-devel] [PATCH manager] ui: added cloud-init mtu and userdata options

2020-07-07 Thread Marius Schellenberger
Added options to configure the cloud-init MTU and userdata fields via the Web-UI. Signed-off-by: Marius Schellenberger --- www/manager6/Makefile | 1 + www/manager6/Parser.js| 6 ++ www/manager6/Utils.js | 8 +++ www/manager6/qemu/CloudInit.js| 10

[pve-devel] Extend cloud-init API with MTU and userdata

2020-07-07 Thread Marius Schellenberger
To fully automate virtual machine creation and configuration via the Proxmox API, I added configuration support for MTU and userdata to the cloud-init options. These options can now be configured using the API or Web-UI and are stored in the qemu-server/*.conf configuration file, removing the n

[pve-devel] [PATCH qemu-server] api: cloud-init support for mtu and userdata

2020-07-07 Thread Marius Schellenberger
Extended the PVE API to configure cloud-init userdata and network interface MTU. Signed-off-by: Marius Schellenberger --- PVE/API2/Qemu.pm| 1 + PVE/QemuServer.pm | 18 +- PVE/QemuServer/Cloudinit.pm | 31 +-- 3 files changed