Commit 5b45f5bb authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Merge branch 'Updates-MEC037v316' into 'RGS-MEC-0037PKGFORMAT-V3.2.1'

Updates mec037v316

See merge request !5
parents e65416a5 3a47397e
Loading
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
tosca_definitions_version: tosca_simple_yaml_1_3
description: ETSI MEC 037 appd types definitions version 3.1.1
description: ETSI MEC 037 appd types definitions version 3.2.1
metadata:
  template_name: etsi_mec037_appd_types
  template_author: ETSI_MEC
  template_version: 3.1.1
  template_version: 3.2.1

imports:
   - https://forge.etsi.org/rep/nfv/SOL001/raw/v3.6.1/etsi_nfv_sol001_vnfd_types.yaml
   - https://forge.etsi.org/rep/nfv/SOL001/raw/v4.4.1/etsi_nfv_sol001_vnfd_types.yaml

data_types:
  tosca.datatypes.mec.ServiceDependency:
@@ -120,7 +120,7 @@ data_types:
        description: the action of the MEC host data plane, when a packet matches the traffic_filter.
        required: true
        constraints:
          - valid_values: [ DROP, FORWARD_DECAPSULATED, FORWARD_AS_IS, PASSTHROUGH, DUPLICATED_DECAPSULATED, DUPLICATE_AS_IS ]
          - valid_values: [ DROP, FORWARD_DECAPSULATED, FORWARD_ENCAPSULATED, PASSTHROUGH, DUPLICATE_DECAPSULATED, DUPLICATE_ENCAPSULATED ]
      dst_interface:
        type: list
        description: describes the destination interface information, if the action is FORWARD.
@@ -295,6 +295,12 @@ data_types:
    derived_from: tosca.datatypes.Root
    description: specification of MEC application requirements related to traffic rules
    properties:
      direction:
        type: string
        description: Direction of the data flow when filtering per flow, "00" = downlink, "01" = uplink.
        required: false
        constraints:
          - valid_values: [ "00", "01" ]
      src_address:
        type: list
        description: source IP address(es).
@@ -415,10 +421,6 @@ data_types:
        type: string
        description: source address of the tunnel.
        required: true
      tunnel_specific_data:
        type: string
        description: parameters specific to the tunnel.
        required: false

node_types:
  tosca.nodes.mec.MecApp: