X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fplugins%2Fyang%2Fmano-types.yang;h=ab234be4b77d8ba7aab5b0967f14ae7a66ea1122;hb=e91374cd542f0a498507384881357e169db36675;hp=5cf74db27d96b8f31c393d8dcb36ddbe8cd5dc64;hpb=9f5c4d1ecbcc1fa161e3259d5627224971cebebd;p=osm%2FSO.git diff --git a/models/plugins/yang/mano-types.yang b/models/plugins/yang/mano-types.yang index 5cf74db2..ab234be4 100644 --- a/models/plugins/yang/mano-types.yang +++ b/models/plugins/yang/mano-types.yang @@ -150,7 +150,7 @@ module mano-types leaf image { description "Image name for the software image. - If the image name is found within the VNF packaage it will + If the image name is found within the VNF package it will be uploaded to all VIM accounts during onboarding process. Otherwise, the image must be added to the VIM account with the same name as entered here. @@ -1026,7 +1026,12 @@ module mano-types leaf overlay-type { description - "Type of the overlay network."; + "Type of the overlay network. + LOCAL - Provider network implemented in a single compute node + FLAT - Provider network shared by all tenants + VLAN - Provider network implemented using 802.1Q tagging + VXLAN - Provider networks implemented using RFC 7348 + GRE - Provider networks implemented using GRE tunnels"; type enumeration { enum LOCAL; enum FLAT;