Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2013913

Summary: Minion should be configured with same default tuning as Undercloud for atleast heat & ironic
Product: Red Hat OpenStack Reporter: Jaison Raju <jraju>
Component: openstack-tripleo-heat-templatesAssignee: Sandeep Yadav <sandyada>
Status: CLOSED ERRATA QA Contact: Joe H. Rahme <jhakimra>
Severity: medium Docs Contact:
Priority: medium    
Version: 16.2 (Train)CC: jraju, mburns, ramishra, sandyada
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: openstack-tripleo-heat-templates-11.6.1-2.20220116004909.64b2e88.el8ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-03-23 22:29:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jaison Raju 2021-10-14 06:05:04 UTC
Description of problem:
tht configures some default configuration for OSP components in undercloud.
For example:
/usr/share/openstack-tripleo-heat-templates/deployment/heat/heat-engine-container-puppet.yaml:            heat::engine::max_resources_per_stack: {get_param: HeatMaxResourcesPerStack}
/usr/share/openstack-tripleo-heat-templates/deployment/heat/heat-base-puppet.yaml:            heat::yaql_limit_iterators: {get_param: HeatYaqlLimitIterators}
/usr/share/openstack-tripleo-heat-templates/deployment/heat/heat-base-puppet.yaml:            heat::yaql_memory_quota: {get_param: HeatYaqlMemoryQuota}

The same tunings are not configured on Minion role.

For example:
Undercloud:
/var/lib/config-data/puppet-generated/heat/etc/heat/heat.conf
[yaql]
limit_iterators=10000
memory_quota=200000
Minion:
/var/lib/config-data/puppet-generated/heat/etc/heat/heat.conf
[yaql]
limit_iterators=1000
memory_quota=100000


Version-Release number of selected component (if applicable):
RHOS16.2

How reproducible:
Always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
We need to add the heat/ironic tunings in 
https://github.com/openstack/tripleo-heat-templates/blob/stable/train/environments/undercloud.yaml#L106-L119
 to https://github.com/openstack/tripleo-heat-templates/blob/stable/train/environments/undercloud/undercloud-minion.yaml

Comment 11 errata-xmlrpc 2022-03-23 22:29:33 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: Red Hat OpenStack Platform 16.2 (openstack-tripleo-heat-templates) security update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2022:0995