-
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
Update ALB service engine group and ALB settings to support SupportedFeatureSet in VCD 10.4 #485
Conversation
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Moving back to Draft as I got some test results today that showed that also changes in Edge Gateway must also be done. |
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Please expand the Description of this PR with context of why this is needed, what has changed in VCD and in which version. Thanks! |
Updated, please check now. Please let me know whether I should change something else or if it's OK now! |
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.
Thanks!
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.
I left a few non major comments and approving.
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
Signed-off-by: abarreiro <abarreiro@vmware.com>
This PR is not associated to any issue.
Description
When executing the tests using VCD 10.4, I found that some of them were failing due to:
LicenseType
attribute in 10.4 (v37.0)SupportedFeatureSet
in 10.4 (v37.0) that replaces the aboveLicenseType
SupportedFeatureSet
in 10.4 (v37.0) that replaces the aboveLicenseType
The goal of this PR is to adapt the mentioned data structures to make the Go SDK compatible with v37.0 of the API (VCD 10.4).
In consequence, the failing tests have been adapted and some functions now use
getOpenApiHighestElevatedVersion
to support both old and new scenarios.Tests