-
Notifications
You must be signed in to change notification settings - Fork 77
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
Affinity rules #313
Affinity rules #313
Conversation
Add handling of temporary vApps with GOVCD_KEEP_TEST_OBJECTS
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.
Overall looks good.
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.
Verified on 9.7 Cassini.
Fails on home env 9.5 and 10.1 as envs don't have two ESXI.
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 a clean PR. Only a few suggestions and a question.
Implement VM affinity rules CRUD:
vdc.CreateVmAffinityRuleAsync
vdc. CreateVmAffinityRule
vdc.GetAllVmAffinityRuleList
vdc.GetVmAffinityRuleList
vdc.GetVmAntiAffinityRuleList
vdc.GetVmAffinityRuleByHref
vdc.GetVmAffinityRulesByName
vdc.GetVmAffinityRuleById
vdc.GetVmAffinityRuleByNameOrId
VmAffinityRule.Delete
VmAffinityRule.Update
VmAffinityRule.SetMandatory
VmAffinityRule.SetEnabled
VmAffinityRule.Refresh
Test with: