✨ Add Ironic Networking Service deployment support#566
✨ Add Ironic Networking Service deployment support#566alegacy wants to merge 1 commit intometal3-io:mainfrom
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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @alegacy. Thanks for your PR. I'm waiting for a metal3-io 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-sigs/prow repository. |
|
Created this as a draft because it has a dependency on the ironic-image PR: metal3-io/ironic-image#931 ...functional tests (e2e) will failed until the ironic-image PR is merged! |
cf66a2c to
f53f418
Compare
|
/ok-to-test |
f53f418 to
7d5be41
Compare
Implements infrastructure for deploying the Ironic Networking Service as a separate Deployment to handle Top-of-Rack switch port automation during bare metal node provisioning. Key features: - New NetworkingService configuration on Ironic CRD - Separate Deployment for ironic-networking with JSON-RPC on port 6190 - External networking service endpoint configuration support - Provider network configuration for inspection/cleaning VLANs - Pod auto-restart on TLS certificate changes - ClusterIP Service for Ironic-to-Networking communication - Switch config secret lifecycle (create-if-not-exists, delete) Signed-off-by: Allain Legacy <alegacy@redhat.com> Assisted-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7d5be41 to
fef3c4f
Compare
|
/retest |
Implements infrastructure for deploying the Ironic Networking Service as a separate Deployment to handle Top-of-Rack switch port automation during bare metal node provisioning.
Key features:
What this PR does / why we need it:
Partially implements: metal3-io/metal3-docs#586
Checklist: