-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add support for sr-iov network interface #2059
feat: add support for sr-iov network interface #2059
Conversation
vsphere/internal/virtualdevice/virtual_machine_network_interface_subresource.go
Show resolved
Hide resolved
vsphere/internal/virtualdevice/virtual_machine_network_interface_subresource.go
Outdated
Show resolved
Hide resolved
vsphere/internal/virtualdevice/virtual_machine_network_interface_subresource.go
Outdated
Show resolved
Hide resolved
vsphere/internal/virtualdevice/virtual_machine_network_interface_subresource.go
Outdated
Show resolved
Hide resolved
vsphere/internal/virtualdevice/virtual_machine_network_interface_subresource.go
Outdated
Show resolved
Hide resolved
vsphere/internal/virtualdevice/virtual_machine_network_interface_subresource.go
Outdated
Show resolved
Hide resolved
vsphere/internal/virtualdevice/virtual_machine_network_interface_subresource.go
Outdated
Show resolved
Hide resolved
vsphere/internal/virtualdevice/virtual_machine_network_interface_subresource.go
Outdated
Show resolved
Hide resolved
vsphere/internal/virtualdevice/virtual_machine_network_interface_subresource.go
Outdated
Show resolved
Hide resolved
vsphere/internal/virtualdevice/virtual_machine_network_interface_subresource.go
Outdated
Show resolved
Hide resolved
vsphere/internal/virtualdevice/virtual_machine_network_interface_subresource.go
Outdated
Show resolved
Hide resolved
vsphere/internal/virtualdevice/virtual_machine_network_interface_subresource.go
Outdated
Show resolved
Hide resolved
vsphere/internal/virtualdevice/virtual_machine_network_interface_subresource.go
Outdated
Show resolved
Hide resolved
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.
Minor changes requested. Otherwise LGTM.
0c67c4e
to
65af228
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.
Minor text changes.
65af228
to
acf16e9
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!
af810ea
to
a9faecc
Compare
Adds support for the SR-IOV (`sriov`) network interface adapter type. Signed-off-by: Vasil Atanasov <vasila@vmware.com>
a9faecc
to
79c2121
Compare
This functionality has been released in v2.6.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
1 similar comment
This functionality has been released in v2.6.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Ported the code introduced with feat: Add support for SR-IOV Network Adapters #1417
Verified that virtual machines with SR-IOV network adapters can be created
Added basic e2e to verify that SR-IOV is supporte4d with ported code
Verified that there are no regressions introduced ran TestAccResourceVSphereVirtualMachine_staticMAC
TestAccResourceVSphereVirtualMachine_TestAccResourceVSphereVirtualMachine_hardwareVersionClone TestAccResourceVSphereVirtualMachine_disksKeepOnRemove TestAccResourceVSphereVirtualMachine_addDevices
TestAccResourceVSphereVirtualMachine_highDiskUnitInsufficientBus TestAccResourceVSphereVirtualMachine_highDiskUnitNumbers TestAccResourceVSphereVirtualMachine_removeMiddleDevicesChangeDiskUnit TestAccResourceVSphereVirtualMachine_vAppIsoNoCdrom TestAccResourceVSphereVirtualMachine_vAppIsoBasic
TestAccResourceVSphereVirtualMachine_vAppIsoChangeCdromBacking TestAccResourceVSphereVirtualMachine_cloneCustomizeWithNewResourcePool TestAccResourceVSphereVirtualMachine_cloneBlockESXi TestAccResourceVSphereVirtualMachine_clonePoweredOn TestAccResourceVSphereVirtualMachine_cloneWithBadSizeWithLinkedClone TestAccResourceVSphereVirtualMachine_cloneWithDifferentHostname TestAccResourceVSphereVirtualMachine_cpuHotAdd
TestAccResourceVSphereVirtualMachine_dualStackIPv4AndIPv6 TestAccResourceVSphereVirtualMachine_hostVMotion
on the branch with the changes + same tests on the main branch with identical results
Acceptance tests
Output from acceptance testing:
Release Note
Release note for CHANGELOG:
References
Closes #1136
Closes #1417