Bug 480832

Summary: Need to resolve org_default profile and fix display URLs
Product: [Community] Spacewalk Reporter: Mike McCune <mmccune>
Component: WebUIAssignee: Partha Aji <paji>
Status: CLOSED CURRENTRELEASE QA Contact: Mike McCune <mmccune>
Severity: medium Docs Contact:
Priority: low    
Version: 0.5CC: bperkins
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-17 07:09:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 456553, 480094    

Description Mike McCune 2009-01-20 19:44:59 UTC
* In Satellite 5.2 and before we supported the notion of a 'Organization Default' kickstart profile.  With the cobbler integration we changed the rendering of our Kickstart Files to be handled by cobbler.

We need to figure out a way to get these org_default urls:

https://<spacewalkhost>/rhn/kickstart/ks/cfg/org/1/org_default

to actually go to the right profile.  Possibly can change our renderer to instead of rendering the file to actually just figure out the proper cobbler URL and redirect to that path.

* The 'bare metal' url is the old style:

http://<spacewalkhost>/ks/cfg/org/1/label/rhel5-u2-x86_64-xen-fv 

this needs to be:

http://<spacewalkhost>/cblr/svc/op/ks/profile/rhel5-u2-x86_64-xen-fv:1:Miroslav-Suchy

Comment 1 Partha Aji 2009-03-12 22:02:24 UTC
Should be resolved in the next iso... Decided not to do /cblr/svc/op/ks/profile/rhel5-u2-x86_64-xen-fv:1:Miroslav-Suchy. Instead the orignal url (/ks/cfg/org/1/label/rhel5-u2-x86_64-xen-fv 
) will get the actual data from cobbler and render it.. This makes things like org_default and ip ranges work correctly... Here is the commit
http://git.fedorahosted.org/git/spacewalk.git?p=spacewalk.git;a=commit;h=4edc472cd6a0d206f05ce931d6c64b6268aaf6e8

Comment 2 Partha Aji 2009-03-28 05:11:33 UTC
Moving to ON_QA

Comment 3 Jesus M. Rodriguez 2009-04-14 14:12:22 UTC
Spacewalk 0.5 released.

Comment 4 Miroslav Suchý 2009-09-17 07:09:21 UTC
Spacewalk 0.5 has been released for long time ago.