deployment: add native node-config builder and wire it into the ConfigMap#14609
Draft
nimrod-starkware wants to merge 1 commit into
Draft
deployment: add native node-config builder and wire it into the ConfigMap#14609nimrod-starkware wants to merge 1 commit into
nimrod-starkware wants to merge 1 commit into
Conversation
Contributor
Author
This was referenced Jun 23, 2026
…gMap
Add src/config/native.py: it assembles the nested SequencerNodeConfig for a
service by deep-merging (null-preserving) the per-layer sequencer_config.jsonnet
override files and evaluating jsonnet build('<layout>', overrides), then selecting
the service's section. ConfigMapConstruct selects this native path when
config_format == "native"; preset remains the default. Add the jsonnet (_jsonnet)
Pipfile dependency and unit tests for the deep-merge and the overlay-service-name
-> build-key mapping. The override-layer data and the parity/mirror tests that
exercise the full build land in a follow-up.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9e2747d to
88fff14
Compare
e8502f3 to
8967b72
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.

Add src/config/native.py: it assembles the nested SequencerNodeConfig for a
service by deep-merging (null-preserving) the per-layer sequencer_config.jsonnet
override files and evaluating jsonnet build('', overrides), then selecting
the service's section. ConfigMapConstruct selects this native path when
config_format == "native"; preset remains the default. Add the jsonnet (_jsonnet)
Pipfile dependency and unit tests for the deep-merge and the overlay-service-name
-> build-key mapping. The override-layer data and the parity/mirror tests that
exercise the full build land in a follow-up.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com