-
Notifications
You must be signed in to change notification settings - Fork 475
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
Register baremetal provisioning ports #556
Conversation
These two ports are used on control plane nodes to cache files that must be served as part of provisioning baremetal hosts via the baremetal-operator.
/cc @russellb |
/approve |
Should we register the port for Ironic too? |
Yeah, and inspector, conductor, mariadb... |
0adf425
to
61efb71
Compare
Thanks, sorry a couple more things.
|
I mentioned that it's control-plane only; I think that's sufficient. You don't know which node it's going to be on, and it can move, so it's not like you can go ahead and reuse those ports on other hosts. For the purposes of this document these services own these ports on the control plane. I agree that it might not be obvious to everyone that stuff that mentions baremetal only runs when the platform is baremetal IPI. Not sure how to fit that in the notes column without writing an essay :D
Yes. I added it to my PR already. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhellmann, stbenjam, zaneb 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 |
These two ports are used on control plane nodes to cache files that must
be served as part of provisioning baremetal hosts via the
baremetal-operator.