OCPBUGS-57803: MCO: consider custom AMI for edge compute machine pool#9798
Conversation
If custom boot images are specified, the installer generates an MCO manifest to disable MCO boot image management [0]. On AWS, previously edge compute machine pool was not considered for custom AMI. This commit ensures custom AMI is considered in all compute machine pools. References: [0] openshift#9783
|
@tthvo: This pull request references Jira Issue OCPBUGS-57348, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/cc @patrickdillon |
|
/retitle OCPBUGS-57803: consider custom AMI for edge compute machine pool |
|
@tthvo: This pull request references Jira Issue OCPBUGS-57803, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/retitle OCPBUGS-57803: MCO: consider custom AMI for edge compute machine pool |
|
/label platform/aws |
|
@tthvo: 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-sigs/prow repository. I understand the commands that are listed here. |
|
/approve This LGTM. Let's @mtulio a chance to review. /cc @mtulio Marco the background here (if you're not aware, which I wasn't until last week) the MCO has enabled boot image management in aws (& gcp). The bug is that if a user specifies a custom AMI in the install config, the MCO will overwrite it with the AMI from the rhcos stream. To fix it, the installer lays down an MCO configuration file to disable boot image management. |
|
[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 |
|
Marco's on PTO. |
7b227fa
into
openshift:main
|
@tthvo: Jira Issue OCPBUGS-57803: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-57803 has been moved to the MODIFIED state. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[ART PR BUILD NOTIFIER] Distgit: ose-installer |
|
[ART PR BUILD NOTIFIER] Distgit: ose-baremetal-installer |
|
[ART PR BUILD NOTIFIER] Distgit: ose-installer-artifacts |
|
/cherry-pick release-4.19 |
|
@gpei: #9798 failed to apply on top of branch "release-4.19": 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-sigs/prow repository. |
|
@tthvo looks like it may need a manual backport to 4.19 due to the conflicts. |
|
/cherry-pick release-4.19 |
|
@tthvo: new pull request created: #9807 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-sigs/prow repository. |
If custom boot images are specified, the installer generates an MCO manifest to disable MCO boot image management (#9783).
On AWS, previously edge compute machine pool was not considered for custom AMI. This commit ensures custom AMI is considered in all compute machine pools.