vsphere-cloud-plugin
vsphere-cloud-plugin copied to clipboard
Add additional parameters to reconfiguring VMs
Howdy folks,
According to the vSphere WSSDK docs for vim.vm.ConfigSpec, you can setup reservations and limits for both CPU and memory.
In the course of my work, I've had to specify a CPU reservation limit for my linked clone build agent VMs, and ended up forking the plugin to achieve this. Are there any plans to support the additional config changes to the spec? I rewrote the existing default constructor, but ideally I'd create a new one to support the additional config parameters. Thoughts?