[noha] Update OpenStack version to Queens
[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 {%- set cluster_arch = [] %}
9 {%- for node in conf.nodes %}
10   {%- if node.node.arch not in cluster_arch %}
11     {%- do cluster_arch.append(node.node.arch) %}
12   {%- endif %}
13 {%- endfor %}
14 ---
15 classes:
16   - cluster.mcp-common-ha.infra.maas
17   - cluster.mcp-odl-ha.infra
18 {%- if 'aarch64' not in cluster_arch %}
19 parameters:
20   _param:
21     hwe_kernel: 'ga-16.04'
22 {%- endif %}