From 6a6ff5fb9778b7bf590d42673bc5f496cfb0e9c6 Mon Sep 17 00:00:00 2001 From: Travis Powell Date: Thu, 17 Jul 2025 12:24:50 -0600 Subject: [PATCH 1/2] mac_adr -> mac_addr Signed-off-by: Travis Powell --- scripts/ohpc-nodes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ohpc-nodes.sh b/scripts/ohpc-nodes.sh index 115196d..4d9459f 100644 --- a/scripts/ohpc-nodes.sh +++ b/scripts/ohpc-nodes.sh @@ -15,7 +15,7 @@ cat >> /opt/ohpc/admin//nodes/nodes.yaml < Date: Wed, 30 Jul 2025 09:36:24 -0600 Subject: [PATCH 2/2] Path fix? It seems the path to the OHPC nodes file had a double // Signed-off-by: Travis Powell --- scripts/ohpc-nodes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ohpc-nodes.sh b/scripts/ohpc-nodes.sh index 4d9459f..93ee0f9 100644 --- a/scripts/ohpc-nodes.sh +++ b/scripts/ohpc-nodes.sh @@ -7,7 +7,7 @@ MAC="$4" IP_ADDR="$5" NID=$((NID_OFFSET + 1)) XNAME="x1000c0s0b${NID}" -cat >> /opt/ohpc/admin//nodes/nodes.yaml <> /opt/ohpc/admin/nodes/nodes.yaml <