ManageIQ / manageiq-providers-vmware

ManageIQ plugin for the VMware vSphere and vCloud providers.
Apache License 2.0
22 stars 70 forks source link

Allow User to set VM extraConfig values during provisioning #880

Open agrare opened 11 months ago

agrare commented 11 months ago

It is possible to set extraConfig values for a new VM in the VirtualMachineConfigSpec prior to CloneVM_Task.

The config spec is built by this method https://github.com/ManageIQ/manageiq-providers-vmware/blob/master/app/models/manageiq/providers/vmware/infra_manager/provision/configuration/container.rb#L2-L52

It would be beneficial to allow the user to provide extraConfig key=value pairs to set on the new vm