X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=b6350ae4ca045ce6c878ecc237f2b6271dfb1050;hp=8950c7a2e674d73d8cb9dff67724304e2fc31e01;hb=22a4e224541913a1763a5982c9a7022857b61710;hpb=989442ed148edbd11f94e48a8ebb40ddd7d5d65b diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index 8950c7a..b6350ae 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,6 +202,7 @@ module mano-types the same name as entered here. "; type string; + mandatory "true"; } leaf image-checksum { @@ -272,6 +273,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; } }