Add support for mano roles
[osm/SO.git] / models / plugins / yang / vnfr.yang
index 5cae6b8..2678c50 100644 (file)
@@ -312,6 +312,15 @@ module vnfr
             type string;
           }
 
+          leaf unique-short-name {
+            description "Short Unique name of the VDU
+                  This will be of the format NSR name-ShortnedString-VDUname
+                  NSR name and VDU name shall be constrained to 10 characters";
+            rwpb:field-inline "true";
+            rwpb:field-string-max 64;
+            type string;
+          }
+
           leaf vdu-id-ref {
             type leafref {
               path "../../vnfd/vdu/id";