Bug 709025

Summary: [config-sync] Define the export format and interaction with CLI
Product: [Other] RHQ Project Reporter: Lukas Krejci <lkrejci>
Component: Core ServerAssignee: Lukas Krejci <lkrejci>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 4.1CC: hrupp
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-05 13:41:05 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: 705059, 708960, 715334    

Description Lukas Krejci 2011-05-30 12:30:31 UTC
These two might look unrelated but have a close relationship.

One of the ways we could implement the export file is for it to be a CLI script. This is quite neat but brings along some potential problems - mainly with figuring out what exactly would such script modify. We'd need such information when analyzing the export file before import during the dry run phase.

On the other hand it is important to define the APIs using which the CLI will be able to interact with export file so that it can be easily modified before the actual import takes place.