X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwcal%2Fplugins%2Fyang%2Frwcal.yang;fp=rwcal%2Fplugins%2Fyang%2Frwcal.yang;h=76bd38b37cb5c42b73cb1a198fea11e6ee85b37b;hb=97b74b6a87ca8827749782653e89865d9d1108a4;hp=6f45e7c19ad4733235d1ef119ae760a471240b36;hpb=4e5c3543f4a3681141a706919984efc36b5be252;p=osm%2FSO.git diff --git a/rwcal/plugins/yang/rwcal.yang b/rwcal/plugins/yang/rwcal.yang index 6f45e7c1..76bd38b3 100644 --- a/rwcal/plugins/yang/rwcal.yang +++ b/rwcal/plugins/yang/rwcal.yang @@ -998,6 +998,16 @@ module rwcal type string; } } + + list volumes { + key "name"; + + leaf name { + description "Name of the disk-volumes, e.g. vda, vdb etc"; + type string; + } + uses manotypes:volume-info; + } } container vdu-init-params { @@ -1214,8 +1224,26 @@ module rwcal type string; description "Console URL from the VIM, if available"; } + + list volumes { + key "name"; + + leaf name { + description "Name of the disk-volumes, e.g. vda, vdb etc"; + type string; + } + + leaf volume-id { + description "CAL assigned volume-id "; + rwpb:field-inline "true"; + rwpb:field-string-max 64; + type string; + } + + } } + container vnf-resources { rwpb:msg-new VNFResources; config false;