2026-07-26 00:26:42 +00:00
|
|
|
# reef-railiance
|
|
|
|
|
|
2026-07-26 02:38:10 +02:00
|
|
|
Wave-1 grouped home reef for Railiance-managed server substrates.
|
|
|
|
|
|
|
|
|
|
## Purpose
|
|
|
|
|
|
|
|
|
|
`reef-railiance` is the first concrete `reef-*` repo in Railiance.
|
|
|
|
|
It owns the grouped home-substrate boundary that should describe current and
|
|
|
|
|
future Railiance home servers without creating one repo per machine.
|
|
|
|
|
|
|
|
|
|
This repo exists to hold:
|
|
|
|
|
|
|
|
|
|
- the source-controlled reef declaration for the Railiance home substrate
|
|
|
|
|
- grouped substrate identity and topology facts
|
|
|
|
|
- rail and workload binding surfaces for this reef
|
|
|
|
|
- the migration path from source-backed S1 facts in `railiance-infra`
|
|
|
|
|
|
|
|
|
|
## Boundary
|
|
|
|
|
|
|
|
|
|
`reef-railiance` does not own:
|
|
|
|
|
|
|
|
|
|
- generic S1 provisioning, hardening, or server inventory authority
|
|
|
|
|
- generic Kubernetes runtime ownership
|
|
|
|
|
- platform-service governance or workload packaging
|
|
|
|
|
- one permanent repo per host in the Railiance home substrate
|
|
|
|
|
|
|
|
|
|
Those concerns stay with `railiance-infra`, `railiance-cluster`,
|
|
|
|
|
`railiance-platform`, or the relevant `rapp-*` repo.
|
|
|
|
|
|
|
|
|
|
## Current Status
|
|
|
|
|
|
2026-07-26 10:39:39 +02:00
|
|
|
This repo now owns the wave-1 grouped home-reef boundary for Railiance.
|
|
|
|
|
|
2026-08-21 02:01:49 +02:00
|
|
|
The rail and rApp binding projections were reconciled against their owning
|
|
|
|
|
family declarations on 2026-08-21. Live evidence still shows one Ready member
|
|
|
|
|
carrying the Kubernetes control-plane and etcd roles, so the Qonto binding
|
|
|
|
|
remains verified and private rather than production-approved.
|
|
|
|
|
|
2026-07-26 10:39:39 +02:00
|
|
|
The retained S1 compatibility path while reef localization is still in flight
|
|
|
|
|
is documented in `docs/retained-s1-handoff.md`.
|
2026-07-26 02:38:10 +02:00
|
|
|
|
|
|
|
|
The boundary and source material come from:
|
|
|
|
|
|
|
|
|
|
- `railiance-master/docs/reef-first-wave-rollout.md`
|
|
|
|
|
- `railiance-master/docs/reef-substrate-model.md`
|
|
|
|
|
- `railiance-infra/docs/reef-first-wave-source-map.md`
|
|
|
|
|
|
|
|
|
|
## Initial Layout
|
|
|
|
|
|
|
|
|
|
- `declarations/reef.yaml` — source-controlled reef contract
|
|
|
|
|
- `substrate/` — grouped substrate identity and topology facts
|
|
|
|
|
- `bindings/` — rail and `rapp` binding surfaces for this reef
|
|
|
|
|
- `docs/` — wave-1 contract and source import plan
|
2026-07-26 10:39:39 +02:00
|
|
|
- `docs/retained-s1-handoff.md` — migration-window split with `railiance-infra`
|
2026-07-26 02:38:10 +02:00
|
|
|
- `workplans/` — repo-local execution work
|