# Uncomment if using the Management Network (see network-management.yaml)
# ManagementNetCidr: 10.0.1.0/24
# ManagementAllocationPools: [{'start': '10.0.1.10', 'end', '10.0.1.50'}]
# Use either this parameter or ControlPlaneDefaultRoute in the NIC templates
# ManagementInterfaceDefaultRoute: 10.0.1.1
# Define the DNS servers (maximum 2) for the overcloud nodes
Section of network- environment. yaml in question:
# Uncomment if using the Management Network (see network- management. yaml) ationPools: [{'start': '10.0.1.10', 'end', '10.0.1.50'}] aultRoute in the NIC templates faceDefaultRout e: 10.0.1.1
# ManagementNetCidr: 10.0.1.0/24
# ManagementAlloc
# Use either this parameter or ControlPlaneDef
# ManagementInter
# Define the DNS servers (maximum 2) for the overcloud nodes
# ManagementAlloc ationPools: [{'start': '10.0.1.10', 'end', '10.0.1.50'}]
Should be:
# ManagementAlloc ationPools: [{'start': '10.0.1.10', 'end': '10.0.1.50'}]