[SDC-29] rebase continue work to align source
[sdc.git] / test-apis-ci / src / test / resources / CI / tests / importToscaResourceByCreateUrl / myComputeOccurencySuccess.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           occurrences: [1, UNBOUNDED]
24       - local_storage200: 
25           capability: tosca.capabilities.Attachment
26           node: tosca.nodes.BlockStorage
27           relationship: tosca.relationships.AttachesTo
28           occurrences: [1, 1]
29       - local_storage300: 
30           capability: tosca.capabilities.Attachment
31           node: tosca.nodes.BlockStorage
32           relationship: tosca.relationships.AttachesTo
33           occurrences: [1, 10]
34       - local_storage400: 
35           capability: tosca.capabilities.Attachment
36           node: tosca.nodes.BlockStorage
37           relationship: tosca.relationships.AttachesTo
38           occurrences: [1, 10000000]
39       - local_storage500: 
40           capability: tosca.capabilities.Attachment
41           node: tosca.nodes.BlockStorage
42           relationship: tosca.relationships.AttachesTo
43           occurrences: [2, 3]
44       - local_storageNoOccurrences600: 
45           capability: tosca.capabilities.Attachment
46           node: tosca.nodes.BlockStorage
47           relationship: tosca.relationships.AttachesTo         
48     capabilities:
49       host: 
50         type: tosca.capabilities.Container
51         valid_source_types: [tosca.nodes.SoftwareComponent] 
52       endpointNoOccurrence :
53         type: tosca.capabilities.Endpoint.Admin 
54       endpoint200 :
55         type: tosca.capabilities.Endpoint.Admin
56         occurrences: [1, 2]  
57       endpoint300 :
58         type: tosca.capabilities.Endpoint.Admin
59         occurrences: [1, 1]  
60       endpoint400 :
61         type: tosca.capabilities.Endpoint.Admin
62         occurrences: [1, 10]  
63       endpoint500 :
64         type: tosca.capabilities.Endpoint.Admin
65         occurrences: [1, 10000000]  
66       endpoint600 :
67         type: tosca.capabilities.Endpoint.Admin
68         occurrences: [1, UNBOUNDED  ]   
69       endpoint700 :
70         type: tosca.capabilities.Endpoint.Admin
71         occurrences: [2, 4  ]  
72       os: 
73         type: tosca.capabilities.OperatingSystem
74       scalable:
75         type: tosca.capabilities.Scalable
76       binding:
77         type: tosca.capabilities.network.Bindable