Bootstrap the first rail-kubernetes repo
This commit is contained in:
parent
e6867e5ca9
commit
513407acaa
13 changed files with 433 additions and 0 deletions
40
docs/source-import-plan.md
Normal file
40
docs/source-import-plan.md
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# Source Import Plan
|
||||
|
||||
## Purpose
|
||||
|
||||
Record which reviewed source materials are expected to seed this repo.
|
||||
|
||||
## First-Wave Imports
|
||||
|
||||
Expected source documents from `railiance-cluster`:
|
||||
|
||||
- `docs/deployment-lifecycle.md`
|
||||
- `docs/app-toml-contract.md`
|
||||
- `docs/overlay-repo-pattern.md`
|
||||
- `docs/canary-helm-template.md`
|
||||
- `docs/stage2-deploy-observe.md`
|
||||
- `docs/promote-rollback-onboarding.md`
|
||||
- `docs/railiance-run-command.md`
|
||||
|
||||
Expected source assets from `railiance-cluster`:
|
||||
|
||||
- `schemas/railiance-app.schema.json`
|
||||
- `examples/railiance/app.toml`
|
||||
- `tools/create_railiance_overlay_repo.sh`
|
||||
- `tools/cmd/railiance-run`
|
||||
- `tools/cmd/railiance-stage2`
|
||||
- `tools/cmd/railiance-stage3`
|
||||
|
||||
## Deferred Migration Debt
|
||||
|
||||
Do not import these into `rail-kubernetes` as part of wave 1:
|
||||
|
||||
- workload-specific activity-core helper commands
|
||||
- workload-specific smoke or reconciliation helpers
|
||||
- cluster substrate operations
|
||||
- shared bootstrap helpers that still need a separate placement review
|
||||
|
||||
## Rule
|
||||
|
||||
Imports into this repo should preserve the boundary already reviewed in
|
||||
`railiance-master` and `railiance-cluster`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue