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 1777720 - Repository create with http_proxy name fails with Error: Found more than one http_proxy.
Summary: Repository create with http_proxy name fails with Error: Found more than one ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Repositories
Version: 6.7.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: 6.7.0
Assignee: Chris Roberts
QA Contact: vijsingh
URL:
Whiteboard:
Depends On:
Blocks: 1774324
TreeView+ depends on / blocked
 
Reported: 2019-11-28 07:28 UTC by vijsingh
Modified: 2020-04-14 13:27 UTC (History)
3 users (show)

Fixed In Version: tfm-rubygem-hammer_cli_katello-0.20.2.1-1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-04-14 13:27:30 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 28178 0 Normal Closed Repository create with http_proxy name fails with Error: Found more than one http_proxy. 2020-02-26 14:34:28 UTC
Github Katello hammer-cli-katello pull 711 0 None closed Fixes #28178 - Correct http_proxy search by name 2020-02-26 14:34:28 UTC
Red Hat Product Errata RHSA-2020:1454 0 None None None 2020-04-14 13:27:40 UTC

Description vijsingh 2019-11-28 07:28:21 UTC
Description of problem:


Repository create with http_proxy name fails with Error: Found more than one http_proxy.


Version-Release number of selected component (if applicable):

@Satellite 6.7.0 snap 3.0

How reproducible:


Steps to Reproduce:
1. Create a repo using http proxu/policy as below:

hammer> repository create --name Rerani7 --product-id 1 --content-type yum --url 'https://repos.fedorapeople.org/repos/pulp/pulp/fixtures/srpm/' --http-proxy TestProxy --http-proxy-policy use_selected_http_proxy
Could not create the repository:
  Error: Found more than one http_proxy.
hammer>

Actual results:

Error: Found more than one http_proxy.

Expected results:
 
Repo should be able to create with provided http proxy/policy.

Additional info:

Comment 10 Chris Roberts 2019-12-16 20:48:53 UTC
This has been fixed in the following commit:

https://github.com/Katello/hammer-cli-katello/pull/711

Results of testing:

[root@nightly ~]# hammer repository create --name Rerani8 --product-id 1 --content-type yum --url 'https://repos.fedorapeople.org/repos/pulp/pulp/fixtures/srpm/' --http-proxy testproxy --http-proxy-policy use_selected_http_proxy
Repository created.

[root@nightly ~]# hammer http-proxy list
---|----------
ID | NAME
---|----------
1  | testproxy
2  | proxy1
---|----------

Moving to POST so it gets pulled into the next snap

Comment 12 vijsingh 2020-01-17 14:56:49 UTC
ON_QA Verified

@Satellite 6.7.0 snap 8.0


Steps/Observation:

 hammer> repository create --name Rerani7 --product-id 1 --content-type yum --url 'https://repos.fedorapeople.org/repos/pulp/pulp/fixtures/srpm/' --http-proxy Test123 --http-proxy-policy use_selected_http_proxy
Repository created.

 hammer> repository create --name Rerani8 --product-id 1 --content-type yum --url 'https://repos.fedorapeople.org/repos/pulp/pulp/fixtures/srpm/' --http-proxy Proxy1 --http-proxy-policy use_selected_http_proxy
Repository created.

Comment 15 errata-xmlrpc 2020-04-14 13:27:30 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.