Added LOCAL_IP support

This commit is contained in:
Eugene Rakhmatulin
2026-03-25 15:16:06 -07:00
parent 07fac71dac
commit 1755dfd114
2 changed files with 17 additions and 4 deletions

View File

@@ -3,13 +3,17 @@
# Cluster configuration
# CLUSTER_NODES: Comma-separated list of node IPs (first node is the head node)
CLUSTER_NODES="192.168.1.1,192.168.1.2,192.168.1.3"
CLUSTER_NODES="192.168.177.11,192.168.177.12"
# ETH_IF: Ethernet interface name (optional, auto-detected if not specified)
ETH_IF="eth0"
ETH_IF="enp1s0f1np1"
# IB_IF: InfiniBand interface name (optional, auto-detected if not specified)
IB_IF="ib0"
IB_IF="rocep1s0f1,roceP2p1s0f1"
# LOCAL_IP: Local IP address (optional, auto-detected if not specified)
# Useful for solo mode or overriding auto-detection
LOCAL_IP="192.168.177.11"
# MASTER_PORT: Port for cluster coordination (default: 29501)
MASTER_PORT="29501"