X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=26eb420718b039becf0413ad330cf8627d77bd34;hp=ce51c70c3be63937f3e44633244a2122ae158b11;hb=400907817e6c038a65c3e04707e264959c3dc281;hpb=e304a4dfc53b76d714238e42a52f45422d478ae0 diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index ce51c70..26eb420 100644 --- a/models/yang/mano-types.yang +++ b/models/yang/mano-types.yang @@ -191,7 +191,7 @@ module mano-types } } } - + grouping image-properties { leaf image { description @@ -202,7 +202,6 @@ module mano-types the same name as entered here. "; type string; - mandatory "true"; } leaf image-checksum { @@ -273,6 +272,11 @@ module mano-types description "Juju charm to use with the VNF or VDU."; type string; } + leaf proxy { + description "Is this a proxy charm?"; + type boolean; + default true; + } uses manotypes:vca-relationships; } } @@ -640,12 +644,12 @@ module mano-types } } //grouping vm-flavor - grouping vm-flavor-name { - leaf vm-flavor-name { - description "flavor name to be used while creating vm using cloud account"; - type string; - } - } + grouping vm-flavor-name { + leaf vm-flavor-name { + description "flavor name to be used while creating vm using cloud account"; + type string; + } + } grouping vswitch-epa { container vswitch-epa {