Bug 474447

Summary: Synchronization: Need to deal with corner cases from cobbler CLI
Product: [Community] Spacewalk Reporter: Mike McCune <mmccune>
Component: ServerAssignee: Justin Sherrill <jsherril>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: low    
Version: 0.6   
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-01-22 16:31:02 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: 456552, 461162    

Description Mike McCune 2008-12-03 21:32:01 UTC
* If the user uses the cobbler CLI to change the distro of a profile to a distro that doesn't exist in spacewalk we need to log and deal with this condition properly.

* If the user deletes a cobbler profile or distro we need to sync this delete to spacewalk.

* If the user renames a distro in cobbler's CLI we need to make sure names trickle up to spacewalk and that it won't violate any uniqueness constraints.

Comment 1 Justin Sherrill 2009-01-09 22:09:47 UTC
So we should be handling all of this now.  Although the name doesn't trickle back up, we just leave it changed.

Comment 2 Justin Sherrill 2009-01-09 22:10:24 UTC
Although I'm not sure for #1 how to 'deal with this condition properly'.  Right now we ignore it and log an error.