Commit bcd33caa authored by Bertrand Souville's avatar Bertrand Souville
Browse files

Merge branch '5.3.1' into 'Release-5'

Merge branch 5.3.1 into Release-5

See merge request !14
parents f5846f47 33b9f269
Loading
Loading
Loading
Loading
Loading

.42c/conf.yaml

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
apis:
  src/SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml:
    alias: sol009-nfv-mano-configuration-an
+1 −1
Original line number Diff line number Diff line
# NFV SOL009 - OpenAPIs for the management of NFV-MANO

This repository contains OpenAPIs for ETSI GS NFV-SOL 009 v5.2.1, RESTful protocols 
This repository contains OpenAPIs for ETSI GS NFV-SOL 009 v5.3.1, RESTful protocols 
specification for the management of NFV-MANO functional entities.

**IMPORTANT: In case of discrepancies the published ETSI Group Specification takes precedence.**
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ info:
  version: 1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1

externalDocs:
  description: ETSI GS NFV-SOL 009 V5.2.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/05.02.01_60/gs_nfv-sol009v050201p.pdf
  description: ETSI GS NFV-SOL 009 V5.3.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/05.03.01_60/gs_nfv-sol009v050301p.pdf

paths:
  /nfvmanocim/api_versions:
+3 −3
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@ info:
  license:
    name: ETSI Forge copyright notice
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  version: 2.14.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 2.15.0-impl:etsi.org:ETSI_NFV_OpenAPI:1

externalDocs:
  description: ETSI GS NFV-SOL 009 V5.2.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/05.02.01_60/gs_nfv-sol009v050201p.pdf
  description: ETSI GS NFV-SOL 009 V5.3.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/05.03.01_60/gs_nfv-sol009v050301p.pdf
  
servers:
  - url: http://127.0.0.1/nfvmanocim/v2
+21 −1
Original line number Diff line number Diff line
@@ -227,6 +227,11 @@ definitions:
            New value of the "defaultLogCompileByTimerValue" attribute in the
            "ManoEntityConfigurableParams".
          $ref: "../../definitions/SOL009_def.yaml#/definitions/schemas/UnsignedInt"
        defaultLcmOpOccExpiryTime:
          description: >
            New value of the "defaultLcmOpOccExpiryTime" attribute in the
            "ManoEntityConfigurableParams".
          $ref: "../../definitions/SOL009_def.yaml#/definitions/schemas/UnsignedInt"
        manoServiceModifications:
          description: >
            New content of certain entries in the "manoServices" attribute array
@@ -301,6 +306,12 @@ definitions:
            "defaultLogCompileByTimerValue" attribute in the
            "ManoEntityConfigurableParams".
          $ref: "../../definitions/SOL009_def.yaml#/definitions/schemas/UnsignedInt"
        defaultLcmOpOccExpiryTime:
          description: >
            If present, this attribute signals modifications of the
            "defaultLcmOpOccExpiryTime" attribute in the
            "ManoEntityConfigurableParams".
          $ref: "../../definitions/SOL009_def.yaml#/definitions/schemas/UnsignedInt"
        manoServiceModifications:
          description: >
            If present, this attribute signals modifications of the "manoServices"
@@ -1494,6 +1505,7 @@ definitions:
        - clockSyncs
        - defaultLogCompileBySizeValue
        - defaultLogCompileByTimerValue
        - defaultLcmOpOccExpiryTime
      properties:
        clockSyncs:
          description: >
@@ -1528,6 +1540,14 @@ definitions:
            enum:
            - DELEGATION-MODE
            - DIRECT-MODE
        defaultLcmOpOccExpiryTime:
          description: >
            Default value for the expiration time for LCM operation
            occurrences managed by an NFV-MANO functional entity.
            This applies only if the NFV-MANO function is responsible
            for handling LCM operation occurrences. This attribute
            applies to configuration of VNFM and NFVO only.
          $ref: "../../definitions/SOL009_def.yaml#/definitions/schemas/UnsignedInt"

    ConsumedManoInterfaceInfo:
      description: >
Loading