aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/onap-types/extLocalStorage/extLocalStorage.yml
blob: 4650332c21bc3ba2e9e9a360c93bdcb2a3523f6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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