Merge "[baremetal] cleanup: Remove unused gtw node data"
[fuel.git] / mcp / scripts / net_mcpcontrol.xml.template
1 <!--
2  Copyright (c) 2017 Mirantis Inc., Enea AB and others.
3
4  All rights reserved. This program and the accompanying materials
5  are made available under the terms of the Apache License, Version 2.0
6  which accompanies this distribution, and is available at
7  http://www.apache.org/licenses/LICENSE-2.0
8 -->
9 <network>
10   <name>mcpcontrol</name>
11   <bridge name="mcpcontrol"/>
12   <forward mode="nat"/>
13   <ip address="${SALT_MASTER%.*}.1" netmask="255.255.255.0">
14     <dhcp>
15       <range start="${SALT_MASTER%.*}.2" end="${SALT_MASTER%.*}.254"/>
16     </dhcp>
17   </ip>
18 </network>