Bug 1774327
Summary: | Unable to assign http_proxy to a product using hammer CLI | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | vijsingh |
Component: | Repositories | Assignee: | Chris Roberts <chrobert> |
Status: | CLOSED ERRATA | QA Contact: | Jameer Pathan <jpathan> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.7.0 | CC: | chrobert, pcreech |
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:27 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-20 03:00:00 UTC
Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/28175 has been resolved. Verified: Verified with: - Satellite 6.7.0 snap 9 - tfm-rubygem-hammer_cli_katello-0.20.2.1-1.el7sat.noarch Test steps: - Create few products with repositories. - Use "hammer product update-proxy" command to assign http-proxy to products. Observations: - Able to assign Http Proxy to products. hammer> product update-proxy --help Usage: product update-proxy [OPTIONS] Options: --http-proxy HTTP_PROXY_NAME Name to search by --http-proxy-id HTTP_PROXY_ID Identifier of the HTTP Proxy --http-proxy-policy HTTP_PROXY_POLICY Policy for HTTP Proxy for content sync Possible value(s): 'global_default_http_proxy', 'none', 'use_selected_http_proxy' --ids IDS List of product ids Comma separated list of values. Values containing comma should be quoted or escaped with backslash. JSON is acceptable and preferred way for complex parameters -h, --help Print help hammer> product update-proxy --ids 62,63 --http-proxy-policy global_default_http_proxy Product proxy updated. hammer> product update-proxy --ids 62,63 --http-proxy-policy use_selected_http_proxy --http-proxy-id 2 Product proxy updated. 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 |