From 2255538e813fc7c594f9e7cc8dd7791d78086b15 Mon Sep 17 00:00:00 2001 From: Himani Anil Deshpande Date: Tue, 12 Aug 2025 18:56:55 -0400 Subject: [PATCH] [IMEX Update the nodes config file to use 0.0.0.0 IPs --- .../templates/nvidia-imex/nvidia-imex-nodes.erb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/cookbooks/aws-parallelcluster-platform/templates/nvidia-imex/nvidia-imex-nodes.erb b/cookbooks/aws-parallelcluster-platform/templates/nvidia-imex/nvidia-imex-nodes.erb index d48070b80..08c72941c 100644 --- a/cookbooks/aws-parallelcluster-platform/templates/nvidia-imex/nvidia-imex-nodes.erb +++ b/cookbooks/aws-parallelcluster-platform/templates/nvidia-imex/nvidia-imex-nodes.erb @@ -1,3 +1,10 @@ ## Please replace below fake IP's with correct IP address of launched instances in Gb200 Capacity Block -172.31.51.93 -172.31.48.43 \ No newline at end of file +0.0.0.0 +0.0.0.0 +0.0.0.0 +0.0.0.0 +0.0.0.0 +0.0.0.0 +0.0.0.0 +0.0.0.0 +0.0.0.0 \ No newline at end of file