X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=d5207d9f42ceed6ea1bc6072663e9783c4efa298;hp=7f50c1a05891724f387ab7b6aed5031e9e7c1805;hb=813947d0a1bcce97c634e3b2e3f3875b404e9782;hpb=8efd85eaa707711720c050432b552be4c1740509 diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index 7f50c1a..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."; @@ -1141,7 +1147,7 @@ module mano-types leaf member-vnf-index-ref { description "Reference to member-vnf within constituent-vnfds"; - type uint64; + type string; } leaf vnfd-id-ref { @@ -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;