Rename reclass models to add "-ha" or "-noha"
[fuel.git] / mcp / reclass / classes / cluster / baremetal-mcp-ocata-ovs-dpdk-ha / openstack / init.yml
1 ##############################################################################
2 # Copyright (c) 2017 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 classes:
10   - cluster.baremetal-mcp-ocata-common-ha.openstack_init
11 parameters:
12   _param:
13     neutron_tenant_network_types: "flat,vlan"
14     neutron_tenant_vlan_range: "1000:1030"
15     nova_cpu_pinning: "5-7,13-15"
16     compute_hugepages_size: 2M
17     compute_hugepages_count: 8192
18     compute_hugepages_mount: /mnt/hugepages_2M
19     compute_kernel_isolcpu: 2,3,5,6,7,10,11,13,14,15
20     compute_dpdk_driver: uio
21     compute_ovs_pmd_cpu_mask: "0xc04"
22     compute_ovs_dpdk_socket_mem: "2048,2048"
23     compute_ovs_dpdk_lcore_mask: "0x8"
24     compute_ovs_memory_channels: "2"
25   linux:
26     system:
27       repo:
28         uca:
29           source: "deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main"
30           architectures: amd64
31           key_id: EC4926EA
32           key_server: keyserver.ubuntu.com
33       kernel:
34         sysctl:
35           net.ipv4.tcp_congestion_control: yeah
36           net.ipv4.tcp_slow_start_after_idle: 0
37           net.ipv4.tcp_fin_timeout: 30