Bug 1777720
Summary: | Repository create with http_proxy name fails with Error: Found more than one http_proxy. | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | vijsingh |
Component: | Repositories | Assignee: | Chris Roberts <chrobert> |
Status: | CLOSED ERRATA | QA Contact: | vijsingh |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.7.0 | CC: | chrobert, ehelms, sghai |
Target Milestone: | 6.7.0 | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | tfm-rubygem-hammer_cli_katello-0.20.2.1-1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-14 13:27:30 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1774324 |
Description
vijsingh
2019-11-28 07:28:21 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 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. 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 |