From 720c3b87d76fbe9da7cb9fdd09abb4ccf5c5bd2a Mon Sep 17 00:00:00 2001 From: Natalie Date: Tue, 30 Jun 2026 03:25:55 -0400 Subject: [PATCH] provision-raw-gpu-droplet: GPU wg address .6 -> .9 (.6 is now redroid) .6 was reassigned to com.uvlava.ct.redroid; the on-demand GPU lands at .9, the canonical model-boss endpoint (http://10.9.0.9:8000) that prospector MODEL_BOSS_URL + mr-number RATING_LLM_URL now point at. Co-Authored-By: Claude Opus 4.8 (1M context) --- scripts/provision-raw-gpu-droplet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/provision-raw-gpu-droplet.sh b/scripts/provision-raw-gpu-droplet.sh index afc4dcf8..db157373 100755 --- a/scripts/provision-raw-gpu-droplet.sh +++ b/scripts/provision-raw-gpu-droplet.sh @@ -315,7 +315,7 @@ WireGuard mesh join (wg1) for the new GPU droplet — matches the pattern used f 2. Create /etc/wireguard/wg1.conf (example; adapt addresses from uvlava variables or mesh-hosts): [Interface] - Address = 10.9.0.6/32 # next free in the /24, e.g. .6 for gpu + Address = 10.9.0.9/32 # .6 is redroid now; .9 = next free for the on-demand GPU ListenPort = 51820 PrivateKey = $(cat /etc/wireguard/wg1.key)