Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importResource-VCE-Brocade / tosca.nodes.nfv.VDU / tosca.nodes.nfv.VDU.yaml
1   ##################################################################
2   ###################### TOSCA  VDU Node  ##########################
3   ##################################################################
4 tosca_definitions_version: tosca_simple_yaml_1_0_0
5 node_types:
6       tosca.nodes.nfv.VDU: 
7           derived_from: tosca.nodes.SoftwareComponent
8           #properties: 
9           
10           capabilities: 
11             high_availability: 
12               type: tosca.capabilities.nfv.HA
13               occurrences: [1, UNBOUNDED] # this is default
14             
15             virtual_binding: 
16               type: tosca.capabilities.nfv.vdu.VirtualBindable
17               occurrences: [1, UNBOUNDED] # this is default
18              
19           requirements: 
20             - high_availability: 
21                 capability: tosca.capabilities.nfv.HA
22                 occurrences: [0,1]
23               
24             - host: ##Is hosted in a VM
25                 capability: tosca.capabilities.Container
26                 node: tosca.nodes.Compute
27                 relationship: tosca.relationships.HostedOn
28                 occurrences: [1, 1] #this is default