#
# ClusterCTRL
#

# To reconfigure the type append "quiet init=/usr/sbin/reconfig-clusterctrl <type>"
#
# where <type> is one of 
# c = controller (Bridged Network)
# cnat = controller (NAT Network - WiFi or Ethernet)
# pX = node ( where X is between 1-252)
#

# CLUSTERHATV1 - USB Path to ClusterHAT v1.x USB hub (can be detected for v2.x)
# uncomment the appropriate entry below
#CLUSTERHATV1="1-1"     # A+ (only has one USB port)
#CLUSTERHATV1="1-1.2"   # B+/2B/3B top left USB port
#CLUSTERHATV1="1-1.4"   # B+/2B/3B top right USB port
#CLUSTERHATV1="1-1.3"   # B+/2B/3B bottom left USB port
#CLUSTERHATV1="1-1.5"   # B+/2B/3B bottom right USB port
#CLUSTERHATV1="1-1.1.2" # 3B+ top left USB port
#CLUSTERHATV1="1-1.3"   # 3B+ top right USB port
#CLUSTERHATV1="1-1.1.3" # 3B+ bottom left USB port
#CLUSTERHATV1="1-1.2"   # 3B+ bottom right USB port
#CLUSTERHATV1="1-1.3"   # 4B top left USB port
#CLUSTERHATV1="1-1.1"   # 4B top right USB port
#CLUSTERHATV1="1-1.4"   # 4B bottom left USB port
#CLUSTERHATV1="1-1.2"   # 4B bottom right USB port
#CLUSTERHATV1="1-1.1"   # CM4+CM4IO top USB port
#CLUSTERHATV1="1-1.2"   # CM4+CM4IO bottom USB port


# LINK - Link rpiboot boot directory in /var/lib/clusterhat/boot/ to /var/lib/clusterhat/nfs/pX/boot/ on init
LINK=1

# CLUSTERHAT_SIZE - Number of Pi Zeros in your ClusterHAT (defaults to 4 if ClusterHAT exists and not set)
#CLUSTERHAT_SIZE=4

# CLUSTERHAT_FORCE - Set to the version number you want to control (overrides HAT EEPROM)
#CLUSTERHAT_FORCE=1.3

# CLUSTERCTRL_DELAY - How many seconds to delay between turning on Pi Zeros
#CLUSTERCTRL_DELAY=1

# FANGPIO - Allow fan to be toggled on controller using this GPIO pin with BCM numbering (comment out to turn off)
FANGPIO=18

# !! Do not alter this option manually !!
# Use the reconfigure method above
