Commit a5755264 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

Implement differences between v3.5.1 and v3.6.1 for SOL003

parent b3814751
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@ info:
  version: "1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"

externalDocs:
  description: ETSI GS NFV-SOL 003 V3.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/03.05.01_60/gs_NFV-SOL003v030501p.pdf
  description: ETSI GS NFV-SOL 003 V3.6.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/03.06.01_60/gs_NFV-SOL003v030601p.pdf

paths:
  /vrqan/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: "1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  version: "1.4.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"

externalDocs:
  description: ETSI GS NFV-SOL 003 V3.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/03.05.01_60/gs_NFV-SOL003v030501p.pdf
  description: ETSI GS NFV-SOL 003 V3.6.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/03.06.01_60/gs_NFV-SOL003v030601p.pdf

servers:
  - url: http://127.0.0.1/vnffm/v1
+35 −4
Original line number Diff line number Diff line
@@ -2,6 +2,27 @@ definitions:
  Alarm:
    description: >
      The alarm data type encapsulates information about an alarm. 
      
      NOTE 1: For an alarm about upcoming impact due to NFVI operation and maintenance (i.e. the attribute  
              "faultType" has the value "NFVI_OAM_VIRTUALISED_RESOURCE_STATE_CHANGE"), the attribute 
              "rootCauseFaultyResource" indicates a resource to be impacted. Further information on the upcoming
              impact (e.g. group of impacted resources, time of impact) is provided in the attribute "faultDetails".
      NOTE 2: When alarms are due to upcoming NFVI operation and maintenance (i.e. the attribute "faultType" has the 
              value "NFVI_OAM_VIRTUALISED_RESOURCE_STATE_CHANGE"), the attribute "faultDetails" shall include 
              information about the anticipated time of the maintenance. See provisions under the present table.

      If the attribute "faultType" has the value "NFVI_OAM_VIRTUALISED_RESOURCE_STATE_CHANGE", the following provisions 
      apply for the values of the attribute "faultDetails" related to changes in the state of virtualised resources:
        - One of the entries in the array shall provide information about the anticipated time of maintenance in the 
        following format: "anticipatedTime=$time", wherein "$time" shall be formatted as a "DateTime", as specified 
        in ETSI GS NFV-SOL 013 [8]. 
        - One of the entries in the array shall provide identification information about the affinity/anti-affinity
        group defined in the VNFD that is associated to the affected virtualised resource indicated by 
        "rootCauseFaultyResource" in the following format: "affinityOrAntiAffinityGroupId=$group", wherein 
        "$group" shall be equal to the "affinityOrAntiAffinityGroupId" value in the corresponding "VduProfile" (for a 
        VNFC/COMPUTE affected resource) or "VirtualLinkProfile" for a VL/NETWORK affected resource) in the 
        VNFD, which is mapped by the VNFM to the virtualised resource group identifier in the virtualised resource 
        change notification received by the VNFM from the VIM.
    type: object
    required:
      - id
@@ -26,7 +47,7 @@ definitions:
      rootCauseFaultyResource:
        description: >
          The virtualised resources that are causing the VNF fault.
          Shall be present if the alarm affects virtualised resources.
          Shall be present if the alarm affects virtualised resources. See note 1.
        $ref: "../../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/FaultyResourceInfo"
      alarmRaisedTime:
        description: >
@@ -64,7 +85,7 @@ definitions:
        $ref: "../../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/PerceivedSeverityType"
      eventTime:
        description: >
          Time stamp indicating when the fault was observed.
          Time stamp indicating when the fault was observed. See note 2.
        $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/DateTime"
      eventType:
        description: >
@@ -73,10 +94,20 @@ definitions:
      faultType:
        description: >
          Additional information to clarify the type of the fault.
          If the alarm is related to changes in the state of virtualised resources 
          due to NFVI operation and maintenance, this attribute shall be set to 
          "NFVI_OAM_VIRTUALISED_RESOURCE_STATE_CHANGE".
        type: string
      probableCause:
        description: >
          Information about the probable cause of the fault.
          If the attribute "faultType" has the value “NFVI_OAM_VIRTUALISED_RESOURCE_STATE_CHANGE”,
          the permitted values are: 
            - "NFVI_COMPONENT_MAINTENANCE": Maintenance of NFVI components, e.g. 
              physical maintenance/repair, hypervisor software updates, etc.
            - "NFVI_COMPONENT_EVACUATION": Evacuation of physical hosts.
            - "NFVI_COMPONENT_OPTIMIZATION": Operation and management of NFVI resources, e.g.
              to support energy efficiency or resource usage optimization.
        type: string
      isRootCause:
        description: >
@@ -92,7 +123,7 @@ definitions:
          $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier"
      faultDetails:
        description: >
          Provides additional information about the fault.
          Provides additional information about the fault. See notes 1 and 2.
        type: array
        items:
          type: string
+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: 1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 1.4.0-impl:etsi.org:ETSI_NFV_OpenAPI:1

externalDocs:
  description: ETSI GS NFV-SOL 003 V3.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/03.05.01_60/gs_NFV-SOL003v030501p.pdf
  description: ETSI GS NFV-SOL 003 V3.6.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/03.06.01_60/gs_NFV-SOL003v030601p.pdf

servers:
  - url: http://127.0.0.1/callback/v1
+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: "1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  version: "1.3.1-impl:etsi.org:ETSI_NFV_OpenAPI:1"

externalDocs:
  description: ETSI GS NFV-SOL 003 V3.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/03.05.01_60/gs_NFV-SOL003v030501p.pdf
  description: ETSI GS NFV-SOL 003 V3.6.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/003/03.06.01_60/gs_NFV-SOL003v030601p.pdf

servers:
  - url: http://127.0.0.1/vnfind/v1
Loading