Closed cleeistaken closed 7 months ago
Hello, cleeistaken! 🖐
Thank you for submitting an issue for this provider. The issue will now enter into the issue lifecycle.
If you want to contribute to this project, please review the contributing guidelines and information on submitting pull requests.
Marking this issue as stale due to inactivity in the past 180 days. This helps us focus on the active issues. If this issue is reproducible with the latest version of the provider, please comment. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Guidelines
Description
vSphere 8 introduces network function offload to a DPU through VMware Distributed Services Engine (DSE). To benefit from DPU acceleration, a VDS version 8.0.0 must be created and the network offloads compatibility must be set to ["None", "Pensando", "NVIDIA BlueField"].
This issue is partially related to: issue 1903
Use Case(s)
Deployment of DPU backed VDS for DSE.
Potential Terraform Provider Configuration
resource "vsphere_distributed_virtual_switch" "vds" { name = "vds-01" datacenter_id = data.vsphere_datacenter.datacenter.id
version = "8.0.0" offload_compatibility = "Pensando"
uplinks = ["uplink1", "uplink2", "uplink3", "uplink4"] active_uplinks = ["uplink1", "uplink2"] standby_uplinks = ["uplink3", "uplink4"] }
References
No response