Uh oh!
There was an error while loading. Please reload this page.
refactor(compute): decouple gateway driver composition - #2823
Draft
drew wants to merge 4 commits into
Draft
Conversation
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. |
🌿 Preview your docs:https://nvidia-preview-pr-2823.docs.buildwithfern.com/openshell |
This was referenced Aug 20, 2026
drewforce-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 05:10
6d719f2 to
96f603dComparedrew
commented
Aug 20, 2026
CollaboratorAuthor
/ok to test |
drewforce-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 14:28
96f603d to
bb88ad5Comparedrew
commented
Aug 20, 2026
CollaboratorAuthor
/ok to test |
drewforce-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 14:32
bb88ad5 to
d3ae889Comparedrew
commented
Aug 20, 2026
CollaboratorAuthor
/ok to test |
drewforce-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 14:59
d3ae889 to
69ddee1Comparedrew
commented
Aug 20, 2026
CollaboratorAuthor
/ok to test |
elezarforce-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 15:35
69ddee1 to
00eff3dCompareelezar
commented
Aug 20, 2026
Member
elezarforce-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 15:44
00eff3d to
a8047fdComparedrewforce-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 16:10
a8047fd to
4348c48Comparedrewforce-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 19:18
4348c48 to
d910ae3Comparedrewforce-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 20:50
d910ae3 to
31a9534Comparedrewforce-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 21:56
31a9534 to
507d4c3Compare10 tasks
drewforce-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 20, 2026 22:51
507d4c3 to
dc8a917Comparedrewforce-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
2 times, most recently
from
August 21, 2026 00:46
ef9bc47 to
57d5c3cComparedrew
commented
Aug 21, 2026
CollaboratorAuthor
/ok to test |
drewforce-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 21, 2026 00:56
57d5c3c to
6b4f157Comparedrew
commented
Aug 21, 2026
CollaboratorAuthor
/ok to test |
Base automatically changed from
refactor/2417-external-driver-binaries/drew to
mainAugust 21, 2026 03:03
drewforce-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 21, 2026 03:03
6b4f157 to
7485b0dCompareMove first-party composition and VM process ownership into openshell-gateway, leaving openshell-server backend-independent. Update packaging and build references with the new crate, simplify the compiled-driver boundary, and keep the driver-free gateway path buildable with bundled Z3 tooling. Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
drewforce-pushed
the
refactor/2417-server-driver-decoupling/drew
branch
from
August 21, 2026 04:47
7485b0d to
a1b2f4eComparedrew
commented
Aug 21, 2026
CollaboratorAuthor
/ok to test |
6 tasks
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 freeto 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.
Summary
Move first-party compute-driver composition and VM process ownership into
openshell-gateway, leavingopenshell-serverindependent of compute backend implementations. The gateway can build without compute drivers, compile first-party drivers through generic registration, or connect to drivers through the public compute-driver RPC.Related Issue
Part of #2417.
Changes
openshell-gatewayas the binary and first-party driver composition cratein-tree-compute-driversopenshell-serverfree of compute-driver implementation dependencies and construction logic[openshell.gateway.sandbox_token_bootstrap]tableuser_namespacesas a typed compute-driver field and perform KuberneteshostUserstranslation in the Kubernetes driverplatform_config.host_usersencoding for rolling upgradesTesting
mise run pre-commitOPENSHELL_SYSTEM_GATEWAY_DIR=/tmp/openshell-empty-system-config-codex-pr2823 mise run testmise run helm:test(106 tests)cargo check -p openshell-gateway --no-default-featurescargo check -p openshell-gateway --features in-tree-compute-driversmise run e2e:gateway:no-compute-driversChecklist