First set of OSM model changes for multi-disk/config-files/etc.
[osm/SO.git] / rwcal / plugins / yang / rwcal.yang
index 4c58f1b..5318750 100644 (file)
@@ -982,6 +982,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 +1014,8 @@ module rwcal
       }
     }
  
+    uses manotypes:supplemental-boot-data;
+
     list volumes {
       key "name";
 
@@ -1059,6 +1065,10 @@ module rwcal
         type boolean;
         default false;
       }
+      leaf port-security-enabled {
+        description "Enables the port security";
+        type boolean;
+      }
 
       uses connection-point-type;
     }
@@ -1242,6 +1252,8 @@ module rwcal
       description "Console URL from the VIM, if available";
     }
 
+    uses manotypes:supplemental-boot-data;
+
     list volumes {
       key "name";
 
@@ -1256,7 +1268,7 @@ module rwcal
         rwpb:field-string-max 64;
         type string;
       }
-
+      uses manotypes:custom-meta-data;
     } 
   }