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
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
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
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
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
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