From c0f67aef530831bffe0b99cda8039c6344b4e34a Mon Sep 17 00:00:00 2001 From: Preston Hunter Date: Sat, 27 Dec 2025 15:12:07 -0500 Subject: [PATCH] Change hostnames --- stacks/ai/ai-frontend.nomad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/ai/ai-frontend.nomad b/stacks/ai/ai-frontend.nomad index 43862c9..33cec6c 100644 --- a/stacks/ai/ai-frontend.nomad +++ b/stacks/ai/ai-frontend.nomad @@ -10,7 +10,7 @@ job "ai-frontend" { # PIN TO HP1 (Change "hp-mini-1" to your actual node name if different) constraint { attribute = "${attr.unique.hostname}" - value = "hp-mini-1" + value = "hp1-home" } network { @@ -60,7 +60,7 @@ job "ai-frontend" { # PIN TO HP1 constraint { attribute = "${attr.unique.hostname}" - value = "hp-mini-1" + value = "hp1-home" } network {