aboutsummaryrefslogtreecommitdiffstats
path: root/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
blob: 03ecc8ea3e6067474eb81aad18e3f272b4499a92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
##################################################################
  ############### IPAG VLAN Connector CP Node   #####################
  ##################################################################
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types:
    org.openecomp.resource.nfv.cp.IPAG_VLAN_Connector: 
        derived_from: org.openecomp.resource.nfv.CP
        properties: 
          ipag_network_name: 
            type: string
          
          ipag_network_type: 
            type: string
          
          ipag_network_uuid: 
            type: string
          
          vlan_segment_ids: 
            type: list
            entry_schema:
              type: string
              description: list of segmentation Ids.
            
          
        #attributes: 
        capabilities: 
          dummy_capability: 
            type: org.openecomp.capabilities.nfv.IPAG_VLAN_Connector
            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
        
        requirements: 
          - virtualBindingRequirement: 
              capability: org.openecomp.capabilities.nfv.vdu.VirtualBindable
              #node: org.openecomp.asdc.nodes.vCE_Brocade_VDU
              relationship: org.openecomp.relationships.nfv.VirtualBindsTo
              occurrences: [1, 1] #default
              
          - virtualLinkingrequirement: 
              capability: org.openecomp.capabilities.nfv.VirtualLinkable
              #node: org.openecomp.asdc.nodes.nfv.VL
              relationship: org.openecomp.relationships.nfv.VirtualLinksTo
              occurrences: [1, 1] #default
              
        #interfaces: 
          #standard: 
            #configure: 
              #implementation: configure.sh