Normative alignemet
[sdc.git] / catalog-be / src / main / resources / import / tosca / nfv-types / extLocalStorage / extLocalStorage.yml
diff --git a/catalog-be/src/main/resources/import/tosca/nfv-types/extLocalStorage/extLocalStorage.yml b/catalog-be/src/main/resources/import/tosca/nfv-types/extLocalStorage/extLocalStorage.yml
new file mode 100644 (file)
index 0000000..4650332
--- /dev/null
@@ -0,0 +1,14 @@
+tosca_definitions_version: tosca_simple_yaml_1_0_0
+node_types: 
+  tosca.nodes.nfv.ext.LocalStorage: 
+    derived_from: tosca.nodes.Root
+    properties: 
+      size: 
+        type: string
+        required: false
+      disk_type: 
+        type: string
+        required: false
+    capabilities: 
+      local_attachment: 
+        type: tosca.capabilities.nfv.ext.LocalAttachment
\ No newline at end of file