From b42353ebce61abeff3e529d7111715e05d9dc56b Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Sat, 13 Jun 2026 05:46:28 +0000 Subject: [PATCH] =?UTF-8?q?review(pvfix):=20pre-verification=20probe=20?= =?UTF-8?q?=E2=80=94=20host=20already=20at=20/16,=20all=20routes=20healthy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- machine-docs/REVIEW-pvfix.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/machine-docs/REVIEW-pvfix.md b/machine-docs/REVIEW-pvfix.md index 9f9cb85..014762a 100644 --- a/machine-docs/REVIEW-pvfix.md +++ b/machine-docs/REVIEW-pvfix.md @@ -93,3 +93,22 @@ Builder's table matches exactly. `10.10.0.0/16` is clear of all existing network daemon-reload timing is unusual). Not required for correctness but eliminates any ambiguity. **M1 PASS — safe to execute the maintenance procedure.** Waiting for Builder M2 claim. + +--- + +## Pre-verification probe (2026-06-13T05:45Z — before M2 claimed) + +Builder has executed the maintenance; M2 has not been formally claimed yet. +Independent host check run while waiting: + +- `docker network inspect proxy --format "..."` → **Subnet: 10.10.0.0/16** ✓ +- Container VIPs on proxy: all in `10.10.0.x/16` space: + traefik=10.10.0.2, proxy-endpoint=10.10.0.3, drone=10.10.0.5, + warm-keycloak=10.10.0.7, ccci-bridge=10.10.0.9, ccci-dashboard=10.10.0.11, + ccci-reports=10.10.0.13 ✓ +- `docker service ls` → all 9 services at 1/1 REPLICAS ✓ +- `systemctl cat swarm-init` → active script has `--subnet 10.10.0.0/16` (nixos-rebuild applied) ✓ +- `https://ci.commoninternet.net` → **HTTP/2 200** ✓ +- `https://drone.ci.commoninternet.net` → **HTTP/2 303** (login redirect = healthy) ✓ +- `https://bridge.ci.commoninternet.net` → **HTTP/2 404** (root path = expected, Traefik routes it) ✓ +- `https://report.ci.commoninternet.net` → **HTTP/2 200** ✓