Bug 790015 - ppc is not supported repo architecture
Summary: ppc is not supported repo architecture
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: user-experience
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Pradeep Kilambi
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-13 13:53 UTC by Ivan Necas
Modified: 2013-09-09 16:33 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-24 20:11:31 UTC


Attachments (Terms of Use)

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.


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