X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwcal%2Fplugins%2Fyang%2Frwcal.yang;h=9daefb106b44b703f86d22440164f4bb693c2796;hb=af56fd26335608dac8bdb1095f8a588277bdc8a1;hp=e038c471bca02b652f73fbc2bbae9d2960679db2;hpb=1181a3bb396ca783b841e5e58bbd60e0548ede17;p=osm%2FSO.git diff --git a/rwcal/plugins/yang/rwcal.yang b/rwcal/plugins/yang/rwcal.yang index e038c471..9daefb10 100644 --- a/rwcal/plugins/yang/rwcal.yang +++ b/rwcal/plugins/yang/rwcal.yang @@ -247,6 +247,11 @@ module rwcal mandatory true; } + leaf region { + type string; + default "RegionOne"; + } + leaf admin { type boolean; default false; @@ -982,6 +987,10 @@ module rwcal description "Name of the security group"; type string; } + leaf port-security-enabled { + description "Enables the port security"; + type boolean; + } uses connection-point-type; } @@ -1010,6 +1019,8 @@ module rwcal } } + uses manotypes:supplemental-boot-data; + list volumes { key "name"; @@ -1059,6 +1070,10 @@ module rwcal type boolean; default false; } + leaf port-security-enabled { + description "Enables the port security"; + type boolean; + } uses connection-point-type; } @@ -1120,6 +1135,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 { @@ -1236,6 +1257,8 @@ module rwcal description "Console URL from the VIM, if available"; } + uses manotypes:supplemental-boot-data; + list volumes { key "name"; @@ -1250,7 +1273,6 @@ module rwcal rwpb:field-string-max 64; type string; } - } }