Files
sand-boxer/docs/migration-gaps.md
tegwick 1594bceec1 Finish SAND-WP-0004: mark e2e-framework migration arc complete
Update migration-gaps, SCOPE, and workplan status after the-custodian
make e2e shim delegates to validate run.
2026-06-23 21:43:53 +02:00

36 lines
1.7 KiB
Markdown

# Migration gaps — SAND-WP-0002 smoke findings
Recorded after SAND-WP-0002-T10 remote verification on CoulombCore (`92.205.130.254`).
**Host findings:** CoulombCore has `podman-compose` (not `docker compose`). Use
`SANDBOXER_COMPOSE_CMD=podman-compose`. Container images need fully qualified names
(e.g. `docker.io/library/nginx:alpine`) due to short-name registry policy.
## wise-validator (SAND-WP-0003) — delivered
| Legacy (`e2e-framework`) | wise-validator today | Notes |
|--------------------------|----------------------|-------|
| `schema.py` | `wisevalidator/schema.py` | `e2e/e2e.yml` v1 contract |
| Health polling | `wisevalidator/ssh.py` | Remote `curl` after sand-boxer `ready` |
| `test_command` | `wisevalidator/runner.py` | SSH in `reachability.remote_dir` |
| `reporter.py` | `wisevalidator/reporter.py` | `e2e_result` State Hub events |
| Monolithic CLI | `validate run` | sand-boxer `create`/`destroy` via CLI client |
## the-custodian shim (SAND-WP-0004) — delivered
| Legacy | Target | Status |
|--------|--------|--------|
| `make e2e REPO=` in the-custodian | `validate run` (wise-validator + sand-boxer) | **Done** |
| `python -m e2e_framework` | Deprecation + delegate via `e2e-framework/shim.py` | **Done** |
| `RUNBOOK.md` in e2e-framework | Points to wise-validator + sand-boxer runbooks | **Done** |
| Verification | `the-custodian/scripts/verify-e2e-shim.sh` | **Done** |
**e2e-framework migration arc complete** (provision: sand-boxer, validation:
wise-validator, operator entry: `make e2e`).
## sand-boxer follow-ons
| Item | Workplan |
|------|----------|
| Self-canary + host telemetry | SAND-WP-0008 |
| Default `sandboxer create` without repo | SAND-WP-0008-T06 |