Bug 225 - typeOfStorage needs to be identity instead of an enum
Summary: typeOfStorage needs to be identity instead of an enum
Status: RESOLVED FIXED
Alias: None
Product: NFV
Classification: Unclassified
Component: GS NFV-SOL 006 Yang model (show other bugs)
Version: unspecified
Hardware: PC Windows
Assignee: Bruno Chatras
 
Reported: 2019-03-12 21:52 CET by Mahesh Jethanandani
Modified: 2019-03-27 15:40 CET (History)
1 user (show)

See Also:
Version number of the related document:
OpenAPI issue category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mahesh Jethanandani 2019-03-12 21:52:02 CET
typeOfStroage are defined as enumerations in SOL006. If tomorrow, we need to add another type of storage, e.g. 'lvm', the model would have to be revised and republished.

This change proposes to make them identities which are much easier to extend, and do not need the entire model to be revised.
Comment 1 Mahesh Jethanandani 2019-03-20 19:58:06 CET
Proposed fix available in the merge request - WIP: Fix for bug#225.
Comment 2 Mahesh Jethanandani 2019-03-27 15:40:57 CET
Resolved after review and approval in SOL#95.