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

🌱 Adding ipxe builder to init container #1966

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

adilGhaffarDev
Copy link
Member

What this PR does / why we need it:
Adding ipxe builder to ironic init container

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

@metal3-io-bot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@metal3-io-bot metal3-io-bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 17, 2024
@metal3-io-bot metal3-io-bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Sep 17, 2024
@metal3-io-bot metal3-io-bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 23, 2024
@adilGhaffarDev adilGhaffarDev marked this pull request as ready for review October 23, 2024 09:49
@metal3-io-bot metal3-io-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 23, 2024
@mquhuy
Copy link
Member

mquhuy commented Oct 24, 2024

So this ipxe-builder will run as an init container for ironic? Why does it have its own overlays?

@Rozzii
Copy link
Member

Rozzii commented Oct 24, 2024

So this ipxe-builder will run as an init container for ironic? Why does it have its own overlays?

Yes it will run as init container, the idea is that it is not mandatory if user is fine with the default iPXE firmware then this init container is not needed.

Copy link
Member

@mquhuy mquhuy left a comment

Choose a reason for hiding this comment

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

I think the overlays names should be something like with-ipxe-builder, instead of ipxe-builder. That overlay should install ironic with ipxe-builder as an init container, not just the ipxe-builder itself.

I left an inline comment. Currently this overlay should give us tls on ipxe-builder, but not on ironic. Not sure if that's what we want?

@mquhuy
Copy link
Member

mquhuy commented Oct 24, 2024

So this ipxe-builder will run as an init container for ironic? Why does it have its own overlays?

Yes it will run as init container, the idea is that it is not mandatory if user is fine with the default iPXE firmware that this init container is not needed.

Thanks for the explanation. I was confused by the overlays names.

@dtantsur
Copy link
Member

Note: everything happening here should be repeated in ironic-standalone-operator.

Signed-off-by: Muhammad Adil Ghaffar <[email protected]>
@Rozzii
Copy link
Member

Rozzii commented Oct 25, 2024

FYI: I have started reviewing this, looks good but I have not finished yet.

@Rozzii Rozzii added this to the BMO - v0.9.0 milestone Nov 6, 2024
@mquhuy
Copy link
Member

mquhuy commented Nov 7, 2024

/lgtm

@metal3-io-bot metal3-io-bot added the lgtm Indicates that a PR is ready to be merged. label Nov 7, 2024
@tuminoid
Copy link
Member

tuminoid commented Nov 7, 2024

LGTM to me

Copy link
Member

@Rozzii Rozzii left a comment

Choose a reason for hiding this comment

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

/approve

@metal3-io-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Rozzii

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

The pull request process is described 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

@metal3-io-bot metal3-io-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 8, 2024
@metal3-io-bot metal3-io-bot merged commit c54a007 into metal3-io:main Nov 8, 2024
15 checks passed
@metal3-io-bot metal3-io-bot deleted the ipxe-hardening/adil branch November 8, 2024 06:38
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. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
Status: BMO WIP
Development

Successfully merging this pull request may close these issues.

6 participants