X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=f54a5e908daccbe65378068a691ad6c36d0c9b1e;hp=3fd0b15d9dec93f6e6c22b80bc44aa22abdf86b6;hb=6a1ea5a6f2dc4590ce5bca5d7d103ea9f7648742;hpb=042545743da292f0f4f3962379d9497f43542afd diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index 3fd0b15..f54a5e9 100644 --- a/models/yang/mano-types.yang +++ b/models/yang/mano-types.yang @@ -317,6 +317,16 @@ module mano-types type boolean; default true; } + leaf cloud { + description + "Type of cloud where the charm will be deployed. It only + applies to proxy charms (not native)"; + type enumeration { + enum lxd; + enum k8s; + } + default lxd; + } } } @@ -344,6 +354,16 @@ module mano-types type boolean; default true; } + leaf cloud { + description + "Type of cloud where the charm will be deployed. It only + applies to proxy charms (not native)"; + type enumeration { + enum lxd; + enum k8s; + } + default lxd; + } } } case helm-chart {