summaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/importResource-VCE-Brocade/resourcesToFix/tosca.nodes.nfv.VNF/tosca.nodes.nfv.VNF.yaml
blob: 5cf9453884310b04f4ae0e297e00287c335d2f26 (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
##################################################################
###################   TOSCA   VNF Node  ##########################
##################################################################
tosca.nodes.nfv.VNF:
    derived_from: tosca.nodes.Root
    properties:
      vnf_category: 
        type: string
        description: Router, FW, LB, DNS are example categories
      id:
        type: string
        description: ID of this VNF
      vendor:
        type: string
        description: name of the vendor who provides this VNF
      version:
        type: version
        description: version of the software for this VNF
      #device_config: 
       # type: map
        #entry_schema: 
         # type: string
        #default: 
         # p1: 1
         # p2: 2
          #p3: 3
    #requirements:
     # - virtualLink:
          #capability: tosca.capabilities.nfv.VirtualLinkable
          #occurrences: [1, UNBOUNDED]