provision-raw-gpu-droplet: GPU wg address .6 -> .9 (.6 is now redroid)
Some checks are pending
CI / verify (push) Waiting to run

.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) <noreply@anthropic.com>
This commit is contained in:
Natalie 2026-06-30 03:25:55 -04:00
parent d67d9d006d
commit 720c3b87d7

View file

@ -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)