Merge "[deploy] Allow only operating system install"
[fuel.git] / mcp / scripts / virsh_net / net_mgmt.xml.j2
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 {%- import 'net_map.j2' as nm with context %}
10 <network>
11   <name>mgmt</name>
12   <bridge name="mgmt"/>
13   <ip address="{{ nm.net_mgmt | ipnet_hostmin }}" netmask="{{ nm.net_mgmt | ipnet_netmask }}"/>
14 </network>