Skip to content

feat(helm): add ipmi sim support config to machine-a-tron - #4687

Draft
akorobkov-nvda wants to merge 3 commits into
NVIDIA:mainfrom
akorobkov-nvda:feat/support-mat-ipmi-sim
Draft

feat(helm): add ipmi sim support config to machine-a-tron#4687
akorobkov-nvda wants to merge 3 commits into
NVIDIA:mainfrom
akorobkov-nvda:feat/support-mat-ipmi-sim

Conversation

@akorobkov-nvda

Copy link
Copy Markdown
Contributor

This PR completes the IPMI sim support for machine-a-tron (MAT) k8s controller mode

Background: Previous PRs (#3542, #3687) added IPMI sim support to MAT and the controller already has the logic to create udp service ports

When enabled, each IPMI BMC gets an independent IPMI sim and the controller automatically creates udp service ports for IPMI access alongside the existing TCP Redfish ports.

Related issues

Closes #4413

Type of Change

  • Add - New feature or capability

Testing

  • Unit tests added/updated
  • [] Manual testing performed

Tests results:

  • helm unittest helm/charts/nico-machine-a-tron - All 20 tests pass (including 2 new IPMI config tests)
  • go test ./... in dev/k8s/machine-a-tron-controller - All tests pass

@copy-pr-bot

copy-pr-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 9bed4939-678f-4722-96dd-2e824a17ff72

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@akorobkov-nvda akorobkov-nvda self-assigned this Aug 6, 2026
@akorobkov-nvda
akorobkov-nvda requested review from a team, poroh and shayan1995 August 6, 2026 21:10
@akorobkov-nvda akorobkov-nvda added helm charts scaling feature Feature (deprecated - use issue type, but it's needed for reporting now) labels Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Feature (deprecated - use issue type, but it's needed for reporting now) helm charts scaling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: support IPMI/SOL simulation in machine-a-tron K8s controller mode

1 participant