acf6c113a5e4e7d18ea8296c2c68d45dd84faf3a
[fuel.git] / mcp / reclass / classes / cluster / mcp-pike-odl-ha / openstack / init.yml
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 ---
9 classes:
10   - cluster.mcp-pike-common-ha.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     network:
27       host:
28         odl01:
29           address: ${_param:opendaylight_service_host}
30           names:
31             - ${_param:opendaylight_server_node01_hostname}
32             - ${_param:opendaylight_server_node01_hostname}.${_param:cluster_domain}