[SDC-29] rebase continue work to align source
[sdc.git] / test-apis-ci / src / test / resources / CI / tests / importToscaResourceByCreateUrl / occurencyFalure36.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   org.openecomp.resource.MyCompute:
4     derived_from: tosca.nodes.Root
5     attributes:
6       private_address:
7         type: string
8       public_address:
9         type: string
10       networks:
11         type: map
12         entry_schema:
13           type: tosca.datatypes.network.NetworkInfo
14       ports:
15         type: map
16         entry_schema:
17           type: tosca.datatypes.network.PortInfo
18     requirements:
19       - local_storage100: 
20           capability: tosca.capabilities.Attachment
21           node: tosca.nodes.BlockStorage
22           relationship: tosca.relationships.AttachesTo
23     capabilities:
24       host: 
25         type: tosca.capabilities.Container
26         valid_source_types: [tosca.nodes.SoftwareComponent] 
27       endpoint100 :
28         type: tosca.capabilities.Endpoint.Admin 
29         occurrences: [ 0 , 0 ]  
30       os: 
31         type: tosca.capabilities.OperatingSystem
32       scalable:
33         type: tosca.capabilities.Scalable
34       binding:
35         type: tosca.capabilities.network.Bindable