8 Commits

Author SHA1 Message Date
ramishra
147335f799 Remove default plan-environment.yaml
Left the one used for derive parameters that includes
the playbooks for derive parameters.

Depends-On: https://review.opendev.org/c/openstack/python-tripleoclient/+/777293
Change-Id: I7b82364bee7fcc3a89d36255b0c8507cdd1d5a38
2021-02-24 09:40:34 +05:30
Zuul
9edc46938f Merge "Update plan-sample to reference new interface" 2020-09-19 00:07:13 +00:00
Kevin Carter
7a4209ab53 Update plan-sample to reference new interface
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>
2020-09-08 20:43:07 +00:00
Zhu Sheng Li
4697bc2a59 Fix typos
Change-Id: I8b1b77f6545474272d06f21a40a55e51167602f9
2020-05-27 16:26:34 +08:00
Jaganathan Palanisamy
9c82505cc2 Role specific derive parameters workflow parameter
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
2018-06-28 08:10:27 -04:00
Jaganathan Palanisamy
913444d854 Update default value for derive params workflow inputs
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
2018-01-15 05:50:47 -05:00
Jaganathan Palanisamy
9b3b1c6358 Workflow input parameter update in plan-environment
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
2017-07-05 07:57:43 -04:00
Saravanan KR
22a283aeeb Providing parameters specific to a workflow via plan-environment
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
2017-06-12 11:59:14 +05:30