Skip to content
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

Add coreos.live.rootfs_url boot parameter #253

Closed
wants to merge 1 commit into from

Conversation

bn222
Copy link

@bn222 bn222 commented Jan 24, 2022

Add missing parameter to allow fetching the root filesystem during boot.
The boot argument relies on IRONIC_IP and HTTP_PORT being set properly.

Signed-off-by: Balazs Nemeth bnemeth@redhat.com

Add missing parameter to allow fetching the root filesystem during boot.
The boot argument relies on IRONIC_IP and HTTP_PORT being set properly.

Signed-off-by: Balazs Nemeth <bnemeth@redhat.com>
@openshift-ci
Copy link

openshift-ci bot commented Jan 24, 2022

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: bn222
To complete the pull request process, please assign zaneb after the PR has been reviewed.
You can assign the PR to them by writing /assign @zaneb in a comment when ready.

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

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
Copy link

openshift-ci bot commented Jan 24, 2022

@bn222: 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-metal-ipi-virtualmedia 233064e link true /test e2e-metal-ipi-virtualmedia
ci/prow/images 233064e link true /test images
ci/prow/e2e-metal-ipi 233064e link true /test e2e-metal-ipi

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@dtantsur
Copy link
Member

/cc @zaneb

This does not look correct. The rootfs_url is added to IRONIC_KERNEL_PARAMS in scripts/coreos-ipa-common.sh.

@openshift-ci openshift-ci bot requested a review from zaneb January 24, 2022 14:01
@zaneb
Copy link
Member

zaneb commented Jan 24, 2022

Yeah, this is wrong, or at least unnecessary. Also, it won't work with IPv6. The correct value is set here: https://github.com/openshift/ironic-image/blob/master/scripts/coreos-ipa-common.sh#L8

You didn't say what the issue was, but I suspect the root cause can be resolved by openshift/installer#5541
Also, it appears that we only fall back to using inspector.ipxe when there is something wrong with the driver: openshift/installer#5541 (comment). It's there more for auto-discovering hosts, which we don't really do.

/close

@openshift-ci openshift-ci bot closed this Jan 24, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jan 24, 2022

@zaneb: Closed this PR.

In response to this:

Yeah, this is wrong, or at least unnecessary. Also, it won't work with IPv6. The correct value is set here: https://github.com/openshift/ironic-image/blob/master/scripts/coreos-ipa-common.sh#L8

You didn't say what the issue was, but I suspect the root cause can be resolved by openshift/installer#5541
Also, it appears that we only fall back to using inspector.ipxe when there is something wrong with the driver: openshift/installer#5541 (comment). It's there more for auto-discovering hosts, which we don't really do.

/close

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.

e-minguez pushed a commit to e-minguez/ironic-image that referenced this pull request Feb 23, 2022
Merge ironic and ironic-inspector repositories, single Dockerfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants