[SDC-29] rebase continue work to align source
[sdc.git] / test-apis-ci / src / test / resources / CI / tests / importToscaResourceByCreateUrl / myComputeVF.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   org.openecomp.resource.VF.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_storage: 
20           capability: tosca.capabilities.Attachment
21           node: tosca.nodes.BlockStorage
22           relationship: tosca.relationships.AttachesTo
23           occurrences: [0, UNBOUNDED]  
24     capabilities:
25       host: 
26         type: tosca.capabilities.Container
27         valid_source_types: [tosca.nodes.SoftwareComponent] 
28       endpoint :
29         type: tosca.capabilities.Endpoint.Admin 
30       os: 
31         type: tosca.capabilities.OperatingSystem
32       scalable:
33         type: tosca.capabilities.Scalable
34       binding:
35         type: tosca.capabilities.network.Bindable