Merge "[noha] ctl01: Enable jumbo frames"
[fuel.git] / mcp / reclass / classes / cluster / mcp-vpp-ha / infra / kvm.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 ---
9 {%- if conf.MCP_VCP %}
10 # NOTE(armband): we don't want to pull in salt.control for novcp
11 classes:
12   - cluster.mcp-common-ha.infra.kvm
13   - cluster.mcp-vpp-ha.infra
14 {%- endif %}