Added LOCAL_IP support
This commit is contained in:
10
.env.example
10
.env.example
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user