docker build, deploy: Switch tooling to python3
[fuel.git] / mcp / scripts / virsh_net / net_public.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>public</name>
12   <bridge name="public"/>
13 {%- if nm.cluster.has_virtual_nodes %}
14 {#- Ideally, jumpserver would have a real Linux bridge we will hook to.
15     In case it doesn't, we use this virsh network as a *mock* public.
16     The *mock* public should NOT overlap with the real public in any way. #}
17   <forward mode="nat"/>
18   <ip address="{{ nm.net_public | ipnet_hostmin }}" netmask="{{ nm.net_public | ipnet_netmask }}"/>
19 {%- endif %}
20 </network>