X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fplugins%2Fyang%2Fvnfd.yang;h=d968bc804800ede491b06ccfcf038cf2aa5213a4;hb=0f4d8618e4d273cc93848b41fa1492599f038c74;hp=9f6a8320c3102bd03bfdad7a8a8d42ef2f40bacc;hpb=89b848f4649cd187b5df6d4c7b4dce9a9629d7f8;p=osm%2FSO.git diff --git a/models/plugins/yang/vnfd.yang b/models/plugins/yang/vnfd.yang index 9f6a8320..d968bc80 100644 --- a/models/plugins/yang/vnfd.yang +++ b/models/plugins/yang/vnfd.yang @@ -70,7 +70,6 @@ module vnfd leaf port-security-enabled { description "Enables the port security for the port"; type boolean; - default true; } } @@ -181,7 +180,7 @@ module vnfd "Use the default management interface on this VDU."; leaf vdu-id { type leafref { - path "/vnfd:vnfd-catalog/vnfd:vnfd/vnfd:vdu/vnfd:id"; + path "../../vdu/id"; } } } @@ -191,7 +190,7 @@ module vnfd "Use the ip address associated with this connection point."; leaf cp { type leafref { - path "/vnfd:vnfd-catalog/vnfd:vnfd/vnfd:connection-point/vnfd:name"; + path "../../connection-point/name"; } } } @@ -266,7 +265,6 @@ module vnfd type uint64; } - list internal-connection-point { key "id-ref"; description "List of internal connection points in this VLD"; @@ -387,7 +385,7 @@ module vnfd } } - uses manotypes:custom-boot-data; + uses manotypes:supplemental-boot-data; list internal-connection-point { key "id"; @@ -400,12 +398,6 @@ module vnfd connection points."; uses common-connection-point; - - leaf internal-vld-ref { - type leafref { - path "../../../internal-vld/id"; - } - } } list internal-interface {