-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Bug 2041765: Adjust the startup order of httpd container #5541
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
Bug 2041765: Adjust the startup order of httpd container #5541
Conversation
Run the httpd container after the coreos-downloader completes to ensure that the kernel parameters can be added correctly. Signed-off-by: Zhou Hao <[email protected]>
|
Hi @zhouhao3. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
/ok-to-test |
|
/retest |
|
So the runhttpd script is rendering What's most confusing about this is how it could have been working anywhere? We'll need to link this to a (public) bugzilla in order to merge it. /approve |
We are also very confused, what environment do you test in so that this issue will not occur? Maybe it's just an iPXE issue. |
|
/test e2e-aws-workers-rhel8 |
|
/test e2e-metal-ipi-ovn-dualstack |
|
/retitle Bug 2041765: Adjust the startup order of httpd container |
Sent bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=2041765 |
|
@zhouhao3: This pull request references Bugzilla bug 2041765, which is invalid:
Comment 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. |
|
@zhouhao3: Re-titling can only be requested by trusted users, like repository collaborators. 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. |
|
/bugzilla refresh |
|
@zaneb: This pull request references Bugzilla bug 2041765, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla ([email protected]), skipping review request. 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. |
AIUI there are two paths to inspecting a host, requesting ironic-conducor to inspect a specific host will cause ironic to create a pxe config specific for the host, this uses dualboot.ipxe this doesn't not use inspector.ipxe as a config is present for the MAC of the host The alternative also uses dualboot.ipxe but fails to get a host specific config and then fallsback to inspector.ipxe , this could happen if |
As we can see from the PXE startup interface, the MAC address for the host is correct, inspector.ipxe is used because there is no corresponding file in the pxelinux.cfg folder. We can see that the pxelinux.cfg folder is empty in bootstrap. FYI, here is the content of the tftpboot folder: |
|
The files in the tftpboot dir have We are setting the boot interface to According to https://docs.openstack.org/ironic/latest/admin/drivers/irmc.html#hardware-interfaces the I suspect if we change the boot interface to |
After changing the boot interface to ipxe, there will be no previous issue, thank you very much, I will close this PR, and I will create a fixed PR later. |
|
After solving this problem by changing the boot interface to ipxe, there is a issue that the Master cannot download the Ironic Agent image. See #5552 for details. |
|
I think we should still merge this, since it's clearly correct even if it isn't strictly needed in this case. |
|
@zaneb: Reopened this PR. 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. |
|
@zhouhao3: This pull request references Bugzilla bug 2041765, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla ([email protected]), skipping review request. 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. |
|
/ok-to-test |
|
/lgtm |
|
/test e2e-metal-single-node-live-iso |
1 similar comment
|
/test e2e-metal-single-node-live-iso |
|
/test e2e-aws-workers-rhel8 |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ardaguclu, zaneb 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 |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
alibaba should no longer be required. /skip |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
@zhouhao3: 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/test-infra repository. I understand the commands that are listed here. |
|
@zhouhao3: All pull requests linked via external trackers have merged: Bugzilla bug 2041765 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 kubernetes/test-infra repository. |

Run the httpd container after the coreos-downloader completes to ensure that the kernel parameters can be added correctly.
Fixes: #5504
Signed-off-by: Zhou Hao [email protected]