X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fyang%2Fvnfd.yang;h=60fc75773ce47f14c8699438104b6a47e3dc448c;hb=cc14dd7396fa7e69eba547e556ac28fa3db310d3;hp=51bb9f705b54190de6721956656ef2ea3fbd9816;hpb=793e5eadd0946e5be1fa601284127518ff8d8f93;p=osm%2FIM.git diff --git a/models/yang/vnfd.yang b/models/yang/vnfd.yang index 51bb9f7..60fc757 100644 --- a/models/yang/vnfd.yang +++ b/models/yang/vnfd.yang @@ -27,14 +27,6 @@ module vnfd prefix "manotypes"; } - import rw-pb-ext { - prefix "rwpb"; - } - - import ietf-yang-types { - prefix "yang"; - } - import ietf-inet-types { prefix "inet"; } @@ -157,7 +149,9 @@ module vnfd type string; } - uses manotypes:vnf-configuration; + container vnf-configuration { + uses manotypes:vca-configuration; + } container mgmt-interface { description @@ -363,6 +357,10 @@ module vnfd uses manotypes:image-properties; + container vdu-configuration { + uses manotypes:vca-configuration; + } + choice cloud-init-input { description "Indicates how the contents of cloud-init script are provided.