Project

General

Profile

Actions

Bug #24854

closed

installer option to change value of "rest_client_timeout" present in /etc/foreman/plugins/katello.yaml does not work

Added by Chris Roberts over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Installer
Target version:
Fixed in Releases:
Found in Releases:

Description

  1. grep timeout /etc/foreman/plugins/katello.yaml
    :rest_client_timeout: 3600
  1. 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)
  1. satellite-installer --katello-rest-client-timeout 4500
  1. grep timeout /etc/foreman/plugins/katello.yaml
    :rest_client_timeout: 3600
  1. 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

Also available in: Atom PDF