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
Actions