Skip to content
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

Update docs for vsphere_distributed_virtual_switch #1504

Merged
merged 1 commit into from
Jan 19, 2022
Merged

Update docs for vsphere_distributed_virtual_switch #1504

merged 1 commit into from
Jan 19, 2022

Conversation

tenthirtyam
Copy link
Collaborator

Description

  • Clarifies the support for LBT - loadbalance_loadbased
  • Corrects the name and acronym of the vSphere object (vSphere Distributed Switch (VDS)) in the resource and data source documentation.
  • Additional updates to the resource and data source documentation for accuracy and quality improvements.

Acceptance tests

  • Have you added an acceptance test for the functionality being added?
  • Have you run the acceptance tests on this branch?
  • Not applicable for this change.

Release Note

Release note for CHANGELOG:

Update docs for `vsphere_distributed_virtual_switch`

References

Resolves #981 - a documentation issue.

LBT / Load-based Teaming / Route based on physical NIC load.

resource "vsphere_distributed_virtual_switch" "dvs" {
  name           = "terraform-test-dvs"
  datacenter_id  = data.vsphere_datacenter.datacenter.id
  version        = "7.0.2"
  teaming_policy = "loadbalance_loadbased"
}

Result on port group inheritance:

image

Addresses #981 - a documentation issue.
- Clarifies the support for LBT - `loadbalance_loadbased`
- Corrects the name and acronym of the vSphere object (_vSphere Distributed Switch (VDS)_) in the resource and data source documentation.
- Additional updates to the resource and data source documentation for accuracy and quality improvements.

Ryan Johnson <[email protected]>
@appilon appilon merged commit 6f0b7ad into hashicorp:master Jan 19, 2022
@tenthirtyam tenthirtyam deleted the update-docs-vds branch January 19, 2022 23:00
@tenthirtyam tenthirtyam added this to the v2.1.0 milestone Feb 14, 2022
@github-actions
Copy link

github-actions bot commented Mar 2, 2022

This functionality has been released in v2.1.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!

@github-actions
Copy link

github-actions bot commented Apr 2, 2022

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Type: Documentation size/l Relative Sizing: Large
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for 'Route based on physical NIC load' load balancing policy
2 participants