summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/nfv-types/vduCp/vduCp.yml
blob: 6924a289016beb93309c0d4483880cd38b2c5d28 (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
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types:
    tosca.nodes.nfv.VduCp:
      derived_from: tosca.nodes.nfv.Cp
      properties:
        bitrate_requirement:
          type: integer
          required: false
        vnic_name: #  Aligned with ONAP R2 Im.not defined in IFA011 v2.4.1 and SOL001 v0.6.0.
          type: string
          required: false
        vnic_order: # Aligned with ONAP R2 Im. not defined in IFA011 v2.4.1 and SOL001 v0.6.0.
          type: integer
          required: false
        vnic_type: # Aligned with ONAP R2 Im. not defined in IFA011 v2.4.1 and SOL001 v0.6.0
          type: string
          constraints:
              - valid_values: [normal, macvtap, direct, baremetal, direct-physical, virtio-forwarder]
          required: false
        virtual_network_interface_requirements:
          type: list
          entry_schema:
            type: tosca.datatypes.nfv.VirtualNetworkInterfaceRequirements
          required: false
      requirements:
        - virtual_link:
            capability: tosca.capabilities.nfv.VirtualLinkable
            relationship: tosca.relationships.nfv.VirtualLinksTo
            node: tosca.nodes.nfv.VnfVirtualLink
        - virtual_binding:
            capability: tosca.capabilities.nfv.VirtualBindable
            relationship: tosca.relationships.nfv.VirtualBindsTo
            node: tosca.nodes.nfv.Vdu.Compute