Turn off meltdown/spectre patches
[fuel.git] / mcp / reclass / classes / cluster / mcp-ovs-noha / openstack / compute.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 {%- import 'net_macros.j2' as ma with context %}
10 {%- set vlan_private_start = (nm.vlan_private | string).rsplit('-')[0] %}
11 ---
12 classes:
13   - service.neutron.compute.single
14   - system.nova.compute.nfv.hugepages
15   - cluster.mcp-common-noha.openstack_compute
16   - cluster.mcp-ovs-noha
17 parameters:
18   linux:
19     network:
20       interface:
21         pxe_admin_int:
22           # For scenarios without public network on cmp, set admin gw
23           gateway: {{ nm.net_admin_gw }}
24           name_servers:
25             - {{ nm.net_admin_gw }}
26         br-mesh:
27           enabled: true
28           type: bridge
29           proto: static
30           address: ${_param:tenant_address}
31           netmask: ${_param:opnfv_net_private_mask}
32           use_interfaces:
33             - {{ ma.interface_str(nm.cmp001.nic_private, vlan_private_start) }}
34     system:
35       package:
36         cgroup-tools:
37           version: latest