-
Notifications
You must be signed in to change notification settings - Fork 120
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
[WIP] PoC Hostnetworkless Ironic with VirtualMedia Using NodePorts #1433
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
/test metal3-dev-env-integration-test-centos-main |
59ef0fd
to
26da13b
Compare
/metal3-dev-env-integration-test-ubuntu-main |
/test metal3-dev-env-integration-test-centos-main |
Signed-off-by: Mohammed Boukhalfa <[email protected]>
26da13b
to
c2e2a8b
Compare
/test metal3-dev-env-integration-test-centos-main |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues close after 30d of inactivity. Reopen the issue with /close |
@metal3-io-bot: Closed this PR. In 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-sigs/prow repository. |
This is a small PoC part of the short focus discussion metal3-io/baremetal-operator#1739. It demonstrate running Ironic without hostNetwork, limited to the virtualMedia use case, using a nodePort service.
Changes Needed
Edit Ironic Deployment:
hostNetwork: true
.dnsmasq
container.Add NodePort Service:
httpd
internal port because theHTTP_PORT
variable from the dev-env is used in both internal and external configurations, which would require more changes to configure only the external port.Edit Ironic ConfigMap:
PROVISIONING_IP
so that therunironic
script uses the pod's IP from theeth0
interface.Provisioning Networks:
keepalived
since it cannot access theironicendpoint
bridge and instead use manual commands to configure the bridge with the Ironic external IP./hold