Bug 995572 - rhel5 distribution is failing to sync
Summary: rhel5 distribution is failing to sync
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: user-experience
Version: Master
Hardware: Unspecified
OS: Unspecified
urgent
unspecified
Target Milestone: ---
: 2.2.0
Assignee: Michael Hrivnak
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-09 18:32 UTC by Preethi Thomas
Modified: 2013-09-10 15:43 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-10 15:43:39 UTC
Embargoed:


Attachments (Terms of Use)

Description Preethi Thomas 2013-08-09 18:32:37 UTC
Description of problem:
distribution sync seems to be failing for cdn repos


Version-Release number of selected component (if applicable):
[root@cloud-qe-18 ~]# rpm -q pulp-server
pulp-server-2.2.0-0.24.beta.el6.noarch
[root@cloud-qe-18 ~]# 


How reproducible:


Steps to Reproduce:
[root@cloud-qe-18 ~]#  pulp-admin rpm repo create  --repo-id rhel5 --feed https://cdn.redhat.com/content/dist/rhel/rhui/server/5/5.9/x86_64/os/ --feed-ca-cert CDN/cdn.redhat.com-chain.crt --feed-cert CDN/1359391926_4512.crt  --feed-key CDN/1359391926_4512.key
Successfully created repository [rhel5]

[root@cloud-qe-18 ~]# pulp-admin rpm repo sync run --repo-id rhel5
+----------------------------------------------------------------------+
                    Synchronizing Repository [rhel5]
+----------------------------------------------------------------------+

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

Downloading metadata...
[/]
... completed

Downloading repository content...
[==================================================] 100%
RPMs:       15321/15321 items
Delta RPMs: 0/0 items

... completed

Downloading distribution files...

Errors encountered during distribution sync:

Importing errata...
[-]
... completed

Importing package groups/categories...
[\]
... completed

Publishing packages...
[==================================================] 100%
Packages: 15321/15321 items
... completed

Publishing distributions...
[==================================================] 100%
Distributions: 0/0 items
... completed

Generating metadata
[-]
... completed

Publishing repository over HTTPS
[-]
... completed




Actual results:


Expected results:


Additional info:

Comment 1 Michael Hrivnak 2013-08-09 21:27:14 UTC
https://github.com/pulp/pulp_rpm/pull/302

Comment 2 Jeff Ortel 2013-08-12 14:49:22 UTC
build: 2.2.0-0.25.beta.

Comment 3 Preethi Thomas 2013-08-12 18:40:25 UTC
verified
[root@cloud-qe-18 ~]# rpm -q pulp-server
pulp-server-2.2.0-0.25.beta.el6.noarch
[root@cloud-qe-18 ~]# 

[root@cloud-qe-18 ~]# pulp-admin rpm repo sync run --repo-id rhel5
+----------------------------------------------------------------------+
                    Synchronizing Repository [rhel5]
+----------------------------------------------------------------------+

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

Downloading metadata...
[\]
... completed

Downloading repository content...
[==================================================] 100%
RPMs:       0/0 items
Delta RPMs: 0/0 items

... completed

Downloading distribution files...
[==================================================] 100%
Distributions: 19/19 items
... completed

Importing errata...
[/]
... completed

Importing package groups/categories...
[\]
... completed

Publishing packages...
[==================================================] 100%
Packages: 15321/15321 items
... completed

Publishing distributions...
[==================================================] 100%
Distributions: 19/19 items
... completed

Generating metadata
[-]
... completed

Publishing repository over HTTPS
[-]
... completed

[root@cloud-qe-18 ~]# pulp-admin repo list
+----------------------------------------------------------------------+
                              Repositories
+----------------------------------------------------------------------+

Id:                  rhel5
Display Name:        rhel5
Description:         None
Content Unit Counts: 
  Distribution:           1
  Erratum:                2761
  Package Category:       6
  Package Group:          99
  Rpm:                    15321
  Yum Repo Metadata File: 1


[root@cloud-qe-18 ~]#

Comment 4 Preethi Thomas 2013-09-10 15:43:39 UTC
2.2 released
http://repos.fedorapeople.org/repos/pulp/pulp/stable/2.2/


Note You need to log in before you can comment on or make changes to this bug.