-
Notifications
You must be signed in to change notification settings - Fork 122
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 MetalLB LoadBalancer #1435
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 |
7af6e47
to
bb61ed6
Compare
/test metal3-dev-env-integration-test-centos-main |
Quite strange error:
Retriggering the PR is not changing the templates ! /test metal3-dev-env-integration-test-centos-main |
/test metal3-dev-env-integration-test-centos-main |
cd9bd5c
to
bbb9082
Compare
/test metal3-dev-env-integration-test-centos-main |
Signed-off-by: Mohammed Boukhalfa <[email protected]>
bbb9082
to
7674368
Compare
/test metal3-dev-env-integration-test-centos-main |
1 similar comment
/test metal3-dev-env-integration-test-centos-main |
Seems the issue seen |
/test ? |
@mboukhalfa: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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/test-infra repository. |
/test metal3-centos-e2e-basic-test-main |
/test metal3-dev-env-integration-test-centos-main |
The Changes is not implemented to be tested with e2e test |
@mboukhalfa: Overrode contexts on behalf of mboukhalfa: metal3-centos-e2e-basic-test-main 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/test-infra repository. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/close |
@mboukhalfa: 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 LoadBalancer service.
Changes Needed
Edit Ironic Deployment:
hostNetwork: true
.dnsmasq
container.keepalived
container.Add MetalLB Service:
Enable MetalLB on Minikube :
minikube addons enable metallb
and install it on the target cluster :
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.14.5/config/manifests/metallb-native.yaml
and create an ip pool:
Add LoadBalancer Service:
Edit Ironic ConfigMap:
PROVISIONING_IP
so that therunironic
script uses the pod's IP from theeth0
interface.Provisioning Networks:
ironicendpoint
with 172.22.0.2/hold