-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
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
feat: add support for vgpu #2113
base: main
Are you sure you want to change the base?
Conversation
vsphere/internal/virtualdevice/virtual_machine_device_subresource.go
Outdated
Show resolved
Hide resolved
Hey @mristok did you run the acceptance tests in "vsphere/resource_vsphere_virtual_machine_test.go"? |
3bf974b
to
55c9b2f
Compare
Added the |
I tested the change with some mock GPUs on my environment, seems to work fine |
55c9b2f
to
0276fdd
Compare
@stoyanzhelyazkov I ran existing acceptance tests. However, I did not create a new test for the new property |
98f8b34
to
bdf3e18
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bdf3e18
to
6cfa23a
Compare
Add a new option `shared-pci-device-id` to the `virtual machine` resource. This enables users to 1 or more vGPU to the VM as an update to the resource or during the clone operation.
6cfa23a
to
afe256f
Compare
Readded the |
Description
Add a new option
shared-pci-device-id
to thevirtual machine
resource. This enables users to 1 or more vGPU to the VM as an update to the resource or during the clone operation.Acceptance tests
Output from acceptance testing:
Release Note
Release note for CHANGELOG:
References
Closes #1378