Commit 58289191 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

implemented udpates for SOL003ed351 v3.3.8

parent bffa88c9
Loading
Loading
Loading
Loading
Loading
+10 −5
Original line number Original line Diff line number Diff line
@@ -370,8 +370,14 @@ definitions:
      This type provides information of an existing or proposed resource used by the VNF. 
      This type provides information of an existing or proposed resource used by the VNF. 
      It shall comply with the provisions defined in table 9.5.3.2-1.
      It shall comply with the provisions defined in table 9.5.3.2-1.


      NOTE:	The use cases UC#4 and UC#5 in Annex A.4 of ETSI GS NFV-IFA 007 provide examples 
      NOTE 1:	The use cases UC#4 and UC#5 in Annex A.4 of ETSI GS NFV-IFA 007 provide examples
                for such a configuration.
                for such a configuration.
      NOTE 2:	In the context of an operation that changes the current VNF package, the following applies: If this
                ResourceDefinition is related to a resource to be created or modified, the "vnfdId" attribute shall
                contain the identifier of the destination VNFD. If this ResourceDefinition is related to a resource
                to be deleted, the "vnfdId" attribute shall contain the identifier of the source VNFD. If this
                ResourceDefinition is related to a temporary resource, the "vnfdId" attribute shall contain the
                identifier of either the source VNFD or the destination VNFD.
    type: object
    type: object
    required:
    required:
      - id
      - id
@@ -406,8 +412,7 @@ definitions:
      vnfdId:
      vnfdId:
        description: >
        description: >
          Identifier of the VNFD to which resourceTemplateId and vduId refer. Shall be present 
          Identifier of the VNFD to which resourceTemplateId and vduId refer. Shall be present 
          if at least one of resourceTemplateId and vduId is present and the operation to 
          if the operation to be granted changes the current VNF Package. May be absent otherwise. See note 2.
          be granted changes the current VNF Package. May be absent otherwise.
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier"
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier"
      resourceTemplateId:
      resourceTemplateId:
        description: >
        description: >
@@ -423,7 +428,7 @@ definitions:
          Shall be present if type="LINKPORT" and the linkport is shared by two external CP instances, 
          Shall be present if type="LINKPORT" and the linkport is shared by two external CP instances, 
          one exposing a VNFC CP instance (based on a VnfExtCpd referenced by "resourceTemplateId") and 
          one exposing a VNFC CP instance (based on a VnfExtCpd referenced by "resourceTemplateId") and 
          another one exposing a VIP CP instance (based on a VnfExtCpd referenced by this attribute). 
          another one exposing a VIP CP instance (based on a VnfExtCpd referenced by this attribute). 
          Shall be absent otherwise. See note.
          Shall be absent otherwise. See note 1.
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/IdentifierInVnfd"
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/IdentifierInVnfd"
      resource:
      resource:
        description: >
        description: >