X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fvnfd-base.yang;h=c2eae3575cb9d5e8a68cf621428eb185126532ad;hp=5d7629009e67076416604a2812bb2db69ef20de8;hb=989442ed148edbd11f94e48a8ebb40ddd7d5d65b;hpb=e27e0b2fcd1d2278a5f82dc8b090aa8bcd0177b0 diff --git a/models/yang/vnfd-base.yang b/models/yang/vnfd-base.yang index 5d76290..c2eae35 100644 --- a/models/yang/vnfd-base.yang +++ b/models/yang/vnfd-base.yang @@ -160,7 +160,10 @@ module vnfd-base type string; } - uses manotypes:vca-configuration; + + container vnf-configuration { + uses manotypes:vca-configuration; + } container mgmt-interface { description @@ -365,6 +368,10 @@ module vnfd-base 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.