Bug 1114044
| Summary: | creating kickstart distribution with same label across two different orgs results in ISE during download | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Shannon Hughes <shughes> | ||||
| Component: | WebUI | Assignee: | Stephen Herr <sherr> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Studeník <pstudeni> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 560 | CC: | cperry, lhellebr, pstudeni, xdmoon | ||||
| Target Milestone: | --- | Keywords: | Patch | ||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-01-22 09:10:54 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1127215 | ||||||
| Attachments: |
|
||||||
|
Description
Shannon Hughes
2014-06-27 14:25:53 UTC
Created attachment 912958 [details]
patch to fix media_path for custom kickstart distributions
Committing to Spacewalk master: cd0a7132d6fe8a1b24f6078bd079e9757db1f2bc Note that this will fix Kickstart Distributions that are created / modified in the future, but not currently existing Distributions. And Checkstyle fix: 789f173e74eacc279b9b3ece5506cdb4a3996055 Reproducer: 1. create first organization A a) download image to server and create distribution "Fedora-21" in A org b) create new kickstart with this distribution in org B 2. create second organization B a) create new distribution "Fedora-21" in B org b) create new kickstart with this distribution in org B 3) Try to provision system with this kickstart or go to web page a) /ks/dist/Fedora-21 (ISE 500) b) /ks/dist/org/2/Fedora-21 (ISE 500) c) /ks/dist/org/1/Fedora-21 (ok) Re-verified spacewalk-java-2.3.8-96 Used reproducer from comment 7. Do not use its last a,b,c) part as this part of the reproducer is wrong. Kickstart file now contains "url --url http://<fqdn>/ks/dist/org/<org_id>/<ks_label>" instead of http://<fqdn>/ks/dist/<ks_label> |