summaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/importResource-VCE-Brocade/org.openecomp.resource.nfv.CP.VPE_VLAN_Connector/org.openecomp.resource.nfv.CP.VPE_VLAN_Connector.yaml
blob: f5f7380374f0e7a7aca8c3f75ae33a2f0cc0bc88 (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
##################################################################
  ############### VPE VLAN Connector CP Node   #####################
  ##################################################################
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types:
  org.openecomp.resource.nfv.cp.VPE_VLAN_Connector: 
    derived_from: org.openecomp.resource.nfv.CP
    properties: 
      vpe_network_name: 
        type: string
      
      vpe_network_type: 
        type: string
      
      vpe_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.VPE_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