X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=d5207d9f42ceed6ea1bc6072663e9783c4efa298;hp=ba917c0b5093827d242a2443ab39b3076b86c605;hb=e3a7087d9bf9591aa46e86e652cd0728adf5d010;hpb=ea872d4b9645cd4122ad7ac6954c142c22b34aad diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index ba917c0..d5207d9 100644 --- a/models/yang/mano-types.yang +++ b/models/yang/mano-types.yang @@ -78,6 +78,12 @@ module mano-types type string; } + leaf data-type { + description + "Data type associated with the value."; + type manotypes:parameter-data-type; + } + leaf value { description "Value associated with the name."; @@ -2156,7 +2162,7 @@ module mano-types grouping supplemental-boot-data { description "Grouping for custom vim data"; container supplemental-boot-data { - uses manotypes:config-file; +// uses manotypes:config-file; leaf boot-data-drive { description "Some VIMs implement additional drives to host config-files or meta-data"; type boolean;