DMTF / YANG-to-Redfish-Converter

This tool converts a YANG model file to the corresponding Redfish schema, specified in OData CSDL, in accordance with the YANG-to-CSDL Mapping Specification.
Other
4 stars 5 forks source link

One CSDL file per module #34

Closed jcleung5549 closed 5 years ago

jcleung5549 commented 5 years ago

Currently, the converter generates multiple CSDL files per YANG module. The Network Infrastructure TF would like the generator to create a single consolidated CSDL file per YANG module.

tomasg2012 commented 5 years ago

This issue has been addressed in the latest commits, however, the combined file still adds all the "grouping" data that is normally removed when outputting to multiple files, and needs to be fixed.

mraineri commented 5 years ago

Resolved in latest PR