From 8f732a8f1ca29746545b16eb91dae81a33e1aff4 Mon Sep 17 00:00:00 2001 From: Houzhong Xu Date: Thu, 9 Oct 2025 05:05:30 +0000 Subject: [PATCH] Fix Consul configuration for hcp1 and browser nodes --- nomad-configs/nodes/browser.hcl | 4 ++-- nomad-configs/nodes/hcp1.hcl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nomad-configs/nodes/browser.hcl b/nomad-configs/nodes/browser.hcl index 6d06e8b..9a70498 100644 --- a/nomad-configs/nodes/browser.hcl +++ b/nomad-configs/nodes/browser.hcl @@ -83,11 +83,11 @@ plugin "nomad-driver-podman" { } consul { - enabled = false + address = "ch4.tailnet-68f9.ts.net:8500,ash3c.tailnet-68f9.ts.net:8500,warden.tailnet-68f9.ts.net:8500" server_service_name = "nomad" client_service_name = "nomad-client" auto_advertise = true - server_auto_join = true + server_auto_join = false client_auto_join = true } diff --git a/nomad-configs/nodes/hcp1.hcl b/nomad-configs/nodes/hcp1.hcl index d135e6b..fc81fa1 100644 --- a/nomad-configs/nodes/hcp1.hcl +++ b/nomad-configs/nodes/hcp1.hcl @@ -93,11 +93,11 @@ plugin "nomad-driver-podman" { } consul { - enabled = false + address = "ch4.tailnet-68f9.ts.net:8500,ash3c.tailnet-68f9.ts.net:8500,warden.tailnet-68f9.ts.net:8500" server_service_name = "nomad" client_service_name = "nomad-client" auto_advertise = true - server_auto_join = true + server_auto_join = false client_auto_join = true }