-
Notifications
You must be signed in to change notification settings - Fork 455
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 vmk services support #1855
Conversation
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.
Thank you for the contribution. There are some changes that are needed, normally I would just highlight them in a review. Mainly we need to add acceptance tests testing the feature, although I managed to get the existing tests passing, they are not in a "sustainable" state, they were written using a pattern I'd like to move away from.
I'll make the necessary changes to this PR to get it merged.
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
This functionality has been released in v2.4.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
fix: Add support to enable services on a vmk
Support vnic enabled_services field. This feature is to support configuring the service of vnic. Current possible values are 'vmotion', 'management' and 'vsan'. Will expand scope in later version.
Testing Details:
We did end to end test from 3 standalone hosts based on the vSphere 7.0 and 8.0. The vnic can be created with different services enabled by running .tf file which contains the following settings, and the created vsan cluster is healthy.
Acceptance tests
Output from acceptance testing:
Release Note
Release note for CHANGELOG:
References
Closes #1594