-
Bug
-
Resolution: Done-Errata
-
Undefined
-
4.20
This is a clone of issue OCPBUGS-58226. The following is the description of the original issue:
—
Description of problem:
OVE ISOBuilder works only if and when the script is executed from the iso_builder directory. update_ignition() code only works if you execute the script from a certain directory iso_builder directory
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Instead of running the script from hack/isobuilder i.e. cd ~/agent-installer-utils/tools/iso_builder ./hack/build-ove-image.sh --pull-secret-file /home/test/dev-scripts/pull_secret.json --release-image-url registry.ci.openshift.org/ocp/release:4.20.0-0.ci-2025-06-29-205044 2. Run the script from any directory like cd ~/agent-installer-utils ./tools/iso_builder/hack/build-ove-image.sh --pull-secret-file /home/test/dev-scripts/pull_secret.json --release-image-url registry.ci.openshift.org/ocp/release:4.20.0-0.ci-2025-06-29-205044
Actual results:
Writing to 'stdio:/home/bmanzari/ove/tools/iso_builder/hack/output/4.20.0-0.ci-2025-06-25-191314/ove/output/agent-ove.x86_64.iso' completed successfully.Extracting ignition. Updating ignition... cat: data/ove/data/systemd/agent-setup-tui.service: No such file or directory base64: data/ove/data/files/usr/local/bin/setup-agent-tui.sh: No such file or directory
Expected results:
No such errors occur and ISO is created successfully.
Additional info:
- clones
-
OCPBUGS-58226 OVE ISOBuilder works only if and when the script is executed from the iso_builder directory
-
- Verified
-
- is blocked by
-
OCPBUGS-58226 OVE ISOBuilder works only if and when the script is executed from the iso_builder directory
-
- Verified
-
- links to
-
RHBA-2025:11673 OpenShift Container Platform 4.19.6 bug fix update