Identify jump host bridges based on IDF / PDF nets
[fuel.git] / mcp / scripts / net_mcpcontrol.xml.template
1 <network>
2   <name>mcpcontrol</name>
3   <bridge name="mcpcontrol"/>
4   <forward mode="nat"/>
5   <ip address="${SALT_MASTER%.*}.1" netmask="255.255.255.0">
6     <dhcp>
7       <range start="${SALT_MASTER%.*}.2" end="${SALT_MASTER%.*}.254"/>
8     </dhcp>
9   </ip>
10 </network>