From a7414c487b93df0509906804d078ffc73b1e9d6f Mon Sep 17 00:00:00 2001
From: chausman <chausman@nrao.edu>
Date: Wed, 8 Sep 2021 09:54:58 -0600
Subject: [PATCH] connect hamilton to nmpost instead of testpost

---
 config/htcondor/submit/99-workspaces-submit.test.conf | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/config/htcondor/submit/99-workspaces-submit.test.conf b/config/htcondor/submit/99-workspaces-submit.test.conf
index bc11206d2..a2bbe1f84 100644
--- a/config/htcondor/submit/99-workspaces-submit.test.conf
+++ b/config/htcondor/submit/99-workspaces-submit.test.conf
@@ -8,6 +8,10 @@ ALLOW_DAEMON = $(ALLOW_WRITE)
 # one or more submit hosts has an external IP
 PRIVATE_NETWORK_NAME = nrao.edu
 
+# Use hamilton's correct network interface
+NETWORK_INTERFACE = 146.88.1.44
+BIND_ALL_INTERFACES = False
+
 # while not in production yet
 CONDOR_ADMIN = krowe@nrao.edu
 
@@ -15,7 +19,7 @@ CONDOR_ADMIN = krowe@nrao.edu
 JOB_DEFAULT_NOTIFICATION = ERROR
 
 # Differentiate from other pools if needed
-PoolName = "testpost"
+PoolName = "nmpost"
 
 # Set UID domain
 UID_DOMAIN = aoc.nrao.edu
-- 
GitLab