Bug 671468
| Summary: | Add proxy configuration information to pulp's config for grinder usage | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | John Matthews <jmatthew> |
| Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | Sprint 20 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-16 12:06:45 UTC | Type: | --- |
| 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: | 647488 | ||
|
Description
John Matthews
2011-01-21 15:38:43 UTC
Pradeep applied a patch from Christian Maspust which addresses this issue. Commit is below: http://git.fedorahosted.org/git/?p=pulp.git;a=commitdiff;h=23b038905e46ec8357543c4ff47b726869f4bdbb "Proxy support: Made some improvements and applying the patch contributed by Christian Maspust<christian.masopust>" Fixed in 0.134. verified this has been added to the pulp.conf [yum] # using less than 5 threads can cause issues with progress feed back threads: 15 # True/False to flag if we should remove older rpms remove_old_packages: false # Integer to specify how many old packages to keep. # Only used if 'removeold' is set to True num_old_pkgs_keep: 2 # Uncomment the below section with appropriate values for proxy configuration # proxy_url: # proxy_port: # proxy_user: # proxy_pass: verified [root@preethi ~]# rpm -q pulp pulp-0.0.181-1.fc14.noarch [yum] threads: 15 # True/False to flag if we should remove older rpms remove_old_packages: false # Integer to specify how many old packages to keep. # Only used if 'removeold' is set to True num_old_pkgs_keep: 2 # Uncomment below to set a bandwidth limit in KB/sec for downloading # 0 represents unlimited # limit_in_KB: 500 # Uncomment the below section with appropriate values for proxy configuration # proxy_url: # proxy_port: # proxy_user: # proxy_pass: Closing with Community Release 15 pulp-0.0.223-4. Closing with Community Release 15 pulp-0.0.223-4. |