Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importResource-VCE-Brocade / org.openecomp.resource.nfv.CP.IPAG_VLAN_Connector / org.openecomp.resource.nfv.CP.IPAG_VLAN_Connector.yaml
1 ##################################################################
2   ############### IPAG VLAN Connector CP Node   #####################
3   ##################################################################
4 tosca_definitions_version: tosca_simple_yaml_1_0_0
5 node_types:
6     org.openecomp.resource.nfv.cp.IPAG_VLAN_Connector: 
7         derived_from: org.openecomp.resource.nfv.CP
8         properties: 
9           ipag_network_name: 
10             type: string
11           
12           ipag_network_type: 
13             type: string
14           
15           ipag_network_uuid: 
16             type: string
17           
18           vlan_segment_ids: 
19             type: list
20             entry_schema:
21               type: string
22               description: list of segmentation Ids.
23             
24           
25         #attributes: 
26         capabilities: 
27           dummy_capability: 
28             type: org.openecomp.capabilities.nfv.IPAG_VLAN_Connector
29             description: This capability has been introduced to model this Connector as a component of VCE VNF, because Node Template is not supported by ASDC Team
30         
31         requirements: 
32           - virtualBindingRequirement: 
33               capability: org.openecomp.capabilities.nfv.vdu.VirtualBindable
34               #node: org.openecomp.asdc.nodes.vCE_Brocade_VDU
35               relationship: org.openecomp.relationships.nfv.VirtualBindsTo
36               occurrences: [1, 1] #default
37               
38           - virtualLinkingrequirement: 
39               capability: org.openecomp.capabilities.nfv.VirtualLinkable
40               #node: org.openecomp.asdc.nodes.nfv.VL
41               relationship: org.openecomp.relationships.nfv.VirtualLinksTo
42               occurrences: [1, 1] #default
43               
44         #interfaces: 
45           #standard: 
46             #configure: 
47               #implementation: configure.sh
48