Commit fe5c5299 authored by moscatelli's avatar moscatelli
Browse files

SOL005: OpenAPI version updated to 1.1.0 + broken references among files fixed

parent 8fe76a84
Pipeline #767 failed with stage
in 0 seconds
swagger: "2.0" swagger: "2.0"
info: info:
version: "1.2.0" version: "1.1.0"
title: "SOL005 - API version interface" title: "SOL005 - API version interface"
description: > description: >
SOL005 - API version Interface SOL005 - API version Interface
......
swagger: "2.0" swagger: "2.0"
info: info:
version: "1.2.0" version: "1.1.0"
title: "SOL005 - NSD Management Interface" title: "SOL005 - NSD Management Interface"
description: > description: >
SOL005 - NSD Management Interface SOL005 - NSD Management Interface
......
swagger: "2.0" swagger: "2.0"
info: info:
version: "1.2.0" version: "1.1.0"
title: SOL005 - NSD Management Notification interface title: SOL005 - NSD Management Notification interface
description: > description: >
SOL005 - NSD Management Notification interface SOL005 - NSD Management Notification interface
......
swagger: "2.0" swagger: "2.0"
info: info:
version: "1.2.0" version: "1.1.0"
title: "SOL005 - NS Fault Management Interface" title: "SOL005 - NS Fault Management Interface"
description: > description: >
SOL005 - NS Fault Management Interface SOL005 - NS Fault Management Interface
......
swagger: "2.0" swagger: "2.0"
info: info:
version: "1.2.0" version: "1.1.0"
title: "SOL005 - NS Fault Management Notification interface" title: "SOL005 - NS Fault Management Notification interface"
description: > description: >
SOL005 - NS Fault Management Notification interface SOL005 - NS Fault Management Notification interface
......
swagger: "2.0" swagger: "2.0"
info: info:
version: "1.2.0" version: "1.1.0"
title: "SOL005 - NS Lifecycle Management Interface" title: "SOL005 - NS Lifecycle Management Interface"
description: > description: >
SOL005 - NS Lifecycle Management Interface SOL005 - NS Lifecycle Management Interface
...@@ -939,7 +939,7 @@ paths: ...@@ -939,7 +939,7 @@ paths:
items: items:
properties: properties:
NsLcmOpOcc: NsLcmOpOcc:
$ref: "definitions/NSLifecycleManagement_def.yaml#/definitions/NsLcmOpOcc" $ref: "definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsLcmOpOcc"
400: 400:
$ref: "../responses/SOL005_resp.yaml#/responses/400" $ref: "../responses/SOL005_resp.yaml#/responses/400"
401: 401:
...@@ -1294,7 +1294,7 @@ paths: ...@@ -1294,7 +1294,7 @@ paths:
The response shall include a representation of the NS The response shall include a representation of the NS
lifecycle management operation occurrence resource. lifecycle management operation occurrence resource.
schema: schema:
$ref: "definitions/NSLifecycleManagement_def.yaml#/definitions/NsLcmOpOcc" $ref: "definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsLcmOpOcc"
headers: headers:
Content-Type: Content-Type:
type: string type: string
......
...@@ -36,26 +36,6 @@ definitions: ...@@ -36,26 +36,6 @@ definitions:
Cancellation mode to apply. Cancellation mode to apply.
$ref: "#/definitions/CancelModeType" $ref: "#/definitions/CancelModeType"
CancelModeType:
description: >
Cancellation mode.
The NFVO shall not start any new VNF lifecycle management and resource
management operation, and shall wait for the ongoing VNF lifecycle management
and resource management operations in the underlying system, typically the VNFM
and VIM, to finish execution or to time out. After that, the NFVO shall put the
operation occurrence into the FAILED_TEMP state.
The NFVO shall not start any new VNF lifecycle management and resource
management operation, shall cancel the ongoing VNF lifecycle management and
resource management operations in the underlying system, typically the VNFM and
VIM, and shall wait for the cancellation to finish or to time out. After that, the NFVO
shall put the operation occurrence into the FAILED_TEMP state.
type: string
enum:
- GRACEFUL
- FORCEFUL
HealNsData: HealNsData:
description: > description: >
This type represents the information used to heal a NS. This type represents the information used to heal a NS.
......
...@@ -22,6 +22,26 @@ definitions: ...@@ -22,6 +22,26 @@ definitions:
Human-readable description of the NS instance to be created. Human-readable description of the NS instance to be created.
type: string type: string
CancelModeType:
description: >
Cancellation mode.
The NFVO shall not start any new VNF lifecycle management and resource
management operation, and shall wait for the ongoing VNF lifecycle management
and resource management operations in the underlying system, typically the VNFM
and VIM, to finish execution or to time out. After that, the NFVO shall put the
operation occurrence into the FAILED_TEMP state.
The NFVO shall not start any new VNF lifecycle management and resource
management operation, shall cancel the ongoing VNF lifecycle management and
resource management operations in the underlying system, typically the VNFM and
VIM, and shall wait for the cancellation to finish or to time out. After that, the NFVO
shall put the operation occurrence into the FAILED_TEMP state.
type: string
enum:
- GRACEFUL
- FORCEFUL
NsInstance: NsInstance:
description: > description: >
This type represents a response for Query NS operation. This type represents a response for Query NS operation.
...@@ -389,17 +409,17 @@ definitions: ...@@ -389,17 +409,17 @@ definitions:
description: > description: >
Link to the resource representing the NS instance to Link to the resource representing the NS instance to
which the notified change applies.. which the notified change applies..
$ref: "SOL005_def.yaml#/definitions/NotificationLink" $ref: "../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
subscription: subscription:
description: > description: >
Link to the subscription that triggered this notification. Link to the subscription that triggered this notification.
$ref: "SOL005_def.yaml#/definitions/NotificationLink" $ref: ""../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
nslcmOpOcc: nslcmOpOcc:
description: > description: >
Link to the lifecycle operation occurrence that this Link to the lifecycle operation occurrence that this
notification is related to. Shall be present if there is a notification is related to. Shall be present if there is a
related lifecycle operation occurrence related lifecycle operation occurrence
$ref: "SOL005_def.yaml#/definitions/NotificationLink" $ref: ""../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
Version: Version:
description: > description: >
...@@ -781,7 +801,7 @@ definitions: ...@@ -781,7 +801,7 @@ definitions:
type: array type: array
minItems: 1 minItems: 1
items: items:
$ref: "SOL005_def.yaml#/definitions/CpProtocolInfo" $ref: "#/definitions/CpProtocolInfo"
extLinkPortId: extLinkPortId:
description: > description: >
Identifier of the "extLinkPortInfo" structure inside the "extVirtualLinkInfo" Identifier of the "extLinkPortInfo" structure inside the "extVirtualLinkInfo"
...@@ -844,7 +864,7 @@ definitions: ...@@ -844,7 +864,7 @@ definitions:
a load balancing algorithm and criteria). a load balancing algorithm and criteria).
$ref: "#/definitions/ForwardingBehaviourInputParameters" $ref: "#/definitions/ForwardingBehaviourInputParameters"
cpPairInfo: CpPairInfo:
description: > description: >
This type represents describes a pair of ingress and egress CPs or SAPs which This type represents describes a pair of ingress and egress CPs or SAPs which
the NFP passes by. It shall comply with the provisions defined in Table 6.5.3.72-1. the NFP passes by. It shall comply with the provisions defined in Table 6.5.3.72-1.
...@@ -3676,7 +3696,7 @@ definitions: ...@@ -3676,7 +3696,7 @@ definitions:
"operationState" was "FAILED_TEMP", this attribute shall be present "operationState" was "FAILED_TEMP", this attribute shall be present
and contain error information, unless it has been requested to be and contain error information, unless it has been requested to be
excluded via an attribute selector. excluded via an attribute selector.
$ref: "#/definitions/ProblemDetails" $ref: "../../definitions/SOL005_def.yaml#/definitions/ProblemDetails"
resourceChanges: resourceChanges:
description: > description: >
This attribute contains information about the cumulative This attribute contains information about the cumulative
......
swagger: "2.0" swagger: "2.0"
info: info:
version: "1.2.0" version: "1.1.0"
title: "SOL005 - NS Lifecycle Management Notification interface" title: "SOL005 - NS Lifecycle Management Notification interface"
description: > description: >
SOL005 - NS Lifecycle Management Notification interface SOL005 - NS Lifecycle Management Notification interface
......
swagger: "2.0" swagger: "2.0"
info: info:
version: "1.2.0" version: "1.1.0"
title: "SOL005 - NS Performance Management Interface" title: "SOL005 - NS Performance Management Interface"
description: > description: >
SOL005 - NS Performance Management Interface SOL005 - NS Performance Management Interface
......
swagger: "2.0" swagger: "2.0"
info: info:
version: "1.2.0" version: "1.1.0"
title: "SOL005 - NS Performance Management Notification interface" title: "SOL005 - NS Performance Management Notification interface"
description: > description: >
SOL005 - NS Performance Management Notification interface SOL005 - NS Performance Management Notification interface
......
...@@ -147,11 +147,11 @@ definitions: ...@@ -147,11 +147,11 @@ definitions:
Link to the resource representing the VNF package to Link to the resource representing the VNF package to
which the notified change applies, i.e. the individual on boarded which the notified change applies, i.e. the individual on boarded
VNF package resource that represents the VNF package. VNF package resource that represents the VNF package.
$ref: "SOL005_def.yaml#/definitions/NotificationLink" $ref: "../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
subscription: subscription:
description: > description: >
Link to the related subscription. Link to the related subscription.
$ref: "SOL005_def.yaml#/definitions/NotificationLink" $ref: "../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
VnfPackageSoftwareImageInfo: VnfPackageSoftwareImageInfo:
description: > description: >
......
...@@ -30,7 +30,7 @@ responses: ...@@ -30,7 +30,7 @@ responses:
maximum: 1 maximum: 1
minimum: 0 minimum: 0
schema: schema:
$ref: "../definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsInstance" $ref: "../../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsInstance"
202-with-Location-empty: 202-with-Location-empty:
description: > description: >
Accepted Accepted
......
swagger: "2.0" swagger: "2.0"
info: info:
version: "1.2.0" version: "1.1.0"
title: "SOL005 - VNF Package Management Notification interface" title: "SOL005 - VNF Package Management Notification interface"
description: > description: >
SOL005 - VNF Package Management Notification interface SOL005 - VNF Package Management Notification interface
...@@ -136,7 +136,7 @@ paths: ...@@ -136,7 +136,7 @@ paths:
schema: schema:
properties: properties:
VnfPackageChangeNotification: VnfPackageChangeNotification:
$ref: "definitions/SOL005VNFPackageManagement_def.yaml#/definitions/VnfPackageChangeNotification" $ref: "definitions/SOL005VNFPackageManagementNotification_def.yaml#/definitions/VnfPackageChangeNotification"
- name: Accept - name: Accept
description: > description: >
Content-Types that are acceptable for the response. Content-Types that are acceptable for the response.
......
...@@ -178,7 +178,7 @@ definitions: ...@@ -178,7 +178,7 @@ definitions:
type: string type: string
format: url format: url
NSInstanceSubscriptionFilter: NsInstanceSubscriptionFilter:
description: > description: >
This type represents subscription filter criteria to match NS instances. This type represents subscription filter criteria to match NS instances.
type: object type: object
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment