diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-07-16 11:22:58 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-07-16 11:22:58 +0000 |
commit | 6ed08b3fbc5a534350f4e4b4641f2f7aa2e408d6 (patch) | |
tree | a1eea85a9c4822a72f2a96b718adf0c824df42d7 /plan-samples/plan-environment-derived-params.yaml | |
parent | 2185b835602ffb276b8142db68d472611fdf127a (diff) | |
parent | 9b3b1c6358b64a81726bfa23c5f16007859dcf75 (diff) |
Merge "Workflow input parameter update in plan-environment"
Diffstat (limited to 'plan-samples/plan-environment-derived-params.yaml')
-rw-r--r-- | plan-samples/plan-environment-derived-params.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plan-samples/plan-environment-derived-params.yaml b/plan-samples/plan-environment-derived-params.yaml index 964e57d2..8f250716 100644 --- a/plan-samples/plan-environment-derived-params.yaml +++ b/plan-samples/plan-environment-derived-params.yaml @@ -9,11 +9,11 @@ environments: workflow_parameters: tripleo.derive_params.v1.derive_parameters: ######### DPDK Parameters ######### - # Specifices the minimum number of CPU threads to be allocated for DPDK + # Specifices the minimum number of CPU physical cores to be allocated for DPDK # 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 - # will be used, else 0. - number_of_pmd_cpu_threads_per_numa_node: 4 + # will be used, else 1. + num_phy_cores_per_numa_node_for_pmd: 2 # 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. |