Commit 095ee79e authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

Merge branch '2.7.1-maintenance' into '2.8.1-dev'

2.7.1 maintenance into 2.8.1 dev

See merge request !16
parents 7c48f6c5 41634468
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
swagger: "2.0"
info:
  version: "1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  version: "1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:2"
  title: "SOL005 - NS Lifecycle Management Interface"
  description: >
    SOL005 - NS Lifecycle Management Interface
+4 −60
Original line number Diff line number Diff line
@@ -759,8 +759,6 @@ definitions:
          Identifiers of the CP instances attached to the
          constituent VNFs and PNFs or the SAP instances of the
          VNFFG. See note.
        type: array
        items:
        $ref: "#/definitions/NsCpHandle"

  NfpInfo:
@@ -800,7 +798,7 @@ definitions:
        type: array
        minItems: 1
        items:
          $ref: "#/definitions/NsCpHandle"
          $ref: "#/definitions/CpGroupInfo"
      totalCp:
        description: >
          Total number of CP and SAP instances in this NFP instance.
@@ -1588,8 +1586,6 @@ definitions:
          sapInfo item in the NS instance.
          There shall be at most one link port associated with any
          connection point instance.
        type: array
        items:
        $ref: "#/definitions/NsCpHandle"

  AffinityOrAntiAffinityRule:
@@ -2825,58 +2821,6 @@ definitions:
        items:
          $ref: "#/definitions/PnfExtCpData"

  AffectedVirtualLink:
    description: >
      This type provides information about added, deleted, modified and
      temporary VLs.
    type: object
    required:
      - id
      - virtualLinkDescId
      - changeType
      - networkResource
    properties:
      id:
        description: >
          Identifier of the virtual link instance, identifying the applicable
          "vnfVirtualLinkResourceInfo" entry in the "VnfInstance" data type.
        $ref: "#/definitions/IdentifierInVnf"
      virtualLinkDescId:
        description: >
          Identifier of the related VLD in the VNFD.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInVnfd"
      changeType:
        description: >
          Signals the type of change. Permitted values:
          * ADDED
          * REMOVED
          * MODIFIED
          * TEMPORARY
          * LINK_PORT_ADDED
          * LINK_PORT_REMOVED
          For a temporary resource, an AffectedVirtualLink structure exists as
          long as the temporary resource exists.
        type: string
        enum:
          - ADDED
          - REMOVED
          - MODIFIED
          - TEMPORARY
          - LINK_PORT_ADDED
          - LINK_PORT_REMOVED
      networkResource:
        description: >
          Reference to the VirtualNetwork resource. Detailed information is
          (for new and modified resources) or has been (for removed
          resources) available from the VIM.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/ResourceHandle"
      metadata:
        description: >
          Metadata about this resource.
          The content of this attribute shall be a copy of the content of the
          "metadata" attribute of the VnfVirtualLinkResourceInfo structure.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"

  AffectedVirtualStorage:
    description: >
      This type provides information about added, deleted, modified and
@@ -3076,7 +3020,7 @@ definitions:
          - ROLLED_BACK
          - FAILED

  AffectedVl:
  AffectedVirtualLink:
    description: >
      This type provides information about added, deleted and modified VLs. 
      It shall comply with the provisions in Table 6.5.3.4-1.