Bug 485120
| Summary: | Changing org name breaks kickstarts | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Mike McCune <mmccune> |
| Component: | WebUI | Assignee: | Justin Sherrill <jsherril> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 0.5 | CC: | jsherril |
| 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:10:11 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-02-11 17:57:14 UTC
Also noticed that changing the label of a kickstart profile in Spacewalk's GUI causes a 500 error: redstone.xmlrpc.XmlRpcFault: exceptions.TypeError:update() takes at most 2 arguments (4 given) at redstone.xmlrpc.XmlRpcClient.handleResponse(XmlRpcClient.java:443) at redstone.xmlrpc.XmlRpcClient.endCall(XmlRpcClient.java:376) at redstone.xmlrpc.XmlRpcClient.invoke(XmlRpcClient.java:165) at org.cobbler.CobblerConnection.invokeMethod(CobblerConnection.java:102) at org.cobbler.CobblerConnection.invokeTokenMethod(CobblerConnection.java:138) at org.cobbler.CobblerObject.setName(CobblerObject.java:276) at com.redhat.rhn.manager.kickstart.cobbler.CobblerProfileEditCommand.store(CobblerProfileEditCommand.java:56) So now kickstarts will be created in /var/lib/rhn/kickstarts/upload /var/lib/rhn/kickstarts/wizard depending on type. We create the file with 'label-orgid.cfg' but never actually rename it. If the user wants to he can rename it in cobbler. So now we pull the filename from cobbler and just figure it out every time. commit 1002da08c37b40d04b3f2655f688389ebb09f766 tree aa8c4fcea5a73f5cf9d05ac2367b16a9119fcb2e tree | snapshot parent 565e67f3662cbe5e0fce10d557142051b909a3b8 commit | diff Spacewalk 0.5 released. Spacewalk 0.5 has been released for long time ago. |