Bug 2013913 - Minion should be configured with same default tuning as Undercloud for atleast heat & ironic
Summary: Minion should be configured with same default tuning as Undercloud for atleas...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 16.2 (Train)
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Sandeep Yadav
QA Contact: Joe H. Rahme
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-10-14 06:05 UTC by Jaison Raju
Modified: 2022-03-23 22:30 UTC (History)
4 users (show)

Fixed In Version: openstack-tripleo-heat-templates-11.6.1-2.20220116004909.64b2e88.el8ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-03-23 22:29:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1947510 0 None None None 2021-10-17 16:27:25 UTC
OpenStack gerrit 815447 0 None MERGED [victoria/ussuri/train] Tune minion defaults 2021-10-29 06:22:12 UTC
Red Hat Issue Tracker OSP-10414 0 None None None 2021-11-15 12:36:09 UTC
Red Hat Product Errata RHSA-2022:0995 0 None None None 2022-03-23 22:30:02 UTC

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


Note You need to log in before you can comment on or make changes to this bug.