Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / tests / importToscaResourceByCreateUrl / DifferentReqAndCap.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   org.openecomp.resource.MyCompute1:
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       - DependencY: 
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       endpoint :
28         type: tosca.capabilities.Endpoint.Admin 
29       os: 
30         type: tosca.capabilities.OperatingSystem
31       scalable:
32         type: tosca.capabilities.Scalable
33       FeaTurE: 
34         type: tosca.capabilities.OperatingSystem