X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwcal%2Fplugins%2Fyang%2Frwcal.yang;h=872375d4c2d0090854fe5f603e0612012706142c;hb=0ae3bfb7aafabdf008fb715429269cd77c89a6a6;hp=76bd38b37cb5c42b73cb1a198fea11e6ee85b37b;hpb=97b74b6a87ca8827749782653e89865d9d1108a4;p=osm%2FSO.git diff --git a/rwcal/plugins/yang/rwcal.yang b/rwcal/plugins/yang/rwcal.yang index 76bd38b3..872375d4 100644 --- a/rwcal/plugins/yang/rwcal.yang +++ b/rwcal/plugins/yang/rwcal.yang @@ -231,6 +231,17 @@ module rwcal mandatory true; } + leaf user-domain { + type string; + default "Default"; + description "Domain of the OpenStack user"; + } + leaf project-domain { + type string; + default "Default"; + description "Domain of the OpenStack project"; + } + leaf tenant { type string; mandatory true; @@ -999,6 +1010,8 @@ module rwcal } } + uses manotypes:custom-boot-data; + list volumes { key "name"; @@ -1109,6 +1122,12 @@ module rwcal rwpb:field-string-max 64; type string; } + + leaf mac-addr { + rwpb:field-inline "true"; + rwpb:field-string-max 48; + type string; + } } grouping virtual-link-info-params { @@ -1225,6 +1244,8 @@ module rwcal description "Console URL from the VIM, if available"; } + uses manotypes:custom-boot-data; + list volumes { key "name"; @@ -1239,7 +1260,7 @@ module rwcal rwpb:field-string-max 64; type string; } - + uses manotypes:custom-meta-data; } }