Bug 790015

Summary: ppc is not supported repo architecture
Product: [Retired] Pulp Reporter: Ivan Necas <inecas>
Component: user-experienceAssignee: Pradeep Kilambi <pkilambi>
Status: CLOSED CURRENTRELEASE QA Contact: Preethi Thomas <pthomas>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.0.0CC: tsanders
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-24 20:11:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Ivan Necas 2012-02-13 13:53:07 UTC
Description of problem:
Can't create repo for ppc architecture. However ppc64 is in the list. I think ppc should be there as well.

Comment 1 Pradeep Kilambi 2012-02-15 14:16:21 UTC
commit 7c064154592cf1d9e4c4f8b3d8fdd94b2f2ad1e1

Comment 2 Jeff Ortel 2012-02-17 17:17:42 UTC
build: 0.267

Comment 3 Preethi Thomas 2012-02-21 14:34:16 UTC
verified

[root@katello-test ~]# pulp-admin repo create --id=pulp --arch ppc 
Successfully created repository [ pulp ]

[root@katello-test ~]# pulp-admin repo list
+------------------------------------------+
       List of Available Repositories
+------------------------------------------+

Id                 	pulp                     
Name               	pulp                     
Repo URL           	https://katello-test.usersys.redhat.com/pulp/repos/pulp/
Feed URL           	None                     
Feed Type          	None                     
Content Type       	yum                      
Feed Certs         	CA:No   Cert:No
Consumer Certs     	CA:No   Cert:No
Architecture       	ppc                      
Sync Schedule      	None                     
Packages           	0                        
Files              	0                        
Distributions      	None                     
Publish            	True                     
Clones             	[]                       
Groups             	None                     
Filters            	[]                       
Notes              	{}                       
Preserve Metadata  	False                    
Checksum Type      	sha256                   


[root@katello-test ~]# pulp-admin repo create --id=pulp --arch test
error:  operation failed: A repository with the id, pulp, already exists
[root@katello-test ~]# 
[root@katello-test ~]# pulp-admin repo create --id=pulp1 --arch test
error:  operation failed: PulpException: Architecture must be one of [noarch, i386, i686, ppc64, ppc, s390x, x86_64, ia64]
[root@katello-test ~]# 
[root@katello-test ~]#

Comment 4 Preethi Thomas 2012-02-24 20:11:31 UTC
Pulp v1.0 is released
Closed Current Release.