Merge "docs: Update prx nodes on network diagrams" into stable/euphrates
[fuel.git] / mcp / reclass / classes / cluster / baremetal-mcp-ocata-odl-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.openstack_init
11 parameters:
12   _param:
13     # opendaylight options
14     opendaylight_server_node01_single_address: ${_param:opnfv_opendaylight_server_node01_single_address}
15     opendaylight_service_host: ${_param:opendaylight_server_node01_single_address}
16     opendaylight_server_node01_hostname: odl01
17     opendaylight_router: odl-router_v2
18
19     neutron_tenant_network_types: "flat,vxlan"
20     nova_cpu_pinning: "1,2,3,4,5,7,8,9,10,11"
21     compute_hugepages_size: 1G
22     compute_hugepages_count: 16
23     compute_hugepages_mount: /mnt/hugepages_1G
24     compute_kernel_isolcpu: ${_param:nova_cpu_pinning}
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
38     network:
39       host:
40         odl01:
41           address: ${_param:opendaylight_service_host}
42           names:
43             - ${_param:opendaylight_server_node01_hostname}
44             - ${_param:opendaylight_server_node01_hostname}.${_param:cluster_domain}