This change updates the plan sample file to show how the new playbook interface
is used. This change comments out the mistral interface noting that it still
exists though is deprecated, and will be removed soon.
Story: 2007419
Task: 39119
Depends-On: I68ad3783d3e0bf47fd63ab79f6ea0b0655c751c1
Change-Id: I26c29d2dad02e753688cc9f21c9f375aa48cfda0
Signed-off-by: Kevin Carter <kecarter@redhat.com>
Added 'hw_data_required' parameter with default value 'true'.
This parameter is used to identify whether role specific
derive parameters workflows needs to be invoked or not.
invokes role specific derive parameters if hw_data_required is
true, otherwise only common derive parameters will be invoked.
Change-Id: I9807dbd1cb71deb6a483f24d36db344b8a09c63e
This change is to update the default value for derive params
workflow inputs num_phy_cores_per_numa_node_for_pmd
and huge_page_allocation_percentage.
num_phy_cores_per_numa_node_for_pmd default value needs to be reduced
to 1 and cannot use more than 1 because of multi-queues.
huge_page_allocation_percentage default value needs to be reduced
from 90 because in some cases where we do not have enough memory
for some hosts
Change-Id: I8620f07f09337d0d63198c3168fec00f16262a63
Closes-Bug: #1736713
derive_parameters workflow input parameter needs to be
changed as num_phy_cores_per_numa_node_for_pmd
instead of number_of_pmd_cpu_threads_per_numa_node.
The performance varies based on the physical core
rather than the logical CPUs. Which means, user should
be able to decide the number of physical cores,
which is proportional to data rate.
Implements: blueprint tripleo-derive-parameters
Change-Id: I056fb330a17e647ab527e8bccd52bdf5e77067b6
Parameters which are not part of the heat environment template
are required by the worflows like derive parameters. In order to
seprate from the heat environment parameters, the workflow only
parameters will be provided via plan-environement section,
workflow_parameters.
Implements: blueprint tripleo-derive-parameters
Change-Id: I36d295223c28afff1e0996b4885b8a81c00842f0