This may be the only viable option. Create it youself so that it fits your needs.You could script some CT/VM creation menu youself, only offering limited options and then use the API to create those VMs/LXCs with the selected options. Or maybe there are already similar paid 3rd-party-tools.
Yes, templates suck because requirements change a lot. Do automatic (network) installations and customization. This is the only way to get exactly what you want.There's multiple defaults that I need to change _every single time_ and building templates is not a good enough universal solution.
This may be the only viable option. Create it youself so that it fits your needs.
Yes, templates suck because requirements change a lot. Do automatic (network) installations and customization. This is the only way to get exactly what you want.
For containers, I get the netboot part, yet for VMs? I don't understand, can you please elaborate?Network booting has no real capability of configuring the VM/LXC objects within Proxmox VE itself, which really is what this is about.
For containers, I get the netboot part, yet for VMs? I don't understand, can you please elaborate?
We have pxe boot and dhcp-based profiles so that we can create create a VM, register the mac in the dhcp and automatically install the VM based on defined profile. After the install is done, we have a fully configured and updated VM ready to serve.
Thank you for clearing this up. Yes, I feel you and we just switched over to create the VMs via the API how we like it.