Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL005
Commits
fe5c5299
Commit
fe5c5299
authored
Apr 16, 2019
by
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
Changes
16
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
src/SOL005/APIVersion/APIVersion.yaml
View file @
fe5c5299
swagger
:
"
2.0"
info
:
version
:
"
1.
2
.0"
version
:
"
1.
1
.0"
title
:
"
SOL005
-
API
version
interface"
description
:
>
SOL005 - API version Interface
...
...
src/SOL005/NSDManagement/NSDManagement.yaml
View file @
fe5c5299
swagger
:
"
2.0"
info
:
version
:
"
1.
2
.0"
version
:
"
1.
1
.0"
title
:
"
SOL005
-
NSD
Management
Interface"
description
:
>
SOL005 - NSD Management Interface
...
...
src/SOL005/NSDManagementNotification/NSDManagementNotification.yaml
View file @
fe5c5299
swagger
:
"
2.0"
info
:
version
:
"
1.
2
.0"
version
:
"
1.
1
.0"
title
:
SOL005 - NSD Management Notification interface
description
:
>
SOL005 - NSD Management Notification interface
...
...
src/SOL005/NSFaultManagement/NSFaultManagement.yaml
View file @
fe5c5299
swagger
:
"
2.0"
info
:
version
:
"
1.
2
.0"
version
:
"
1.
1
.0"
title
:
"
SOL005
-
NS
Fault
Management
Interface"
description
:
>
SOL005 - NS Fault Management Interface
...
...
src/SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml
View file @
fe5c5299
swagger
:
"
2.0"
info
:
version
:
"
1.
2
.0"
version
:
"
1.
1
.0"
title
:
"
SOL005
-
NS
Fault
Management
Notification
interface"
description
:
>
SOL005 - NS Fault Management Notification interface
...
...
src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml
View file @
fe5c5299
swagger
:
"
2.0"
info
:
version
:
"
1.
2
.0"
version
:
"
1.
1
.0"
title
:
"
SOL005
-
NS
Lifecycle
Management
Interface"
description
:
>
SOL005 - NS Lifecycle Management Interface
...
...
@@ -939,7 +939,7 @@ paths:
items
:
properties
:
NsLcmOpOcc
:
$ref
:
"
definitions/NSLifecycleManagement_def.yaml#/definitions/NsLcmOpOcc"
$ref
:
"
definitions/
SOL005
NSLifecycleManagement_def.yaml#/definitions/NsLcmOpOcc"
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
401
:
...
...
@@ -1294,7 +1294,7 @@ paths:
The response shall include a representation of the NS
lifecycle management operation occurrence resource.
schema
:
$ref
:
"
definitions/NSLifecycleManagement_def.yaml#/definitions/NsLcmOpOcc"
$ref
:
"
definitions/
SOL005
NSLifecycleManagement_def.yaml#/definitions/NsLcmOpOcc"
headers
:
Content-Type
:
type
:
string
...
...
src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml
View file @
fe5c5299
...
...
@@ -36,26 +36,6 @@ definitions:
Cancellation mode to apply.
$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
:
description
:
>
This type represents the information used to heal a NS.
...
...
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml
View file @
fe5c5299
...
...
@@ -22,6 +22,26 @@ definitions:
Human-readable description of the NS instance to be created.
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
:
description
:
>
This type represents a response for Query NS operation.
...
...
@@ -389,17 +409,17 @@ definitions:
description
:
>
Link to the resource representing the NS instance to
which the notified change applies..
$ref
:
"
SOL005_def.yaml#/definitions/NotificationLink"
$ref
:
"
../../definitions/
SOL005_def.yaml#/definitions/NotificationLink"
subscription
:
description
:
>
Link to the subscription that triggered this notification.
$ref
:
"
SOL005_def.yaml#/definitions/NotificationLink"
$ref
:
"
"../../definitions/
SOL005_def.yaml#/definitions/NotificationLink"
nslcmOpOcc
:
description
:
>
Link to the lifecycle operation occurrence that this
notification is related to. Shall be present if there is a
related lifecycle operation occurrence
$ref
:
"
SOL005_def.yaml#/definitions/NotificationLink"
$ref
:
"
"../../definitions/
SOL005_def.yaml#/definitions/NotificationLink"
Version
:
description
:
>
...
...
@@ -781,7 +801,7 @@ definitions:
type
:
array
minItems
:
1
items
:
$ref
:
"
SOL005_def.yaml
#/definitions/CpProtocolInfo"
$ref
:
"
#/definitions/CpProtocolInfo"
extLinkPortId
:
description
:
>
Identifier of the "extLinkPortInfo" structure inside the "extVirtualLinkInfo"
...
...
@@ -844,7 +864,7 @@ definitions:
a load balancing algorithm and criteria).
$ref
:
"
#/definitions/ForwardingBehaviourInputParameters"
c
pPairInfo
:
C
pPairInfo
:
description
:
>
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.
...
...
@@ -3676,7 +3696,7 @@ definitions:
"operationState" was "FAILED_TEMP", this attribute shall be present
and contain error information, unless it has been requested to be
excluded via an attribute selector.
$ref
:
"
#/definitions/ProblemDetails"
$ref
:
"
../../definitions/SOL005_def.yaml
#/definitions/ProblemDetails"
resourceChanges
:
description
:
>
This attribute contains information about the cumulative
...
...
src/SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml
View file @
fe5c5299
swagger
:
"
2.0"
info
:
version
:
"
1.
2
.0"
version
:
"
1.
1
.0"
title
:
"
SOL005
-
NS
Lifecycle
Management
Notification
interface"
description
:
>
SOL005 - NS Lifecycle Management Notification interface
...
...
src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml
View file @
fe5c5299
swagger
:
"
2.0"
info
:
version
:
"
1.
2
.0"
version
:
"
1.
1
.0"
title
:
"
SOL005
-
NS
Performance
Management
Interface"
description
:
>
SOL005 - NS Performance Management Interface
...
...
src/SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml
View file @
fe5c5299
swagger
:
"
2.0"
info
:
version
:
"
1.
2
.0"
version
:
"
1.
1
.0"
title
:
"
SOL005
-
NS
Performance
Management
Notification
interface"
description
:
>
SOL005 - NS Performance Management Notification interface
...
...
src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml
View file @
fe5c5299
This diff is collapsed.
Click to expand it.
src/SOL005/VNFPackageManagement/definitions/SOL005VNFPackageManagement_def.yaml
View file @
fe5c5299
...
...
@@ -147,11 +147,11 @@ definitions:
Link to the resource representing the VNF package to
which the notified change applies, i.e. the individual on boarded
VNF package resource that represents the VNF package.
$ref
:
"
SOL005_def.yaml#/definitions/NotificationLink"
$ref
:
"
../../definitions/
SOL005_def.yaml#/definitions/NotificationLink"
subscription
:
description
:
>
Link to the related subscription.
$ref
:
"
SOL005_def.yaml#/definitions/NotificationLink"
$ref
:
"
../../definitions/
SOL005_def.yaml#/definitions/NotificationLink"
VnfPackageSoftwareImageInfo
:
description
:
>
...
...
@@ -537,4 +537,4 @@ definitions:
- PKG_DELETE: The VNF package has been deleted.
enum
:
-
OP_STATE_CHANGE
-
PKG_DELETE
-
PKG_DELETE
\ No newline at end of file
src/SOL005/VNFPackageManagement/responses/SOL005VNFPackageManagement_resp.yaml
View file @
fe5c5299
...
...
@@ -30,7 +30,7 @@ responses:
maximum
:
1
minimum
:
0
schema
:
$ref
:
"
../definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsInstance"
$ref
:
"
../
../NSLifecycleManagement/
definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsInstance"
202-with-Location-empty
:
description
:
>
Accepted
...
...
src/SOL005/VNFPackageManagementNotification/VNFPackageManagementNotification.yaml
View file @
fe5c5299
swagger
:
"
2.0"
info
:
version
:
"
1.
2
.0"
version
:
"
1.
1
.0"
title
:
"
SOL005
-
VNF
Package
Management
Notification
interface"
description
:
>
SOL005 - VNF Package Management Notification interface
...
...
@@ -136,7 +136,7 @@ paths:
schema
:
properties
:
VnfPackageChangeNotification
:
$ref
:
"
definitions/SOL005VNFPackageManagement_def.yaml#/definitions/VnfPackageChangeNotification"
$ref
:
"
definitions/SOL005VNFPackageManagement
Notification
_def.yaml#/definitions/VnfPackageChangeNotification"
-
name
:
Accept
description
:
>
Content-Types that are acceptable for the response.
...
...
src/SOL005/definitions/SOL005_def.yaml
View file @
fe5c5299
...
...
@@ -178,7 +178,7 @@ definitions:
type
:
string
format
:
url
N
S
InstanceSubscriptionFilter
:
N
s
InstanceSubscriptionFilter
:
description
:
>
This type represents subscription filter criteria to match NS instances.
type
:
object
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment