-
Notifications
You must be signed in to change notification settings - Fork 441
OCPBUGS-13547: Pass release image version to MCO bootstrap via --payload-version #2572
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
OCPBUGS-13547: Pass release image version to MCO bootstrap via --payload-version #2572
Conversation
|
@JoelSpeed: This pull request references Jira Issue OCPBUGS-13547, which is valid. 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 kubernetes/test-infra repository. |
| fmt.Sprintf("--pull-secret=%s/pull-secret.yaml", configDir), | ||
| fmt.Sprintf("--dest-dir=%s", destDir), | ||
| fmt.Sprintf("--additional-trust-bundle-config-file=%s/user-ca-bundle-config.yaml", configDir), | ||
| fmt.Sprintf("--payload-version=%s", releaseVersion), |
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.
you can just use imageProvider.Version() here and the previous changes are not required
|
/approve The mcoBootstrapScript is a codepath we no longer use, so we should eventually remove it. |
f07780e to
9e225af
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csrwng, JoelSpeed 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 |
|
/test verify |
|
capturing slack discussion: lgtm |
603fb9a to
54b9bad
Compare
|
Looks to me like the API server went down for a bit during this test, not sure if this is expected to pass or not, will retest |
|
/lgtm |
|
@JoelSpeed: The following test 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. |
|
@JoelSpeed: Jira Issue OCPBUGS-13547: Some pull requests linked via external trackers have merged:
The following pull requests linked via external trackers have not merged: These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-13547 has not 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 kubernetes/test-infra repository. |
What this PR does / why we need it:
MCO recently introduced a new flag
--payload-versionthat expects to take the payload release version as a value. This is currently inert but will be required once openshift/machine-config-operator#3688 is merged.This was added to the installer in openshift/installer#7160.
Which issue(s) this PR fixes (optional, use
fixes #<issue_number>(, fixes #<issue_number>, ...)format, where issue_number might be a GitHub issue, or a Jira story:Fixes #
Checklist