Retire CoulombCore references; correct the 16443 diagnosis
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

CoulombCore is being retired, so the docs stop using it as the reference host:
state-hub-coulombcore examples become state-hub-railiance01, and the reuse-surface
playbook no longer attributes bao.coulomb.social to it — that resolves to
92.205.62.239, which is railiance01. The openrouter lane keeps its factual note
about ESO on the CoulombCore cluster, with a retirement flag for its owner.

Also corrects this session's own error. The WP-0031 evidence blamed the
Unauthorized on a local-port collision between k3s-api-coulombcore and
k3s-api-haskelseed. That was wrong: the haskelseed tunnel is a reverse forward,
where local_port is a destination rather than a listener, so they never competed.
16443 was simply CoulombCore's k3s — a different cluster whose client CA does not
know that cert. The wrong reason had already gone to flex-auth, so it is
corrected in the file rather than quietly dropped.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
tegwick 2026-08-19 19:31:41 +02:00
parent e22f9b3434
commit 661176e37a
9 changed files with 34 additions and 20 deletions

View file

@ -75,8 +75,8 @@ ssh-keygen -s /path/to/ca -I agt-test -n agt-task -V +24h /tmp/key.pub && cat /t
```yaml
tunnels:
state-hub-coulombcore:
host: coulombcore
state-hub-railiance01:
host: railiance01
remote_port: 8001
local_port: 8000
ssh_user: agt-state-hub-bridge

View file

@ -225,7 +225,7 @@ actors:
hosts:
# Optional: documents which principals are allowed on each host.
# Not enforced by warden; used for reference and future tooling.
coulombcore:
railiance01:
allowed_principals:
agt:
- agt-task-bridge
@ -271,8 +271,8 @@ Add `cert_command` to a tunnel in `~/.config/bridge/tunnels.yaml`:
```yaml
tunnels:
state-hub-coulombcore:
host: coulombcore
state-hub-railiance01:
host: railiance01
remote_port: 8001
local_port: 8000
ssh_user: agt-state-hub-bridge

View file

@ -54,6 +54,10 @@ the Secret in cluster. The earlier manually created bootstrap Secret has been
taken over by ESO on the CoulombCore cluster; the railiance01 k3s llm-connect
instance still uses its bootstrap Secret (separate migration, not this lane).
**Retirement note (2026-08-19):** CoulombCore is being retired, so the ESO-backed
side of this lane needs to move to railiance01 rather than being the reference
implementation. Owner is railiance-platform; ops-warden only routes here.
---
## Worker checklist

View file

@ -92,8 +92,8 @@ Edit `~/.config/bridge/tunnels.yaml` (ops-bridge repo owns schema; example below
```yaml
tunnels:
state-hub-coulombcore:
host: coulombcore
state-hub-railiance01:
host: railiance01
remote_port: 8001
local_port: 8000
ssh_user: agt-state-hub-bridge
@ -115,8 +115,8 @@ tunnels:
```bash
# ops-bridge (from ops-bridge repo)
bridge status state-hub-coulombcore
bridge up state-hub-coulombcore
bridge status state-hub-railiance01
bridge up state-hub-railiance01
```
- [ ] Tunnel establishes without static cert file on disk
@ -153,7 +153,7 @@ Post a State Hub progress note or save under `history/` with these fields:
| Field | Example / instruction |
| --- | --- |
| Tunnel id | `state-hub-coulombcore` |
| Tunnel id | `state-hub-railiance01` |
| Actor | `agt-state-hub-bridge` |
| Readiness gate | `check_tunnel_cert_readiness.py` exit code + date |
| First `bridge up` success | ISO timestamp (tunnel established) |

View file

@ -15,7 +15,7 @@ ops-warden does not vend this token — custody belongs to `railiance-platform`
| Field | Value |
| --- | --- |
| OpenBao server | `https://bao.coulomb.social` (coulombcore) |
| OpenBao server | `https://bao.coulomb.social` (railiance01, `92.205.62.239`) |
| KV path | `platform/workloads/reuse/reuse-surface/runtime-secrets` |
| Hub write field | `REUSE_SURFACE_TOKEN` |
| Webhook HMAC field | `REUSE_SURFACE_FORGEJO_WEBHOOK_SECRET` |