Skip to content

AGENT-1313: Add IRI manifest for OVE#612

Merged
danielerez merged 1 commit intoopenshift:masterfrom
pawanpinjarkar:add-irr-file-ove
Jan 20, 2026
Merged

AGENT-1313: Add IRI manifest for OVE#612
danielerez merged 1 commit intoopenshift:masterfrom
pawanpinjarkar:add-irr-file-ove

Conversation

@pawanpinjarkar
Copy link
Copy Markdown
Contributor

Adds InternalReleaseImage resource manifest for OVE

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Nov 18, 2025
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Nov 18, 2025

@pawanpinjarkar: This pull request references AGENT-1364 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the sub-task to target the "4.21.0" version, but no target version was set.

Details

In response to this:

Adds InternalReleaseImage resource manifest for OVE

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.

@pawanpinjarkar
Copy link
Copy Markdown
Contributor Author

/cc @andfasano @danielerez

Comment thread pkg/asset/ignition/recovery_ignition.go Outdated
if len(parts) >= 2 {
version = parts[len(parts)-1]
}
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sounds like a piece of code that could deserve its own function, ie something like getCurrentOpenShiftVersion() ?

Comment thread pkg/asset/ignition/recovery_ignition.go Outdated
Comment thread pkg/asset/ignition/recovery_ignition.go Outdated
@pawanpinjarkar pawanpinjarkar changed the title AGENT-1364: Add IRR manifest for OVE AGENT-1364: Add IRI manifest for OVE Nov 20, 2025
Comment thread pkg/asset/ignition/recovery_ignition.go Outdated
@andfasano
Copy link
Copy Markdown
Contributor

/hold

Before landing this PR we'll need to test the integration of openshift/machine-config-operator#5452 with @danielerez work (ie #613)

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 1, 2025
@pawanpinjarkar pawanpinjarkar changed the title AGENT-1364: Add IRI manifest for OVE AGENT-1313: Add IRI manifest for OVE Dec 15, 2025
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Dec 15, 2025

@pawanpinjarkar: This pull request references AGENT-1313 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Adds InternalReleaseImage resource manifest for OVE

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.

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 8, 2026
@andfasano
Copy link
Copy Markdown
Contributor

/hold cancel

@openshift-ci openshift-ci Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 15, 2026
Comment thread pkg/asset/ignition/recovery_ignition.go Outdated
- name: ocp-release-bundle-%s
`, version)

iriFile := ignition.FileFromString("/etc/assisted/extra-manifests/internalreleaseimage.yaml", "root", 0644, iriContent)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Until the installer min storage will be more robust, it will be useful to have a comment dropped here to remind to keep in sync the resource full path with openshift/installer#10176

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 19, 2026
@andfasano
Copy link
Copy Markdown
Contributor

/lgtm

@andfasano
Copy link
Copy Markdown
Contributor

cc @danielerez for approval

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jan 19, 2026
@danielerez
Copy link
Copy Markdown
Contributor

/retest

Copy link
Copy Markdown
Contributor

@danielerez danielerez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just a missing blank line at EOF of the utils files.
Also the e2e tests fail, though seems unrelated. I'll check them.

Comment thread pkg/utils/utils.go Outdated
Comment thread pkg/utils/utils_test.go Outdated
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jan 20, 2026
@andfasano
Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jan 20, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Jan 20, 2026

@pawanpinjarkar: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-sno-dualstack-dhcp f8bf726 link false /test e2e-sno-dualstack-dhcp
ci/prow/e2e-compact-ipv4-static f8bf726 link true /test e2e-compact-ipv4-static

Full PR test history. Your PR dashboard.

Details

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.

@danielerez
Copy link
Copy Markdown
Contributor

/approve
/lgtm

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Jan 20, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: danielerez, pawanpinjarkar

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 20, 2026
@danielerez danielerez merged commit dea3c36 into openshift:master Jan 20, 2026
3 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants