-
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 scalable shares #1634
Conversation
- Added support for scalable shares on `r/vsphere_compute_cluster` and `r/vsphere_resource_pool` for vSphere 7.0 and higher. - Updated the `r/vsphere_compute_cluster` and `r/vsphere_resource_pool` docs for the enhancement, including additional cleanup on the `r/vsphere_compute_cluster` docs. #1622 Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
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.
Looks good overall, one request around defaults though. I'll also add test cases for the PR.
I'll get these changes in tomorrow, @appilon. 😃 |
Sets the default for scalable shares to disabled. Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
Add check to acceptance test for resource pool. Unfortunately I don't have an environment that can run the cluster resource tests
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.
Had to make some small changes in the read/flatteners
Thanks for digging through this, Alex! |
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
r/vsphere_compute_cluster
andr/vsphere_resource_pool
for vSphere 7.0 and higher.r/vsphere_compute_cluster
andr/vsphere_resource_pool
docs for the enhancement, including additional cleanup on ther/vsphere_compute_cluster
docs.Release Note
resource/compute_cluster
: Adds support for scalable shares.(GH-1634)resource/resource_pool
: Adds support for scalable shares.(GH-1634)References
Closes #1622
Testing
main.tf
for ClusterApply and State
main.tf
for Resouce PoolsApply and State