Add one-box Linux AMD64 and ARM64 development setup support - #5568
Draft
ahunnargikar-nvidia wants to merge 40 commits into
Draft
Add one-box Linux AMD64 and ARM64 development setup support#5568ahunnargikar-nvidia wants to merge 40 commits into
ahunnargikar-nvidia wants to merge 40 commits into
Conversation
Contributor
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueComment |
ahunnargikar-nvidia
force-pushed
the
dgx-spark-arm64
branch
from
September 1, 2026 03:18
956544e to
5062d99
Compare
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Andy Wrenn <awrenn@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Andy Wrenn <awrenn@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
Signed-off-by: Ashish Hunnargikar <ahunnargikar@nvidia.com>
ahunnargikar-nvidia
force-pushed
the
dgx-spark-arm64
branch
from
September 1, 2026 16:25
52e7f03 to
075b779
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a one-box development setup path for NICo on Linux hosts running
either AMD64 or ARM64. The goal is to let a developer build the required
artifacts and bring up the local NICo stack on a single machine without assuming
an x86-only build host or a multi-node production topology.
The branch combines architecture-aware container and PXE builds with the
single-node deployment fixes needed to make the prerequisite, database, Vault,
Temporal, Core, and site-agent setup repeatable on a development box.
Related issues
None linked.
Type of Change
Breaking Changes
Change breakdown
Multi-architecture build support
compile and publish both
linux/amd64andlinux/arm64runtime images.runtime platform from BuildKit's build and target architecture values.
to produce the x86_64 Scout, qcow, and iPXE artifacts required by the local
managed-host workflow.
build x86_64 artifacts on an ARM64 host without running the compiler under
QEMU.
that mkosi must execute while assembling x86_64 images.
matching Ubuntu Noble tools tree.
AMD64/ARM64 workflow.
One-box prerequisite installation
helmfileunder the user's local bin directory instead of requiringroot access to
/usr/local/bin.Vault, External Secrets, PostgreSQL, and MetalLB prerequisites.
portable across Linux AMD64 and ARM64 hosts. The previous v1.11.0 chart
resolved to registry.opensource.zalan.do/acid/postgres-operator:v1.11.0,
whose published manifest is AMD64-only. On DGX Spark ARM64 this caused the
operator container to fail immediately with exec format error; Helm then
surfaced the secondary context deadline exceeded error after waiting for the
deployment on each retry. Chart v1.15.1 resolves to the GHCR operator image
whose OCI index publishes both linux/amd64 and linux/arm64 manifests.
local chart coordinates work consistently.
the prerequisite workflow.
session.
Single-node PostgreSQL reliability
for a one-instance development database and enabled when a standby exists.
terminates stranded
SyncRepsessions before reconciliation.name.
through
psql, with bounded retries and advisory locking for concurrentsetup attempts.
application deployment phase.
Vault bootstrap and certificate reconciliation
unseal rather than assuming a fixed three-pod topology.
managed Vault certificates before initialization.
readiness checks so a single-node deployment can converge reliably.
entries.
Temporal, Core, and site-agent connectivity
and the site-agent runtime.
an explicit public client endpoint.
resolver search-path delays on a one-box cluster.
settings change.
exposes the configurable Kea DHCP hook-library path used by architecture-
specific one-box configuration.
Documentation
Testing
Passed while preparing this draft:
git diff --check origin/main...dgx-spark-arm64bash -nforhelm-prereqs/setup.sh,health-check.sh,preflight.sh,unseal_vault.sh, andrest-api/scripts/setup-local.shhelm lint helm/charts/nico-apihelm lint helm/rest/nico-rest-site-agenthelm lint rest-api/temporal-helm/temporallinux/amd64,linux/arm64oncrates/machine-a-tron/Dockerfilelinux/amd64,linux/arm64ondev/docker/Dockerfile.pxe-build-containerNot run during this draft-preparation pass:
cargo make pre-commit-verify-workspacerumdldocumentation validationAdditional Notes
mainadvanced by one commit afterthis branch's last rebase, so the branch must be refreshed before it is marked
ready for review.
Signed-off-bytrailer. Local Git reportsthat they are not cryptographically signed; the repository's commit-signature
requirement must be resolved before merge readiness.
not remove support for multi-replica prerequisite deployments.