Bug 1014368
Summary: | Not able to sync cdn repos when using proxy setting | |||
---|---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> | |
Component: | z_other | Assignee: | Sayli Karmarkar <skarmark> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | urgent | |||
Version: | 2.2 | CC: | cperry, everhard.faas, mhrivnak, paul.jochum, skarmark | |
Target Milestone: | --- | Keywords: | Triaged | |
Target Release: | 2.2.1 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1017404 (view as bug list) | Environment: | ||
Last Closed: | 2013-12-09 14:37:16 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: | 1017404 |
Description
Preethi Thomas
2013-10-01 20:11:34 UTC
https://github.com/pulp/pulp/pull/656 Added python-requests-2.0.0 package to pulp dependencies which also contains latest urllib3 in order to support proxy with https. *** Bug 1015218 has been marked as a duplicate of this bug. *** Merged and tagged all the relevant packages and dependencies. Created a clone to track and verify the fix in 2.3 as well. https://bugzilla.redhat.com/show_bug.cgi?id=1017404 *** Bug 1011972 has been marked as a duplicate of this bug. *** build: 2.2.1-1 build: 2.2.0-2. verified [root@qe-blade-04 ~]# rpm -qa |grep pulp-server pulp-server-2.2.0-2.el6.noarch [root@qe-blade-04 ~]# [root@qe-blade-04 ~]# rpm -qa |grep python-nectar python-nectar-1.1.4-1.el6.noarch [root@qe-blade-04 ~]pulp-admin rpm repo create --repo-id rhel6-4 --feed https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6.4/x86_64/os/ --feed-ca-cert CDN/cdn.redhat.com-chain.crt --feed-cert CDN/1359391926_4512.crt --feed-key CDN/1359391926_4512.key --remove-missing true --proxy-host http://pulp-proxy.usersys.redhat.com --proxy-port 3128Successfully created repository [rhel6-4] [root@qe-blade-04 ~]# [root@qe-blade-04 ~]# [root@qe-blade-04 ~]# pulp-admin rpm repo sync run --repo-id rhel6-4 +----------------------------------------------------------------------+ Synchronizing Repository [rhel6-4] +----------------------------------------------------------------------+ This command may be exited by pressing ctrl+c without affecting the actual operation on the server. Downloading metadata... from squid.log on my proxy 1381504695.999 27533 10.16.76.35 TCP_MISS/200 1148167 CONNECT cdn.redhat.com:443 - DIRECT/173.222.152.251 - 1381504704.380 35912 10.16.76.35 TCP_MISS/200 1804500 CONNECT cdn.redhat.com:443 - DIRECT/173.222.152.251 - 1381504760.794 92324 10.16.76.35 TCP_MISS/200 2866782 CONNECT cdn.redhat.com:443 - DIRECT/173.222.152.251 - Released pulp 2.2.1 |