X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fplugins%2Fyang%2Fvnfd-base.yang;h=c2eae3575cb9d5e8a68cf621428eb185126532ad;hb=9eba2577c8cc1de7cfe9f650bd53fee302881bef;hp=389bc69e7a9d3f24ade7756cae4858a792c8b565;hpb=4870d0ee29789b859931e4e2c73e13dcb29537d5;p=osm%2FSO.git diff --git a/models/plugins/yang/vnfd-base.yang b/models/plugins/yang/vnfd-base.yang index 389bc69e..c2eae357 100644 --- a/models/plugins/yang/vnfd-base.yang +++ b/models/plugins/yang/vnfd-base.yang @@ -160,7 +160,10 @@ module vnfd-base type string; } - uses manotypes:vnf-configuration; + + container vnf-configuration { + uses manotypes:vca-configuration; + } container mgmt-interface { description @@ -356,8 +359,19 @@ module vnfd-base uses manotypes:vswitch-epa; uses manotypes:hypervisor-epa; uses manotypes:host-epa; + + list alarm { + key "alarm-id"; + + uses manotypes:alarm; + } + 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.