Project

General

Profile

Actions

Bug #37204

closed

The proxy configs are not set in the correct section

Added by Chris Roberts 3 months ago. Updated 3 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

Description of problem:
When create a virt-who config by the Virt-who configurations of Satellite, it will set the no_proxy=* as default under the section [global] in /etc/virt-who.conf file, however the no_proxy should be configured under section [system_environment] to take effect.

Version-Release number of selected component (if applicable):
satellite-6.15.0-2.el8sat.noarch

How reproducible:
100%

Steps to Reproduce:
1. # cat /etc/virt-who.conf
  1. This configuration file is managed via the virt-who configure plugin
  2. manual edits will be deleted.
    [global]
    debug=1
    interval=7200
    no_proxy=*
    oneshot=False
Expected results:
  1. cat /etc/virt-who.conf
    1. This configuration file is managed via the virt-who configure plugin
    2. manual edits will be deleted.
      [global]
      debug=1
      interval=7200
      oneshot=False

#[system_environment]
#http_proxy= <-------http_proxy should in [system_environment]------->
#https_proxy= <-------https_proxy should in [system_environment]------->
#no_proxy= <-------no_proxy should in [system_environment]------->

Actions #1

Updated by Chris Roberts 3 months ago

  • Target version set to foreman_virt_who_configure-0.5.21
Actions #2

Updated by Chris Roberts 3 months ago

  • Status changed from New to Assigned
Actions #3

Updated by Chris Roberts 3 months ago

  • Bugzilla link set to 2265284
Actions #4

Updated by The Foreman Bot 3 months ago

  • Status changed from Assigned to Ready For Testing
  • Pull request https://github.com/theforeman/foreman_virt_who_configure/pull/189 added
Actions #5

Updated by Chris Roberts 3 months ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF