refactor(compute): decouple gateway driver composition - #2823
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 |
6d719f2 to
96f603d
Compare
|
/ok to test |
96f603d to
bb88ad5
Compare
|
/ok to test |
bb88ad5 to
d3ae889
Compare
|
/ok to test |
d3ae889 to
69ddee1
Compare
|
/ok to test |
69ddee1 to
00eff3d
Compare
00eff3d to
a8047fd
Compare
a8047fd to
4348c48
Compare
4348c48 to
d910ae3
Compare
d910ae3 to
31a9534
Compare
31a9534 to
507d4c3
Compare
f9c6b72 to
23891fb
Compare
ce78771 to
8d0eed7
Compare
|
/ok to test 8d0eed7 |
|
/ok to test 904c94b0d9b4d4c87330ecbb384ce401025115e3 |
@drew, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/2/ |
|
/ok to test 904c94b |
904c94b to
618968b
Compare
618968b to
d9f9e27
Compare
Move 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>
Signed-off-by: Drew Newberry <385+drew@users.noreply.github.com>
Signed-off-by: Drew Newberry <385+drew@users.noreply.github.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
d9f9e27 to
1cf8a8b
Compare
|
Label |
Summary
Move first-party compute-driver composition and VM process ownership into
openshell-gateway, leavingopenshell-serverindependent of compute backend implementations. The standard gateway installs drivers through a generic registry, can build without linked compute backends, and preserves the existing public compute-driver RPC path for external drivers.Related Issue
Part of #2417.
Changes
openshell-gatewayas the binary and first-party compute-driver composition cratein-tree-compute-driversfeatureuser_namespacesas a typed compute-driver field, translate it to KuberneteshostUsers, and accept the legacyplatform_config.host_usersencoding during rolling upgradesopenshell-serverbinary build referencesTesting
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-driverstest:e2e)Checklist