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
c3abe45b
Commit
c3abe45b
authored
Jun 01, 2021
by
Giacomo Bernini
Browse files
fix enum
parent
219efa71
Pipeline
#7206
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml
View file @
c3abe45b
...
...
@@ -4717,8 +4717,8 @@ definitions:
Valid values:
- MGMT: coordination with other operation supporting management systems (e.g. OSS/BSS)
type
:
string
enum
:
-
MGMT
enum
:
-
MGMT
delay
:
description
:
>
The end of the delay period, as calculated from the startTime and "Retry-After" header.
...
...
src/SOL005/NSLifecycleManagementNotification/definitions/SOL005NSLifecycleManagementNotification_def.yaml
View file @
c3abe45b
...
...
@@ -292,8 +292,8 @@ definitions:
Discriminator for the different notification types. Shall be set to "NsLcmCapacityShortageNotification"
for this notification type.
type
:
string
enum
:
-
NsLcmCapacityShortageNotification
enum
:
-
NsLcmCapacityShortageNotification
subscriptionId
:
description
:
>
Identifier of the subscription that this notification relates to.
...
...
@@ -324,9 +324,9 @@ definitions:
- LCM_SHORTAGE_END: the shortage situation which has caused the lifecycle management operation identified
by the nsLcmOpOccId attribute to fail has ended.
type
:
string
enum
:
-
LCM_RESOURCES_NOT_AVAILABLE
-
LCM_SHORTAGE_END
enum
:
-
LCM_RESOURCES_NOT_AVAILABLE
-
LCM_SHORTAGE_END
shortageType
:
description
:
>
Indicates whether this notification reports about a resource shortage or NFV-MANO capacity or performance shortage.
...
...
@@ -336,8 +336,8 @@ definitions:
Shall be present when a resources shortage situation has been identified starts and the notification is
sent with “status“ = “LCM_RESOURCES_NOT_AVAILABLE“ and shall be absent otherwise.
type
:
string
enum
:
-
RESOURCE_SHORTAGE
enum
:
-
RESOURCE_SHORTAGE
affectedOpOccs
:
description
:
>
List of NS LCM operation occurrence(s) that were affected by the resource shortage.
...
...
@@ -373,9 +373,9 @@ definitions:
only entries with “affectedCondition“ = "PRE_EMPTED" shall be included.
See note.
type
:
string
enum
:
-
PRE_EMPTED
-
TRIGGERED
enum
:
-
PRE_EMPTED
-
TRIGGERED
_links
:
description
:
>
Links related to NS resources affected by the shortage of this operation occurrence.
...
...
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