Open
Conversation
Closes #1266 Install RPM release payloads into user-local paths on ostree hosts so immutable deployments do not require package layering or reboot before starting the gateway service. Signed-off-by: Drew Newberry <anewberry@nvidia.com>
|
🌿 Preview your docs: https://nvidia-preview-pr-1285.docs.buildwithfern.com/openshell |
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.
Summary
Adds an ostree-specific install path in
install.shfor RPM-based immutable hosts. The installer downloads and verifies RPM assets, extracts payloads into user-local paths, writes a user systemd unit, and starts/registers the local gateway without mutating/usror requiring reboot.Related Issue
Closes #1266
Changes
install.sh: detect ostree RPM hosts, extract RPM payloads locally, stage CLI/gateway/helper files, generate user unit, and reuse gateway startup.scripts/test-install-ostree.sh: add shell coverage for ostree detection and generated unit contents.tasks/test.toml: include installer shell tests inmise run test.docs/about/installation.mdx,docs/get-started/quickstart.mdx: document ostree user-local install behavior.Deviations from Plan
Implemented in
install.shbecauseinstall-dev.shwas renamed before this work.Testing
mise run pre-commitpassesTests added:
scripts/test-install-ostree.shcovers ostree package method detection, generated user unit paths, gateway port, and supervisor image tag selection.Checklist
Documentation updated:
docs/about/installation.mdxdocs/get-started/quickstart.mdx