[reclass] Move MaaS classes to common dir for NOHA
[fuel.git] / mcp / reclass / classes / cluster / mcp-odl-ha / infra / maas.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 {%- import 'net_map.j2' as nm with context %}
9 ---
10 classes:
11   - cluster.all-mcp-arch-common.infra.maas
12   - cluster.mcp-odl-ha.infra
13 {%- if 'aarch64' not in nm.cluster.arch %}
14 parameters:
15   _param:
16     hwe_kernel: 'ga-16.04'
17 {%- endif %}