docker build, deploy: Switch tooling to python3
[fuel.git] / mcp / scripts / virsh_net / net_pxebr.xml.j2
1 <!--
2  Copyright (c) 2018 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 {%- import 'net_map.j2' as nm with context %}
10 <network>
11   <name>pxebr</name>
12   <forward mode="nat"/>
13   <bridge name="pxebr"/>
14   <ip address="{{ nm.net_admin_gw }}" netmask="{{ nm.net_admin | ipnet_netmask }}">
15     <dhcp>
16       <range start="{{ nm.net_admin_pool_start }}" end="{{ nm.net_admin_pool_end }}"/>
17     </dhcp>
18   </ip>
19 </network>