Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 972156

Summary: iso sync let me sync a cdn repo without specifying the certs
Product: [Retired] Pulp Reporter: Preethi Thomas <pthomas>
Component: iso-supportAssignee: Michael Hrivnak <mhrivnak>
Status: CLOSED CURRENTRELEASE QA Contact: Preethi Thomas <pthomas>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.2 BetaCC: jason.dobies, mhrivnak, skarmark
Target Milestone: ---Keywords: Triaged
Target Release: 2.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-09 14:30:19 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:

Description Preethi Thomas 2013-06-07 19:36:49 UTC
Description of problem:

I was able to sync a cdn iso repo without specifying the certs. Not sure if having created the repo previously had anything to do with it. I will explain the steps I did
Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Create CDN iso repo with certs
2.  Sync the repo
3. Delete the repo
4. Make sure that the iso files are deleted from the filesystem
5. Create a second repo with CDN feed  but do not use the certs
6. Sync the repo

Actual results:
cdn repos are able sync without the certs


Expected results:


Additional info:

Comment 1 Randy Barlow 2013-06-12 21:05:05 UTC
This is due to a bug in Nectar, which I've marked as a blocker for this bug.

Comment 2 Michael Hrivnak 2013-09-26 19:30:54 UTC
https://github.com/pulp/pulp_rpm/pull/341

The above PR should fix this as well.

Comment 3 Jeff Ortel 2013-09-26 20:54:13 UTC
build: 2.3.0-0.16.alpha

Comment 4 Preethi Thomas 2013-10-02 12:25:59 UTC
verified
[root@ibm-ls22-02 ~]# rpm -qa |grep pulp-server
pulp-server-2.3.0-0.16.alpha.el6.noarch
[root@ibm-ls22-02 ~]# 


[root@ibm-ls22-02 ~]# pulp-admin iso repo create --repo-id iso-rhel6 --feed https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6.4/i386/iso/ 
Successfully created repository [iso-rhel6]


[root@ibm-ls22-02 ~]# 
[root@ibm-ls22-02 ~]# pulp-admin iso repo sync run --repo-id iso-rhel6
+----------------------------------------------------------------------+
                  Synchronizing Repository [iso-rhel6]
+----------------------------------------------------------------------+

This command may be exited by pressing ctrl+c without affecting the actual
operation on the server.

Downloading the Pulp Manifest...
Downloading the Pulp Manifest failed:

	{}

Comment 5 Preethi Thomas 2013-12-09 14:30:19 UTC
Pulp 2.3 released.