From 21747a7e0754941bb942620a67bcdf8950b19098 Mon Sep 17 00:00:00 2001 From: tegwick Date: Mon, 15 Jun 2026 10:24:32 +0200 Subject: [PATCH] Clarify Railiance01 production IP vs CoulombCore bootstrap Production hub runs on 92.205.62.239; document config-hosteurope deploy path. --- docs/deploy/reuse-kubernetes.md | 9 +++++++-- workplans/REUSE-WP-0011-federation-hub-on-railiance01.md | 3 ++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/deploy/reuse-kubernetes.md b/docs/deploy/reuse-kubernetes.md index 6bdc2f5..f335163 100644 --- a/docs/deploy/reuse-kubernetes.md +++ b/docs/deploy/reuse-kubernetes.md @@ -31,9 +31,14 @@ Mount a PVC at `/data` for persistence. Inject secrets via Kubernetes Secret | Item | Value | |---|---| | URL | `https://reuse.coulomb.social` | -| DNS A record | `92.205.62.239` (operator confirmed 2026-06-15) | +| DNS A record | **`92.205.62.239`** (Railiance01 production) | -Verify propagation: `dig +short reuse.coulomb.social A` +CoulombCore (`92.205.130.254`) held a bootstrap deploy; production release uses +`KUBECONFIG=~/.kube/config-hosteurope`. Verify propagation: + +```bash +dig +short reuse.coulomb.social A # must return 92.205.62.239 +``` ## Client configuration diff --git a/workplans/REUSE-WP-0011-federation-hub-on-railiance01.md b/workplans/REUSE-WP-0011-federation-hub-on-railiance01.md index 16a23df..9bddf96 100644 --- a/workplans/REUSE-WP-0011-federation-hub-on-railiance01.md +++ b/workplans/REUSE-WP-0011-federation-hub-on-railiance01.md @@ -15,7 +15,8 @@ state_hub_workstream_id: "c4171a8c-604e-4214-b189-2094477aa6ea" # Federation hub service on railiance01 and hub CLI Close the next federation gap: a **hosted registry hub** on production cluster -node `railiance01` (`92.205.130.254`) that records which repositories publish +node **Railiance01** (`92.205.62.239`; CoulombCore `92.205.130.254` is +bootstrap only) that records which repositories publish capability indexes, plus a **CLI client** for registering and updating those records without hand-editing `registry/federation/sources.yaml` on every machine.