Bug 1304991

Summary: [RFE] Contract Improvements
Product: [oVirt] vdsm-jsonrpc-java Reporter: Piotr Kliczewski <pkliczew>
Component: RFEsAssignee: Piotr Kliczewski <pkliczew>
Status: CLOSED NOTABUG QA Contact: Pavel Stehlik <pstehlik>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.2CC: bugs, oourfali, pkliczew
Target Milestone: ovirt-4.0.0-alphaFlags: pkliczew: ovirt-4.0.0?
rule-engine: planning_ack?
rule-engine: devel_ack?
rule-engine: testing_ack?
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-08 07:46:07 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Piotr Kliczewski 2016-02-05 09:15:48 UTC
We want to improve how what data is sent to different versions of vdsm or ovirt-engine. By having this mechanism we can keep well defined interface between vdsm and ovirt-engine which enable us to evolve APIs.

In order to make it happen we need to:
- convert existing api schema from json like format to yaml
- start using new schema on both sides
- add event format to the schema
- enforce contract on both sides