Bug 973360

Summary: not able to do node sync on iso repos
Product: [Retired] Pulp Reporter: Preethi Thomas <pthomas>
Component: nodesAssignee: Jeff Ortel <jortel>
Status: CLOSED NOTABUG QA Contact: Preethi Thomas <pthomas>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.2 Beta   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-11 20:22:55 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-11 18:53:08 UTC
Description of problem:
Node sync running on isp repo seems to be not syncing the iso repo to the node child

Version-Release number of selected component (if applicable):

[root@hp-dl360g6-01 ~]# rpm -q pulp-server
pulp-server-2.2.0-0.3.beta.fc18.noarch
[root@hp-dl360g6-01 ~]# 

How reproducible:


Steps to Reproduce:
1.create a an iso repo
2. enable & publish the repo for node sync
3. run node sync

Actual results:

iso repo not synced on the node

Expected results:


Additional info:

Comment 1 Preethi Thomas 2013-06-11 20:22:55 UTC
closing. I did not bind the repo to node

[root@hp-dl360g6-01 ~]# pulp-admin node bind --node-id node1 --repo-id file-repo
Node bind succeeded.

Note: Repository [ file-repo ] will be included in node synchronization.

[root@hp-dl360g6-01 ~]# pulp-admin node sync run --node-id node1 
This command may be exited via ctrl+c without affecting the request.

[-]
Waiting to begin...



(1/2) Repository: f18
[==================================================] 100%


(2/2) Repository: file-repo
[==================================================] 100%




Synchronization succeeded

+----------------------------------------------------------------------+
                       Child Node Synchronization
+----------------------------------------------------------------------+

Repository: 
  Action: Merged
  Id:     f18
  Units:  
    Added:   0
    Removed: 0
    Updated: 0

Repository: 
  Action: Added
  Id:     file-repo
  Units:  
    Added:   3
    Removed: 0
    Updated: 0



[root@hp-dl360g6-01 ~]#