-
Notifications
You must be signed in to change notification settings - Fork 1.5k
CORS-2472: Expose Azure useImageGallery parameter in the MachineSets() call #6737
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
CORS-2472: Expose Azure useImageGallery parameter in the MachineSets() call #6737
Conversation
|
This looks good to me. for missing it the first time around. |
|
/assign @patrickdillon |
|
It would be nice if the commit message was more descriptive as suggested in our contributing guidelines: https://github.com/openshift/installer/blob/master/CONTRIBUTING.md#commit-message-format |
|
Even though this was not introduced by this PR, the golint tool is setup in such a way it'll report existing problems when new changes touch them. There are 2 ways to appease the linter here:
|
This allows end-users of the MachineSets() function to choose whether they want to use the image gallery or not (<=4.11 vs >=4.12). Additionally, the unused parameter rhcosVerison has been removed, and a variable has been shadowed to appease the golint CI check. See openshift#6694 for more details concerning why this change is necessary.
fbff8d2 to
92b521e
Compare
|
@r4f4 hopefully this appeases the golint CI... thanks for the review |
|
/lgtm |
|
/approve |
|
@patrickdillon: once the present PR merges, I will cherry-pick it on top of release-4.12 in a new PR and assign it to you. DetailsIn 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 kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: patrickdillon The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@dlom: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/hold Revision 92b521e was retested 3 times: holding |
|
/hold cancel |
|
/override ci/prow/e2e-gcp-ovn |
1 similar comment
|
/override ci/prow/e2e-gcp-ovn |
|
@patrickdillon: Overrode contexts on behalf of patrickdillon: ci/prow/e2e-gcp-ovn DetailsIn 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 kubernetes/test-infra repository. |
|
@patrickdillon: new pull request created: #6753 DetailsIn 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 kubernetes/test-infra repository. |
|
🎉 thanks everyone |
|
/retitle CORS-2472: Expose Azure useImageGallery parameter in the MachineSets() call |
|
/bugzilla refresh |
As a followup to #6694, Hive needs to be able to select whether to use the image gallery setting or not. This change just forwards the
useImageGalleryfurther up the chain, and also removes the unusedrhcosVersionparameter./cc @patrickdillon