Actions
Bug #24854
closedinstaller option to change value of "rest_client_timeout" present in /etc/foreman/plugins/katello.yaml does not work
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Description
- grep timeout /etc/foreman/plugins/katello.yaml
:rest_client_timeout: 3600
- satellite-installer --full-help | grep rest.*timeout
--katello-rest-client-timeout Timeout for Katello rest API (current: 3600)
--reset-katello-rest-client-timeout Reset rest_client_timeout to the default value (3600)
- satellite-installer --katello-rest-client-timeout 4500
- grep timeout /etc/foreman/plugins/katello.yaml
:rest_client_timeout: 3600
- satellite-installer --full-help | grep rest.*timeout
--katello-rest-client-timeout Timeout for Katello rest API (current: 4500)
--reset-katello-rest-client-timeout Reset rest_client_timeout to the default value (3600)
installer provides --katello-rest-client-timeout parameter
but it does not set rest_client_timeout value in /etc/foreman/plugins/katello.yaml
Sat 6.4 snap 20
satellite-6.4.0-13.el7sat.noarch
foreman-1.18.0.18-1.el7sat.noarch
katello-3.7.0-5.el7sat.noarch
foreman-installer-katello-3.7.0.2-1.el7sat.noarch
foreman-installer-1.18.0-1.el7sat.noarch
katello-installer-base-3.7.0.2-1.el7sat.noarch
satellite-installer-6.4.0.7-2.el7sat.noarch
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-katello/pull/253 added
Updated by Chris Roberts over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-katello|c9242751287e34bb9afe0e60159bfe06f74d2802.
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/theforeman/puppet-katello/pull/254 added
Updated by Jonathon Turel over 6 years ago
- Target version set to 931
- Fixed in Releases deleted (
)
Updated by Jonathon Turel over 6 years ago
- Target version changed from 931 to Katello 3.9.0
Actions