-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
terraform: azurerm bump provider to v3.19.1 #6262
terraform: azurerm bump provider to v3.19.1 #6262
Conversation
/cc @patrickdillon |
This LGTM, but how does this enable ARM instances/shared gallery images? The VM resource is already using the Do we need to read the gallery image as a data source source or something? |
I found the answer in a jira comment, which points to this: hashicorp/terraform-provider-azurerm#17768 |
The gallery image work will come in future PRs. @Prashanth684 is working on them. |
https://issues.redhat.com/browse/ARMOCP-429 has details about the changes needed for bootimage creation for arm64. The next step will be to add creation of arm64 bootimages using the image gallery. |
/retest |
/lgtm |
@patrickdillon are we good for an approval? |
/test e2e-azurestack |
/test e2e-azure-resourcegroup |
/test e2e-azurestack |
@sadasu took a brief look at the e2e-azurestack error logs. the nodes are all up and all the operators are up except the csi driver and monitoring . the csi driver pods are failing with
i don't think it is related to this change. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sadasu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold Revision 2e519f0 was retested 3 times: holding |
/retest-required |
/test e2e-azure |
/retest-required |
/hold cancel |
/retest-required |
@r4f4: The following tests failed, say
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/test-infra repository. I understand the commands that are listed here. |
This is the first step needed for enabling arm64 support.
/cc @Prashanth684