RIFT-15099 Model changes and implementation for passing meta-data and custom files...
[osm/SO.git] / rwcal / plugins / yang / rwcal.yang
index 2e768f9..5e85468 100644 (file)
@@ -999,6 +999,8 @@ module rwcal
       }
     }
  
+    uses manotypes:custom-boot-data;
+
     list volumes {
       key "name";
 
@@ -1231,6 +1233,8 @@ module rwcal
       description "Console URL from the VIM, if available";
     }
 
+    uses manotypes:custom-boot-data;
+
     list volumes {
       key "name";
 
@@ -1245,7 +1249,7 @@ module rwcal
         rwpb:field-string-max 64;
         type string;
       }
-
+      uses manotypes:custom-meta-data;
     } 
   }