feat: extract Forge into standalone repository - #1
Open
nerdalert wants to merge 3 commits into
Open
Conversation
Move the generic environment orchestrator into its own Rust workspace. Preserve the supported CLI and forge.yaml compatibility surface while adding standalone tests, release workflows, checksums, provenance, and documentation. Keep Grid consumers and the in-tree Forge crate available for migration and parity validation. Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
Align Forge validation with Praxis repository conventions. Add explicit Rust 1.96 MSRV coverage, cargo-audit and cargo-deny checks, and retain the original license while documenting the standalone repository. Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
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
Extract Forge from Grid into the standalone
praxis-proxy/forgerepository.Forge is now an independently buildable, project-neutral CLI for provisioning
reproducible local Kubernetes environments using Docker/Podman, Kind clusters,
host services, and declarative
forge.yamldeployment stacks.This PR preserves the existing CLI and configuration behavior while adding
standalone packaging, compatibility fixtures, path-independence tests, release
automation, MSRV validation, and supply-chain checks.
Scope
Included:
praxis-forgebinary.forgecrate.config validateconfig showconfig schemaupdown --forcestack applystatusforge.yamlschema validation.--versionsupport.cargo auditandcargo denysupply-chain checks.Compatibility and boundary decisions
Forge remains project-neutral. The following stay outside Forge:
Grid, demos, and MaaS/IPP continue to define their own Forge configurations and
topology-specific validation.
The in-tree
grid/forgecrate remains in place intentionally. Consumermigration and removal are deferred until standalone runtime parity is
reviewed and accepted. The Grid and MaaS demos have been validated with this branch.
Once this gets cut, we will convert the demos to use this.
Runtime parity
Parity comparisons were performed against the in-tree Grid Forge binary.
Results:
real Grid configurations.
Validation
The standalone test suite includes:
Issue tracking
This PR implements the standalone extraction/bootstrap, compatibility, packaging,
and validation portions of issue #30.
It intentionally does not close issue #30 because the following phases remain:
Safety
tests/fixtures):