-
Notifications
You must be signed in to change notification settings - Fork 32
OCPBUGS-56168: [release-4.17] Update virtualmachines service to armcompute/v5 SDK #146
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
base: release-4.17
Are you sure you want to change the base?
Conversation
This replaces use of the legacy /services SDK for compute only in the virtualmachines service, with a minimal set of supporting changes. This allows using Azure APIs beyond those available via the legacy SDK. (cherry picked from commit f76ad07) Conflicts: * pkg/cloud/azure/actuators/machine/reconciler.go - getPlatformFaultDomain is not present * pkg/cloud/azure/actuators/machine/reconciler_test.go - No test for getPlatformFaultDomain * pkg/cloud/azure/decode/virtualmachine.go - We deleted it anyway (cherry picked from commit 51fbd9a) Conflicts: * go.mod - Trivial difference in grouping
@mdbooth: This pull request references Jira Issue OCPBUGS-56168, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@mdbooth: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/assign @nrb @JoelSpeed As you reviewed the previous one |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
This replaces use of the legacy /services SDK for compute only in the virtualmachines service, with a minimal set of supporting changes. This allows using Azure APIs beyond those available via the legacy SDK.
(cherry picked from commit f76ad07)
Conflicts:
(cherry picked from commit 51fbd9a)
Conflicts:
Merge first:
/hold