Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2166293 - Expose new REX pull transport tunables in the installer
Summary: Expose new REX pull transport tunables in the installer
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Installation
Version: 6.13.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 6.13.0
Assignee: Adam Ruzicka
QA Contact: Eric Helms
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-02-01 12:56 UTC by Adam Ruzicka
Modified: 2023-05-03 13:25 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-05-03 13:24:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 35899 0 Normal Closed Expose new sp-rex-ssh tunables 2023-02-01 12:56:16 UTC
Github theforeman puppet-foreman_proxy pull 794 0 None Merged Fixes #35899 - Expose new sp-rex-ssh tunables 2023-02-01 12:56:16 UTC
Red Hat Issue Tracker SAT-14274 0 None None None 2023-02-01 12:56:16 UTC
Red Hat Issue Tracker SAT-15620 0 None None None 2023-02-02 15:18:48 UTC
Red Hat Product Errata RHSA-2023:2097 0 None None None 2023-05-03 13:25:00 UTC

Description Adam Ruzicka 2023-02-01 12:56:17 UTC
Description of problem:
While implementing SAT-10863 we introduced three new tunables to smart_proxy_remote_execution_ssh, however currently they are not exposed in the installer.

Comment 3 Eric Helms 2023-03-07 20:22:10 UTC
I can confirm their presence:

satellite-installer --full-help | grep mqtt
    --foreman-proxy-plugin-remote-execution-script-mqtt-rate-limit  Number of jobs that are allowed to run at the same time (current: UNDEF)
    --foreman-proxy-plugin-remote-execution-script-mqtt-resend-interval  Time interval in seconds at which the notification should be re-sent to the host until the job is picked up or canceleld (current: UNDEF)
    --foreman-proxy-plugin-remote-execution-script-mqtt-ttl  Time interval in seconds given to the host to pick up the job before considering the job undelivered. (current: UNDEF)

And that setting these values:

satellite-installer --foreman-proxy-plugin-remote-execution-script-mqtt-rate-limit 5 --foreman-proxy-plugin-remote-execution-script-mqtt-resend-interval 10 --foreman-proxy-plugin-remote-execution-script-mqtt-ttl 8

Results in:

# cat /etc/foreman-proxy/settings.d/remote_execution_ssh.yml 
---


:mqtt_ttl: 8
:mqtt_rate_limit: 5
:mqtt_resend_interval: 10

Comment 6 errata-xmlrpc 2023-05-03 13:24:53 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 (Important: Satellite 6.13 Release), 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-2023:2097


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