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 1789676 - After updating http-proxy for repository, repository info command shows the old http-proxy-id and new http-proxy name.
Summary: After updating http-proxy for repository, repository info command shows the ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Repositories
Version: 6.7.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 6.7.0
Assignee: James Jeffers
QA Contact: Jameer Pathan
URL:
Whiteboard:
Depends On:
Blocks: 1774324
TreeView+ depends on / blocked
 
Reported: 2020-01-10 05:13 UTC by Jameer Pathan
Modified: 2020-09-25 10:46 UTC (History)
3 users (show)

Fixed In Version: tfm-rubygem-katello-3.14.0.10-1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-04-14 13:28:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 28794 0 Normal Closed repository show template displays incorrect HTTP proxy attributes when global HTTP proxy policy is selected 2021-01-28 21:16:07 UTC
Red Hat Product Errata RHSA-2020:1454 0 None None None 2020-04-14 13:28:44 UTC

Description Jameer Pathan 2020-01-10 05:13:15 UTC
Description of problem:
After updating http-proxy for repository, repository info command  shows the old http-proxy-id and new http-proxy name.

Version-Release number of selected component (if applicable):
- Satellite 6.7.0 snap 7

How reproducible:
- Always

Steps to Reproduce:
- Create repository with http-proxy-policy "use_selected_http_proxy".
- Update http-poroxy-policy for that repo to "global_default_http_proxy"

Actual results:
When we update http-proxy-policy from "use_selected_http_proxy" to
"global_default_http_proxy" or "none", then the repository info command 
shows the old http-proxy-id and new http-proxy name.

Expected results:
Repository info command should show new http-proxy's id and name.

Additional info:
Following is the scenario which I tried:

hammer> http-proxy list
---|----------------
ID | NAME           
---|----------------
12 | UKPJWnMGVlBewLI
13 | RwiWoWGxvMTMKrB
14 | XJBLtNRwCdYaKYO
15 | ENknxTwMXZyIUZF
16 | zOJZXSWZFVphfbz
17 | iiivHHNMmDXJEnC
18 | YBRjVEjABwpuTTJ
19 | nIsZblTjBnwuCnL
20 | bXolSOEqRFNierF
21 | IVfQUvctowwnLVu
22 | FaZghEWIxjTdauT
23 | TntoMBeNwzukUxy
24 | TYlThttwqgYuBuz
25 | ATESSLPWaXKwlky
26 | BLTgMwDPJXwUhaO
27 | oSKjRcTMpIiIwPy
28 | mfpGMBCKPBcIwCO
29 | a              
30 | b              
---|----------------

hammer> repository create --name repo1 --product Sat6Tools7 --organization-id 1 --url "https://test.com" --content-type "yum" --http-proxy-policy "use_selected_http_proxy" --http-proxy-id 30
Repository created.


hammer> repository info --name repo1 --product Sat6Tools7 --organization-id 1
ID:                 88
Name:               repo1
Label:              repo1
Organization:       Default Organization
Red Hat Repository: no
Content Type:       yum
Mirror on Sync:     yes
URL:                https://test.com
Publish Via HTTP:   yes
Published At:       http://sat_hostname.com/pulp/repos/Default_Organization/Library/custom/Sat6Tools7/repo1/
Relative Path:      Default_Organization/Library/custom/Sat6Tools7/repo1
Download Policy:    on_demand
Http Proxy:         
    ID:   30
    Name: b
Product:            
    ID:   59
    Name: Sat6Tools7
GPG Key:            

Sync:               
    Status: Not Synced
Created:            2020/01/09 13:38:25
Updated:            2020/01/09 13:38:26
Content Counts:     
    Packages:       0
    Source RPMS:    0
    Package Groups: 0
    Errata:         0
    Module Streams: 0


hammer> repository update --id 88 --http-proxy-policy "global_default_http_proxy"
Repository updated.
hammer> repository info --id 88
ID:                 88
Name:               repo1
Label:              repo1
Organization:       Default Organization
Red Hat Repository: no
Content Type:       yum
Mirror on Sync:     yes
URL:                https://test.com
Publish Via HTTP:   yes
Published At:       http://sat_hostname.com/pulp/repos/Default_Organization/Library/custom/Sat6Tools7/repo1/
Relative Path:      Default_Organization/Library/custom/Sat6Tools7/repo1
Download Policy:    on_demand
Http Proxy:         
    ID:   30
    Name: a
Product:            
    ID:   59
    Name: Sat6Tools7
GPG Key:            

Sync:               
    Status: Not Synced
Created:            2020/01/09 13:38:25
Updated:            2020/01/09 13:41:34
Content Counts:     
    Packages:       0
    Source RPMS:    0
    Package Groups: 0
    Errata:         0
    Module Streams: 0

hammer> repository update --id 88 --http-proxy-policy "none"
Repository updated.
hammer> repository info --id 88
ID:                 88
Name:               repo1
Label:              repo1
Organization:       Default Organization
Red Hat Repository: no
Content Type:       yum
Mirror on Sync:     yes
URL:                https://test.com
Publish Via HTTP:   yes
Published At:       http://sat_hostname.com/pulp/repos/Default_Organization/Library/custom/Sat6Tools7/repo1/
Relative Path:      Default_Organization/Library/custom/Sat6Tools7/repo1
Download Policy:    on_demand
Http Proxy:         
    ID: 30
Product:            
    ID:   59
    Name: Sat6Tools7
GPG Key:            

Sync:               
    Status: Not Synced
Created:            2020/01/09 13:38:25
Updated:            2020/01/09 13:42:26
Content Counts:     
    Packages:       0
    Source RPMS:    0
    Package Groups: 0
    Errata:         0
    Module Streams: 0

Comment 5 Justin Sherrill 2020-01-16 02:20:48 UTC
I would add that part of the issue is that the Proxy policy isn't even displayed as part of info, which further confuses the issue

Comment 7 Jameer Pathan 2020-02-10 09:59:20 UTC
Verified 

Verified with:
- Satellite 6.7.0 snap 11

Test steps:
- Create repository with http-proxy-policy "use_selected_http_proxy".
- Update http-proxy-policy for that repo to "global_default_http_proxy"

Observation:
- Repository info command shows expected output.

Comment 10 errata-xmlrpc 2020-04-14 13:28:29 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, 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-2020:1454


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