2017-04-05 17:26:32 +05:30
|
|
|
version: 1.0
|
|
|
|
|
|
|
|
name: overcloud
|
|
|
|
description: >
|
|
|
|
Default Deployment plan
|
|
|
|
template: overcloud.yaml
|
|
|
|
environments:
|
|
|
|
- path: overcloud-resource-registry-puppet.yaml
|
|
|
|
workflow_parameters:
|
|
|
|
tripleo.derive_params.v1.derive_parameters:
|
|
|
|
######### DPDK Parameters #########
|
2017-07-05 06:57:46 -04:00
|
|
|
# Specifices the minimum number of CPU physical cores to be allocated for DPDK
|
2017-04-05 17:26:32 +05:30
|
|
|
# PMD threads. The actual allocation will be based on network config, if
|
|
|
|
# the a DPDK port is associated with a numa node, then this configuration
|
2017-07-05 06:57:46 -04:00
|
|
|
# will be used, else 1.
|
|
|
|
num_phy_cores_per_numa_node_for_pmd: 2
|
2017-04-05 17:26:32 +05:30
|
|
|
# Amount of memory to be configured as huge pages in percentage. Ouf the
|
|
|
|
# total available memory (excluding the NovaReservedHostMemory), the
|
|
|
|
# specified percentage of the remaining is configured as huge pages.
|
|
|
|
huge_page_allocation_percentage: 90
|
|
|
|
######### HCI Parameters #########
|
|
|
|
hci_profile: default
|
|
|
|
hci_profile_config:
|
|
|
|
default:
|
|
|
|
average_guest_memory_size_in_mb: 2048
|
|
|
|
average_guest_cpu_utilization_percentage: 50
|
|
|
|
many_small_vms:
|
|
|
|
average_guest_memory_size_in_mb: 1024
|
|
|
|
average_guest_cpu_utilization_percentage: 20
|
|
|
|
few_large_vms:
|
|
|
|
average_guest_memory_size_in_mb: 4096
|
|
|
|
average_guest_cpu_utilization_percentage: 80
|
|
|
|
nfv_default:
|
|
|
|
average_guest_memory_size_in_mb: 8192
|
|
|
|
average_guest_cpu_utilization_percentage: 90
|