X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fplugins%2Fyang%2Fnsd.yang;h=aa55f34c96bb574f2a8c532a1026c16b5f701789;hb=30ee9b98b1255edd5ed79a31332b6dabbddb5823;hp=cc6b7ed13b5fb3342bbdfd5a8b6d30a8c1ad6a38;hpb=bccc1f25ac7a64446d1f283397b5598c5209af95;p=osm%2FSO.git diff --git a/models/plugins/yang/nsd.yang b/models/plugins/yang/nsd.yang index cc6b7ed1..aa55f34c 100644 --- a/models/plugins/yang/nsd.yang +++ b/models/plugins/yang/nsd.yang @@ -320,6 +320,12 @@ module nsd // replicate for pnfd container here uses manotypes:provider-network; + leaf mgmt-network { + description "Flag indicating whether this network is a VIM management network"; + type boolean; + default false; + } + choice init-params { description "Extra parameters for VLD instantiation"; @@ -331,12 +337,14 @@ module nsd type string; } } + case vim-network-profile { leaf ip-profile-ref { description "Named reference to IP-profile object"; type string; } - } + } + } }