We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is possible to set extraConfig values for a new VM in the VirtualMachineConfigSpec prior to CloneVM_Task.
extraConfig
VirtualMachineConfigSpec
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is possible to set
extraConfig
values for a new VM in theVirtualMachineConfigSpec
prior toCloneVM_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
The text was updated successfully, but these errors were encountered: