Commit 9395eed5 authored by piscione's avatar piscione
Browse files

SOL005_19: update note of VnfLocationConstraint datamodel

parent 69f2f599
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -2142,6 +2142,12 @@ definitions:
      This type represents the association of location constraints to a VNF instance
      This type represents the association of location constraints to a VNF instance
      to be created according to a specific VNF profile.
      to be created according to a specific VNF profile.
      It shall comply with the provisions defined in Table 6.5.3.20-1.
      It shall comply with the provisions defined in Table 6.5.3.20-1.

      NOTE: these constraints are typically determined by the OSS/BSS from
      service requirements (e.g. latency requirements, regulatory requirements).
      The NFVO can map such location constraints to eligible NFVI-PoPs/resource
      zones where the VNF instance is to be created.

    type: object
    type: object
    required:
    required:
      - vnfProfileId
      - vnfProfileId
@@ -2155,6 +2161,8 @@ definitions:
        description: >
        description: >
          Defines the location constraints for the VNF instance to
          Defines the location constraints for the VNF instance to
          be created based on the VNF profile.
          be created based on the VNF profile.

          See note.
        $ref: "#/definitions/LocationConstraints"
        $ref: "#/definitions/LocationConstraints"


  VnfInstanceData:
  VnfInstanceData: