X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fplugins%2Fyang%2Fmano-types.yang;h=4ec602cb7de466e67fb9d9781f684574143fb1b2;hb=1b4f21f003e5ae2e91d1d6d37080ba00979fcd53;hp=e8dc985d42a39ea37525ae06ed2a1509b2d841f2;hpb=38aa3109c1ad0f1c10d239c9742c0b16f4202cd5;p=osm%2FSO.git diff --git a/models/plugins/yang/mano-types.yang b/models/plugins/yang/mano-types.yang index e8dc985d..4ec602cb 100644 --- a/models/plugins/yang/mano-types.yang +++ b/models/plugins/yang/mano-types.yang @@ -227,7 +227,7 @@ module mano-types leaf protocol { description - "Protocol to use for NETCONF such as ssh"; + "Protocol to use for NETCONF, such as ssh"; type enumeration { enum None; enum ssh; @@ -313,7 +313,7 @@ module mano-types leaf config-priority { description "Configuration priority - order of configuration - to be applied to each VNF in this NS ,A low + to be applied to each VNF in this NS. A low number takes precedence over a high number"; type uint64; } @@ -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; @@ -1247,14 +1252,17 @@ module mano-types key id; leaf id { + description "Identifier for control parameter"; type string; } leaf name { + description "Name of a control parameter"; type string; } leaf description { + description "A description of the control parameter"; type string; }