Merge "[patch] OVS bridges should not use 'auto'"
[fuel.git] / mcp / reclass / classes / cluster / mcp-common-ha / infra / kvm_novcp.yml.j2
1 ##############################################################################
2 # Copyright (c) 2018 Mirantis Inc., Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 {#- NOTE: br-{mgmt,ctl} are cross-referenced, careful when changing names #}
9 {#- This class should only be inherited in NOVCP scenarios for kvm02 #}
10 {%- import 'net_map.j2' as nm with context %}
11 ---
12 parameters:
13   linux:
14     network:
15       interface:
16         br-mgmt:
17           gateway: {{ nm.net_admin_gw }}
18           name_servers:
19             - {{ nm.net_admin_gw }}