Merge "Adjust DHCP range so that nodes can take static address from pool"

This commit is contained in:
Zuul 2018-05-30 01:14:01 +00:00 committed by Gerrit Code Review
commit 524f4d0b9a

View File

@ -20,7 +20,7 @@ dhcp_list:
gateway: 10.0.2.1 # Gateway
dns: 8.8.8.8 # DNS
subnet: 10.0.0.0 # Subnet mask
range_start: 10.0.2.160 # Start of DHCP range
range_start: 10.0.2.3 # Start of DHCP range
range_end: 10.0.3.254 # End of DHCP range
broadcast: 10.0.3.255 # Network Broadcast address
default_lease_time: 21600 # Subnet Default lease time - The default is used if this is not defined